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
what is the purpose of coding class parameter in job statement?
What is the function of a dd statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
How do you create a temporary dataset?
how to do automated restart when a job abends?
how you can direct the data to spool using SYSOUT option?
How does jcl act on a cobol code?
When output dataset space is required, what quantity categories are used?
what sort card you will use to copy the data from one dataset to another dataset?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can a stopped job be started again?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How dummy is used in jcl?
What are the parameter we cannot use in procedure?
Is it possible to code instream data in a PROC?