Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Answer Posted / cj
Can be done in JES3 using the following:
//*MAIN DEADLINE=(0700,B,012086)
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the 2 types of parameters in dd statement?
i want to store 20 digits . how will u do it in cobol ?
What is the significance of addrspc parameter in exec statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What are steplib and joblib?
Can I share my data with other jobs? How?
what are JCLLIB and STEPLIB in JCL?
how JCL works?
//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 /*
Explain the function of a dd statement?
How jcl is used for testing batch programs?
how you can direct the data to spool using SYSOUT option?
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?