i want to avoid the positional parameter how to code it ?
Answers were Sorted based on User's Feedback
Answer / venkat
without specifying the value put a comma(,).
Ex:
//job00001 job ,,notify=&sysuid
| Is This Answer Correct ? | 9 Yes | 0 No |
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 |
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 |
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
How can a jobs execution priority be modified?
How do you restart a PROC from a particular step?
How do you check the syntax of a JCL without running it?
shall we concordinate two different length dataset in to a new date set.
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
What is the difference between a symbolic and an override in executing a PROC?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
can u execute a proc from another proc?
Explain the purpose of the dd keylen parameter?