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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term job time – out and how can you overcome that?

604


What are the difference between jcl and jes?

1050


how to run batch program without jcl?

10077


Differentiate between addressing mode and run mode.

615


For what purpose steplib and joblib are used ?

688






What is the function of //jcllib statement?

807


Are there any set of rules for the names of the steps used in a job?

637


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

747


what is JCL?

698


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 pgm opens the file in EXTEND mode. What happens ?

945


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

803


A dd statement consists of 4 fields. Name them?

932


how do you code a null statement?

780


Explain how can the disposition of sysout datasets be set for an entire jobstream?

636


What is the use of symbol // in jcl?

927