Answer Posted / pradeep k(cr)
Temporary file will create after submitting job and it will
delete after completing the job. Means temporary files will
not occupy any space.
This temporary files will create by using &&
(double amperson). Ex:&&TEMP means you are creating
temporary file by name TEMP.
Ex: if you want to sort FILE1 and after that you need to
use that file as input in your COBOL program, that time you
willl use this temporary file as SORTOUT file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what happens in execution stage in job processing?
Is condition checking possible in jcl? If yes, how?
which utility is used a dummy utility?
List in order the hierarchical levels of jcl?
Suppose I have five jobs to do. But I want to hold one?
How does jcl act on a cobol code?
What is the purpose of dd dummy statement?
What is the maximum length of a single line of jcl?
Can we use DISP=SHR in output file in JCL
What is the significance of addrspc parameter in exec statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the jcl procedures?
What happens if both JOBLIB & STEPLIB is specified ?