Answer Posted / vamsi
Ued for identified the status a data set.
EX:DISP=SHR
IT TELLS DATA SET IS OLD(ALREADY CREATED ) BUT USING IN
SHARE MODE.
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Must tape dataset definitions include vol=ser specifications?
What are the parameters that are used in creating a gdg?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are hierarchy levels in jcl?
How do you access an uncatalogued dataset in a jcl?
What is the function of dd disp parameter?
Explain dd statement in jcl?
which parameter is use to declare the name of dataset in dd statement?
How is a type of file defined in the jcl that executes the cobol program?
Mention the types of job control statements?
How can a fb file convert to vb file using sort program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC