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
which parameter is used to check the syntax of a jcl without executing it?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are hierarchy levels in jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What are some jcl statements that are not allowed in procedures?
How is the record format of an output dataset specified?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how to run batch program without jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the function of job statement in jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Which statement is used to identify the private libraries in job?
Explain in DD statement what is the use of DCB parameter?
what is DSN in JCL and what are the parameters to declare the DSN?