Answer Posted / sravani
by using IEBCOPY
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
how JCL works?
For what purpose steplib and joblib are used ?
How to submit a jcl from cics?
//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 /*
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the use of disp parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of dd disp parameter?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is the purpose of coding class parameter in job statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of dd name parameter with a 2 part structure; audit.report?
is there any way to execute more than one proc in the same exec statement at the same time..?