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

In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


How can we increment subscript and index?

1 Answers   CTS, IBM,


Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?

5 Answers   Cognizant,


is there any way to execute more than one proc in the same exec statement at the same time..?

0 Answers  


What is Backward Referencing ?

3 Answers   HSBC,






what is a MODELDSCB?

1 Answers  


what is the difference between JES3 and JES2?

0 Answers  


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


What statement can be used to send data to another mvs jes3 node?

0 Answers  


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


what is the function of spool command?

4 Answers  


what is fixed length and variable length and difference between them

1 Answers   CGI, Wipro,


Categories