Answer Posted / abhijit patra
If it is allocated then DISP=(OLD,CATALG,DELETE).
If it is not allocated earlier then DISP=(NEW,CATALG,DELETE)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
how to do automated restart when a job abends?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
List the different components of jcl statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
Name what parameter directs the output of the job log dataset?
What are the 2 types of parameters in dd statement?
Explain the function of dd disp parameter?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
When output dataset space is required, what quantity categories are used?
How can a fb file convert to vb file using sort program?
What is the use of symbol // in jcl?
what is the purpose of coding class parameter in job statement?
What are steplib and joblib?