What do you understand by the term job time – out and how can you overcome that?
No Answer is Posted For this Question
Be the First to Post Answer
how to count the number of members in pds?
Explain the function of //cntl statement?
what happens if job falls in loop ? how to resolve it ?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
How do you submit a job for execution?
what is use of dsn parameter in dd statement?
What is order of searching of the libraries in a JCL?
What is GDG and what is the maximum limit of versions that can be created?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
What parameters can be used to limit the number of records written to a sysout dataset?
For what purpose steplib and joblib are used ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?