Answer Posted / swapna
Data excepton error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How does the jcl specify the job to os?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can return codes be tested before execution of a job step?
What is the function of dd name parameter with a 2 part structure; audit.report?
Can an individual step be restricted from using all the jobs allowed cpu time?
how can the same proc be re-used and called by many jobs?
Is their any limit for data sets?
how to run batch program without jcl?
What is the syntax of JCL statement?
What statement can be used to send data to another mvs jes3 node?
How can a stopped job be started again?
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
Is condition checking possible in jcl? If yes, how?
Explain the function of a dd statement?