Answer Posted / abc
256
| Is This Answer Correct ? | 3 Yes | 20 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
How to submit jcl through a cobol program?
How to do automated restart when a job abend?
how do you access an uncataloged dataset in a jcl?
In job processing, what happens in execution stage?
how you will the direct the data to spool using sysout option?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of job statement in jcl?
What are the jcl procedures?
How dummy is used in jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
when can a job time-out occur? How to overcome that?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to override loadlib?