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 the difference between the JCLLIB and JOBLIB ,and where do we use it ?

3 Answers   Convergys,


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

13 Answers   IBM,


I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

5 Answers   iGate,


mainframe questions like basic&depth

0 Answers   TetraSoft,


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,






how can handle the s0c4 abend???

3 Answers  


Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


can we maintain 2 generations with different Lengths in Same GDG ?

3 Answers   RBS,


AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS

3 Answers  


Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?

3 Answers   IBM,


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


Categories