Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Answers were Sorted based on User's Feedback
Answer / cj
Can be done in JES3 using the following:
//*MAIN DEADLINE=(0700,B,012086)
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / piyush mani
tnx 4 answer but can any1 tel me what is meaning of b in answer 3.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar
//job23 JOB (accounting),CLASS=X,MSGCLASS=X
//*
set sysdate = 862001
set systime = 07000000
//*
// step exec pgm = iebgener
//steplib dd dsn= '. . . . . '
//sysut1
//sysut2
//sysin dd dummy
/*
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shafi
//JOB123 JOB (accounting),CLASS=X,MSGCLASS=X
//*
// SET SYSDATE=200186
// SET SYSTIME=070000
//*
//STEP1 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 1 Yes | 7 No |
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
What are the valid DSORG values ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
how do u see jobs submitted before ur job ?
what is force complete
How does the jcl specify the job to os?
Describe the various parameters utilized in the creation of a gdg?
What does a disposition of (new,catlg,keep) for a dsn mean?
What are the rules employed while naming the steps in a job?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Why we will create load module in PDS only, Why nt in PS?