Answer Posted / nygrande
For Example:
SPACE=(CYL,10,10,RLSE)
We use RLSE to release the space NOT USED when writing in DASD.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
What is the function of job statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Where can program checkpoints be stored for use in a restart?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the function of dd disp parameter?
Explain the function of //jcllib statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
When space is allocated for an output dataset, what units can be used?
Explain the purpose of dd dummy statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how to run batch program without jcl?
whats the diff bw the evaluate also and and?
in ways data can be passed to a COBOL program from JCL?