Answer Posted / shaik
Null is unknown information (garbage)
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the rules employed while naming the steps in a job?
what sort card you will use to copy the data from one dataset to another dataset?
A dd statement consists of 4 fields. Name them?
Is their any set of rules for dd? Explain.
What are the 2 types of parameters in dd statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What are the parameters that are used in creating a gdg?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the purpose of the dd keylen parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
//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 /*
What is timing concept in mainframe?
Must tape dataset definitions include vol=ser specifications?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
when does a dataset go uncataloged?