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

How do you restart a PROC from a particular step?

5 Answers  


a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


Explain the function of job statement in jcl?

0 Answers  






How do you create a temporary dataset?

0 Answers  


The maximum number of steps in a job?

4 Answers  


IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?

7 Answers   Cognizant, IBM, IGT,


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?

1 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


Categories