Answer Posted / rams
start 9.s.st or =9.s.st
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
Explain the function of //cntl statement?
which parameter is used to check the syntax of a jcl without executing it?
//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 /*
Explain dd statement in jcl?
Name a few IBM utility programs, and explain its function.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is it possible to left uncode disp? If yes, how?
what sort card you will use to copy the data from one dataset to another dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How jcl is used for testing batch programs?
Explain how can the attributes of one sms dataset be copied to another dataset?
What parameter directs the output of the job log dataset?
what are the types of abends that occur on job failure? And explain the possible causes of these
Mention the types of job control statements?