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

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?

4 Answers   IBM,


what is the use of IEBGENER utility?

0 Answers  


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.

13 Answers   IBM,






What is the function of the steplib dd statement?

0 Answers  


There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.

2 Answers   Merrill Lynch,


For what purpose steplib and joblib are used ?

0 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


Is condition checking possible in jcl?

0 Answers  


Is it possible to define dd statements as you want?

0 Answers  


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


Categories