the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / aswini
There is a command availablemode
Thus, we can avoid using 3.4 option.
Issue : EPDF ‘MYID.MYPS’ . The Dataset will be opened in
EDIT MODE
If you want to open in VIEW mode:
Issue : EPDF ‘MYID.MYPS’VIEW
Similarly, for opening in BROWSE mode, typeB ROWSE at the
end.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what is the purpose of coding notify parameter in job statement?
How does the jcl specify the job to os?
What is the function of the dd mgmtclas keyword in sms datasets?
What happens if both JOBLIB & STEPLIB is specified ?
what are JCLLIB and STEPLIB in JCL?
Give the syntax of job specifying jcl statement.
What is one line to pass PARM from JCL to COBOL?
Explain about LMFREE�free data set from its association with data ID
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what are the various stages of job processing?
which utility is used a dummy utility?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain how can the attributes of one sms dataset be copied to another dataset?