i want to avoid the positional parameter how to code it ?
Answer Posted / 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 View All Answers
which utility is used a dummy utility?
What dd statement is used to supply the name of a dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
List the different components of jcl statement?
In sms datasets, what is the function of the dd avgrec keyword?
Can we use DISP=SHR in output file in JCL
Explain the purpose of the dd keylen parameter?
A dd statement consists of 4 fields. Name them?
is there any way to execute more than one proc in the same exec statement at the same time..?
Is acct parameter mandatory?
What parameter directs the output of the job log dataset?
How does the jcl specify the job to os?
How can unused space allocation be returned to the system when a dataset is closed?
What are the 4 fields in dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?