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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the purpose of dd dummy statement?

667


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

667


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1579


What is the function of a dd statement?

702


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

824






what is JCL?

691


Is it possible to left uncode disp? If yes, how?

704


How to pass data to a program that is coded in an exec statement?

820


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1990


What is the use of disp parameter?

649


which utility is used to sort a file in jcl?

745


What is the syntax of JCL statement?

691


How can unused space allocation be returned to the system when a dataset is closed?

806


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1962


how do you code a null statement?

770