Answer Posted / vinay sonar
A job can remain in SPOOL for 24 hours
and a job can run on server for 248 and half days
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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
What is the function of //jcllib statement?
Is their any limit for data sets?
what is use of dsn parameter in dd statement?
What are steplib and joblib? What for they are used?
How to override loadlib?
Can I send output of job to my remote device careerride123?
whats the diff bw the evaluate also and and?
What is condition checking in jcl? Is this possible?
what is use of dcb parameter in dd statement?
what is the compile process of cobol program expalin with code
How is a type of file defined in the jcl that executes the cobol program?
What is the function of a dd statement?
A dd statement consists of 4 fields. Name them?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?