Answer Posted / smita
Hi,
Yes You are right.It differs from Org. to Org.
Some use : START U.8 or START U.9
whr U=User
8=IOF joblist
9=IOF job options
Let me know if U r not clear.
Thanks
Smita Padhy
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you access an uncatalogued dataset in a jcl?
Explain how can an in-stream dataset be terminated?
Explain dfsort utility?
Is it possible to define dd statements as you want?
How does jcl act on code(if you take a cobol program)?
What is the purpose of disp parameter?
//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 statement is used to identify the private libraries in job?
What are the 4 fields in dd statement?
which parameter is used to check the syntax of a jcl without executing it?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is use of disp parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to submit a jcl from cics?