Answer Posted / mohan.chepuri
directory is use to we r mention the program field
lenth=directory,rlse=release the space
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jcl in mainframe?
What is concatenating?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what are the various stages of job processing?
How does jcl act on a cobol code?
List the different components of jcl statement?
how to do automated restart when a job abends?
What is one line to pass PARM from JCL to COBOL?
What is the significance of addrspc parameter in the exec statement?
How can values be passed from the job stream to an executable program?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the purpose of disp parameter?
//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 /*