How to overide the symbol parameter in the jcl ?
Answer Posted / karthik ramamoorthy
The Jcl using symbolic paramter looks like this
//job1 job 'abcd'
//step1 exec pgm=testpgm
//file1 dd dsn=&file,
disp=&disp
The symbolic paramters are &file and &DISP they way to
override them are as follows
//job1 job 'abcd'
//assign proc file1=test.file1,
// DISP=(NEW,DELETE,DELETE)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Does jcl support automatic restart?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the difference between run mode and addressing mode?
How to submit jcl through a cobol program?
How to override loadlib?
What is timing concept in mainframe?
How jcl work to handle various input output file operations?
What are steplib and joblib?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is JCL?
How can the attributes of one sms dataset be copied to another dataset?
How to alter the parameters for the existing gdg?
what is use of disp parameter in dd statement?
which utility is used to run a cobol-db2 program?