How to overide the symbol parameter in the jcl ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abcd
The Jcl using symbolic paramter looks like this
//job1 job 'abcd'
//file set file=test.file1
//disp set disp=NEW,DELETE,DELETE)
//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 ? | 2 Yes | 2 No |
Answer / suputhru
The symbolic paramters are &file111 and &DISPooo they way to
override them are as follows.
//job1 job 'abcd'
//assign proc file111=test.file1,
// DISPooo=(NEW,DELETE,DELETE)
//step1 exec pgm=testpgm
//file1 dd dsn=&file111,disp=&DISPooo
Is This Answer Correct ? | 0 Yes | 0 No |
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
Give the syntax of job specifying jcl statement.
How do You skip a Step In JCL?
What is the difference between primary and secondary allocations for a dataset?
How to execute step2,step1,step3 when step1,2&3 are in order
What are isolation levels? Where do we need to specify them in compiling JCL?
Explain about LMPUT-
What is jcl in mainframe?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
what is the meaning of keyword in jcl?what is is opposite?
What are the difference between jcl and jes?
what is a jcl?