Which statement is used to identify the private libraries in job?
what is use of space parameter in dd statement?
What is concatenating?
List the various advantages of using jcl language?
What is the function of dd name parameter with a 2 part structure; audit.report?
what is a jcl?
Is acct parameter mandatory?
What is the function of a dd statement?
Define concatenating?
//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 /*
Can an individual step be restricted from using all the jobs allowed cpu time?
How to pass data to a program that is coded in an exec statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the parameter we cannot use in procedure?