i want to avoid the positional parameter how to code it ?
Answer Posted / 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 |
Post New Answer View All Answers
Is acct parameter mandatory?
Why include statement is used in a jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the purpose of dd dummy statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
which parameter is use to declare the name of dataset in dd statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the purpose of coding notify parameter in job statement?
How gdg are concatenated?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is concatenating?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are steplib and joblib?
What is the function of //cntl statement?