What is the error code SOC01 indicate ?
Answer Posted / guest
Operation exception error For e.g. a dataset open error
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
//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 /*
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to override loadlib?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how to do automated restart when a job abends?
How to pass data to a program that is coded in an exec statement?
Brief description of inline procedure of jcl.
what is the use of IEBGENER utility?
What is Cataloged Procedures?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to alter the parameters for the existing gdg?
What do you understand by the term job time – out and how can you overcome that?