What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
2 8897What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
IBM,
3 28248What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
1 5869What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
2 9394
how JCL works?
Are there any set of rules for the names of the steps used in a job?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain about ISPF/TSO Commands
Mention the types of job control statements?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Explain the function of job statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the use of symbol // in jcl?
How jcl work to handle various input output file operations?
How can the submitting users racf authority be overridden in a job stream?
what is use of dsn parameter in dd statement?
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 ?