how to purge 50 initiators continuously?? console commands??
Post New Answer View All Answers
//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 /*
which parameter is use to declare the name of dataset in dd statement?
What do you know about jcl?
How does jcl act on a cobol code?
What is timing concept in mainframe?
What is NOTCAT ?
What are the rules employed while naming the steps in a job?
Explain the purpose of dd dummy statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what happens in conversion stage in job processing?
Explain how can a jobs execution priority be modified?
Is their any limit for data sets?
How can values be passed from the job stream to an executable program?
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?
Explain the function of dd name parameter with a 2 part structure; audit.report?