14. ANY OTHER PROGRAMMING OR OPERATING INFORMATION OR RESTRICTIONS
The ASSEMBLER routine 'DATUM' gives the day and the time of the calculation and 'DDTEST' checks whether all DD-cards needed are specified in the job.
With the ASSEMBLER routines 'DINF' and 'DEFI' it is possible to use a data set in direct access form (in this special case the KEDAK library) with variable length.
The length is taken from the space parameter in the DD-card corresponding to the direct access library to be used and does not depend on the program. For example:
//G.FT01F001 DD UNIT = 2314, VOL=SER=....,DSN=KEDAK,
// DISP=SHR,SPACE=(3520,3000)
If DINF and DEFI do not run on your computer the statements:
CALL DINF(.....)
NSZ = NSZ/4
CALL DEFI(.....)
may be replaced by:
DEFINE FILE 1(3000,880,U,K8) in all KEMA modules reading or writing a direct access library.
If the module 01750 for updating the KEDAK library is used, a DD-card for unit 3 must be added.
Storage unit 3 contains all ZZSTATUS records for one material.
ZZSTATUS is a new data type on KEDAK which is created automati- cally by the KEMA module 01750.
ZZSTATUS contains information about the kind of data changes per- formed on KEDAK.
Numerical name : 14512
Further name :
Arguments : 1. Date of the change in the format YYMMDD
2. Time of the change
Functional : 1. Kind of change (ADD,DPS or DPA)
values 2.,3. Data type to be changed in alphanumerical form 4. Further name of the data type to be changed
5. First energy value to be changed.
6. Last energy value to be changed.
7. Number of energy values to be changed