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
How does jcl act on a cobol code?
What do you understand by the term job time – out and how can you overcome that?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the function of dd disp parameter?
In sms datasets, what is the function of the dd avgrec keyword?
Differentiate between the joblib and the steplib statements?
how you will the direct the data to spool using sysout option?
What is the function of the steplib dd statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
whats the diff bw the evaluate also and and?
Explain how can a jobs execution priority be modified?
What is the significance of addrspc parameter in the exec statement?