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 |
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?
Explain the function of job statement in jcl?
how you will define a temporary dataset in jcl?
Explain how can a stopped job be started again?
Max. No of DD statements in a job ?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
what is SOC4 error?
Explain about LMGET�read a logical record from a data set
What parameter of the job statement is used to limit the cpu time consumed by the job?
can we copy a file from fixed block to variable block and vice versa ....asap
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options