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 |
what is SOC4 error?
How can we increment subscript and index?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
How many instream we can write in single jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to find in aparticular step how many versions a paricular gdg base have?
Explain about LMOPEN -
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
what is the difference between JES3 and JES2?