What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answers were Sorted based on User's Feedback
Answer / guest
DISP=OLD denotes exclusive control of the dataset; DISP=SHR
means there is no exclusivity.
| Is This Answer Correct ? | 3 Yes | 0 No |
What happens if both JOBLIB and STEPLIB is specified ?
In DCB, what is LRECL,BLKSIZE,DSORG
Whats error code s222?
how can u identify the db2 from jcl ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is a MODELDSCB?
What is STEPLIB, JOBLIB? What is it used for?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
how would you create a temporary dataset? And where will you use them?
how do u define a file in cobol and jcl ?
What is GDG?