What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / shailendra 2008
disp=old means at the time of execution another job can't
use that file.after completion of job another job can use.
disp=shr at the timeof exection many user can use in read
mode.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
How can the submitting users racf authority be overridden in a job stream?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is concatenating?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
define cond parameter in jcl?
What is job control language?
In sms datasets, what is the function of the dd avgrec keyword?
How to do automated restart when a job abend?
How to pass the parameter in parm using linkage section ? (syntax)?
what is DSN parameter and DISP parameter is used for?
Explain how can the submitting users racf authority be overridden in a job stream?
how to do automated restart when a job abends?
How to submit jcl through a cobol program?