Answer Posted / satheesh
compile use list option and then select from the compile
listing offset of the record and then made change where you
done error and recompile
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the job statement in jcl?
What do you understand by the term job time – out and how can you overcome that?
Is their any set of rules for dd? Explain.
what are JCLLIB and STEPLIB in JCL?
What is the significance of addrspc parameter in exec statement?
How to pass the parameter in parm using linkage section ? (syntax)?
Is automatic restart possible in jcl? If yes, how?
What are the jcl procedures?
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 difference between JES3 and JES2?
What is job control language?
How to override loadlib?
How jcl is used for testing batch programs?