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

Explain COND used in JCL?

1 Answers   Patni,


what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?

3 Answers   Convergys,


Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


Explain about LMPUT-

1 Answers  


define cond parameter in jcl?

0 Answers   IBM,






Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)

1 Answers  


What does IEBGENER do?

10 Answers   BirlaSoft,


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

0 Answers   IBM,


How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.

1 Answers   Cap Gemini,


jcl is like a complier....?

6 Answers  


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


Categories