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


Please Help Members By Posting Answers For Below Questions

What is the purpose of disp parameter?

631


what is the use of JCL?

653


How to submit a jcl from cics?

647


//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 /*

894


Is it possible to left uncode disp? If yes, how?

692






Differentiate between the joblib and the steplib statements?

844


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1787


what is the use of IEBGENER utility?

642


how do you access an uncataloged dataset in a jcl?

815


what sort card you will use to copy the data from one dataset to another dataset?

707


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1469


How can values be passed from the job stream to an executable program?

857


which utility is used a dummy utility?

767


Explain how can the submitting users racf authority be overridden in a job stream?

659


What does a disposition of (MOD,DELETE,DELETE) mean ?

651