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
How gdg are concatenated?
Explain the function of the steplib dd statement?
How would you understand error(execution phase)?
what is the difference between JES3 and JES2?
Explain the function of //cntl statement?
which utility is used a dummy utility?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain how can a jobs execution priority be modified?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Mention the types of job control statements?
How do you access an uncatalogued dataset in a jcl?
How do you submit a job for execution?