Answer Posted / escapa
Data set organization (2 characters). Valid values are:
PS (physical sequential)
PO (partitioned organization)
DA (direct access)
VS (VSAM)
KS —VSAM key-sequenced data set
RR—Either a VSAM variable-length or fixed-length relative-record data set
ES—VSAM entry-sequenced data set
LD—VSAM linear data set
NV—Non-VSAM data set
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
What is concatenating?
Explain how can values be passed from the job stream to an executable program?
What is the motivation behind coding class parameter in job statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is one line to pass PARM from JCL to COBOL?
which parameter is used to check the syntax of a jcl without executing it?
How can a fb file convert to vb file using sort program?
What does a disposition of (new,catlg,keep) for a dsn mean?
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) ?
What is Cataloged Procedures?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
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.
List the different components of jcl statement?