Answer Posted / shakila vinayagam
Program Check Exception - Data. Check for spaces in a
packed decimal or numeric field. Check to see if record
layouts or file layouts have been changed.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How dummy is used in jcl?
In job processing, what happens in execution stage?
Is their any limit for data sets?
can any one plzzzzzz tell the jcl code for creating ps using idcams
List the different components of jcl statement?
What are steplib and joblib? What for they are used?
In sms datasets, what is the function of the dd avgrec keyword?
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 purpose of coding notify parameter in job statement?
what is a jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Can I share my data with other jobs? How?
List in order the hierarchical levels of jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?