i want to avoid the positional parameter how to code it ?
Answer Posted / pratim dasgupta
if only keyword parameters are coded! no need to give comma
even. if even one positional parameter is coded then comma
is necessary!!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
can any one plzzzzzz tell the jcl code for creating ps using idcams
How does jcl act on a cobol code?
What is the motivation behind coding class parameter in job statement?
what is the purpose of coding class parameter in job statement?
what is use of dsn parameter in dd statement?
which utility is used a dummy utility?
//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 /*
Why include statement is used in a jcl?
What do you understand by the term job time – out and how can you overcome that?
When output dataset space is required, what quantity categories are used?
Can I send output of job to my remote device careerride123?
how can the same proc be re-used and called by many jobs?
How to submit a jcl from cics?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How can a fb file convert to vb file using sort program?