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 |
Explain the function of //cntl statement?
What is the function of the steplib dd statement?
Why include statement is used in a jcl?
what is the Difference between SYSIN and PARM ?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
what is use of disp parameter in dd statement?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
What is 'S0C7' abend?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
how to compare two datasets without using superce because output is limited to 133 bytes