Answer Posted / srilakshmi
SOC4 eroor will occur due to data exception. When we are
trying to move numeric data to alpha numeric then it will
abend with SOC4. For Ex: If the input file is having the
junk values like '??" it will abend. to overcome this abend
we can replace the ?? with spaces we can avoid it..
| Is This Answer Correct ? | 7 Yes | 46 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
Are there any set of rules for the names of the steps used in a job?
How to pass data to a program that is coded in an exec statement?
In sms datasets, what is the function of the dd avgrec keyword?
how JCL works?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the function of the steplib dd statement?
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 do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is use of disp parameter in dd statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is the compile process of cobol program expalin with code
How do you overcome this limitation ?
Explain about LMQUERY�give a dialog information about a data set
How jcl work to handle various input output file operations?