Answer Posted / rajasekhar pattem
LJOB,JOB=JOBNAME,LIST=DEPJ in ca-7
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
what are the types of abends that occur on job failure? And explain the possible causes of these
Where & How Do You Code Identifier In Jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the purpose of the dd keylen parameter?
what is the difference between JES3 and JES2?
Name the statement which can be used to send data to another mvs jes3 node?
What are steplib and joblib?
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 is use of restart and how to use it?
//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 is job control language?
Can I send output of job to my remote device careerride123?
What is the purpose of disp parameter?
what is the use of IEBGENER utility?