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
Mention the types of job control statements?
How can a stopped job be started again?
Can we use DISP=SHR in output file in JCL
Is condition checking possible in jcl? If yes, how?
Which statement is used to identify the private libraries in job?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is the function of the dd dcb keyword?
what is the compile process of cobol program expalin with code
Explain about ISPF/TSO Commands
Explain in DD statement what is the use of DCB parameter?
What is NOTCAT ?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How does jcl act on a cobol code?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is it possible to code instream data in a PROC?