i want to avoid the positional parameter how to code it ?

Answers were Sorted based on User's Feedback



i want to avoid the positional parameter how to code it ?..

Answer / venkat

without specifying the value put a comma(,).

Ex:

//job00001 job ,,notify=&sysuid

Is This Answer Correct ?    9 Yes 0 No

i want to avoid the positional parameter how to code it ?..

Answer / nikita kekre

To avoid positional parameters,mark their presence with the
help of comma.
eg in Jobcard if i dnt wanna code accounting info and
programmer's name(both r positional parameters thn i cn
simple use commas)
//t12344J JOB ,,CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID

Is This Answer Correct ?    6 Yes 1 No

i want to avoid the positional parameter how to code it ?..

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

More JCL Interview Questions

What is the difference between sb37,se37,sd37 each?

9 Answers   TCS,


what is the restart?hopw it is invoked?

1 Answers  


I need exexution process for JCL programs

0 Answers  


i am trying to copy a PS file into VSAM file in step2 by using PGM=IDCAMS,COND=(0,LT) and the pS file is getting sorted in the step1. I got the return code 00 for step1 but step2 got flushed. can u please help on this. Below is My JCL. SEPP050 EXEC PGM=SORT,REGION=6144K SYSIN DD DSN=SYSCMN.PROD.CCLIB (F5910BNN), DISP=SHR SYSOUT DD SYSOUT=* SYSUDUMP DD SYSOUT=A SORTIN DD DSN=Z1225BT.F5910EPP.HISOUT, DISP=SHR SORTOUT DD DSN=Z1225BT.F5910EPP.HISOUT.SORTOUT5, DISP= (NEW,CATLG,DELETE),UNIT=DELQ, SPACE=(CYL, (500,500),RLSE), DCB= (RECFM=FB,LRECL=1606,BLKSIZE=16060,BUFNO=15) SORTWK01 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK02 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK03 DD UNIT=SYSDA,SPACE=(CYL, (1)) SORTWK04 DD UNIT=SYSDA,SPACE=(CYL, (1)) SYSIN1 DD UNIT=VIO,SPACE= (80,1) * SEPP060 EXEC PGM=IDCAMS,COND= (0,LT) SYSPRINT DD SYSOUT=* SYSOUT DD SYSOUT=* SYSLIST DD SYSOUT=* *** DD01 DD DSN=Z1225BT.F5910EPP.HISOUT.SORTOUT, // DISP=SHR //*** //DD01O DD DSN=Z1225BT.F5910PHS, // DISP=SHR, // AMP=(AMORG,'BUFND=12,BUFNI=5') //SYSIN DD DSN=SYSCMN.PROD.CCLIB(F5910BBB), // DISP=SHR Output RC for the two steps: SDCBPJ05 SEPP050 00 236 .00 .00 .0 SDCBPJ05 SEPP060 FLUSH 0 .00 .00 .0

3 Answers  


When will we need to specify Space parameter ?

3 Answers   Wipro,






How do you overcome this limitation ?

0 Answers  


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


how to purge 50 initiators continuously?? console commands??

4 Answers   IBM, ups,


What is the significance of addrspc parameter in exec statement?

0 Answers  


if we give TIME=0 how many sec that job/step

13 Answers  


Explain the function of a dd statement?

0 Answers  


I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.

3 Answers   iGate,


Categories