Answer Posted / santy
SOC7 abend occure due to the data exception or mostly due
to moving of non-numric data into numric data field.
we can resolve this correcting the data format.
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
In sms datasets, what is the function of the dd avgrec keyword?
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 are some jcl statements that are not allowed in procedures?
What is the function of //jcllib statement?
Explain how can a jobs execution priority be modified?
Explain about ISPF/TSO Commands
what happens in execution stage in job processing?
What are the rules employed while naming the steps in a job?
Explain the hierarchy levels in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
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 are hierarchy levels in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?