Answer Posted / anju
if directory block is given as 0 then it is not a pds and
ps doesn't have members .
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Which statement is used to identify the private libraries in job?
define cond parameter in jcl?
Is it possible to define dd statements as you want?
How does the jcl specify the job to os?
How is the record format of an output dataset specified?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what are the statements that are not valid to be included in an include statement?
what is use of dcb parameter in dd statement?
//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 /*
Differentiate between addressing mode and run mode.
Brief description of inline procedure of jcl.
What do you understand by the term job time – out and how can you overcome that?
What is the format of comment statement?
what is DSN in JCL and what are the parameters to declare the DSN?
what is the resolution for sb37 error