How to pass the temp dataset form one JOB step to another?
Answer Posted / kiran
What is the meaning of 'Passing from one step to another step'?
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How is a type of file defined in the jcl that executes the cobol program?
Explain about LMQUERY�give a dialog information about a data set
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?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
define cond parameter in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is use of dcb parameter in dd statement?
how would you create a temporary dataset? And where will you use them?
What is the significance of addrspc parameter in the exec statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
In sms datasets, what is the function of the dd mgmtclas keyword?
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' ?