Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

Answers were Sorted based on User's Feedback



Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?..

Answer / cj

Can be done in JES3 using the following:

//*MAIN DEADLINE=(0700,B,012086)

Is This Answer Correct ?    8 Yes 3 No

Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?..

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

Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?..

Answer / guest

THE code IS : //*MAIN DEADLINE=(0700,B,01208

Is This Answer Correct ?    5 Yes 6 No

Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?..

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

Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?..

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

Post New Answer

More JCL Interview Questions

Explain dfsort utility?

0 Answers  


How to DEBUG a JCL?

9 Answers   Satyam,


In job processing, what happens in execution stage?

0 Answers  


When cursor is not closed what is the error?

3 Answers   IBM,


What is S322 abend ?

5 Answers  






How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


What is the function of job statement in jcl?

0 Answers  


What is the use of symbol // in jcl?

0 Answers  


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

0 Answers   IBM,


How many steps we can overide in the proc's?

2 Answers   CS,


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


Categories