how to allocate a dynamic dataset in jcl ?
Answers were Sorted based on User's Feedback
Answer / vinayak
mod in disp is used to allocate dynamic ds if they don't
exist else just append data in the end
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / muttaiah
Can you please provide us the JCL on how to allocate
Thanks in advance
| Is This Answer Correct ? | 0 Yes | 0 No |
How does jcl act on code(if you take a cobol program)?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
how to edit a tape dataset ? asked in wipro
What happens if both JOBLIB & STEPLIB is specified ?
What is a GDG
How do you restart a step in JCL?
What u mean by include statement in JCL ?
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
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