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 mainframe?

4 Answers   CGI,


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


List in order the hierarchical levels of jcl?

1 Answers  


What is meant by S0C7 system abend code?

8 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

1 Answers   IBM,


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


How dummy is used in jcl?

1 Answers  


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


Brief description of inline procedure of jcl.

1 Answers  


Categories