Answer Posted / mohan.chepuri
directory is use to we r mention the program field
lenth=directory,rlse=release the space
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
which parameter is used to check the syntax of a jcl without executing it?
Explain dd statement in jcl?
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 s0c1, s0c4, s0c5, s0c7 and socb?
//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 the function of //jcllib statement?
Brief description of inline procedure of jcl.
Differentiate between the joblib and the steplib statements?
Explain the function of the dd dcb keyword?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How jcl is used for testing batch programs?