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
which parameter is use to declare the name of dataset in dd statement?
Explain the purpose of the dd keylen parameter?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Are there any set of rules for the names of the steps used in a job?
Can I share my data with other jobs? How?
a dd statement has 2 types of parameters. Name them?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is use of restart and how to use it?
What is the significance of addrspc parameter in exec statement?
Explain the function of //jcllib statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the purpose of dd?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
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 ?