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 is the function of //cntl statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
is there any way to execute more than one proc in the same exec statement at the same time..?
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?
What happens if both JOBLIB & STEPLIB is specified ?
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 ?
How do you submit a job for execution?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how do you code a null statement?
In job processing, what happens in conversion stage?
Explain the function of the steplib dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Can we use DISP=SHR in output file in JCL
Explain how can the disposition of sysout datasets be set for an entire jobstream?
List the different components of jcl statement?