how to identify a vasam dataset by seeing in 3.4(browse)
Answer Posted / vinodh
One can identify the VSAM file in 3.4 option by seeing the
INDX and DATA of the file.
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
What dd statement is used to supply the name of a dataset?
Are there any set of rules for the names of the steps used in a job? What are they?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to pass data to a program that is coded in an exec statement?
How does the jcl specify the job to os?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is DSN in JCL and what are the parameters to declare the DSN?
What do you understand by the term notcat 2 – gs?
What are the jcl procedures?
what operation is performed by job statement?
What is the function of the dd avgrec keyword in sms datasets?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of the dd dcb keyword?
what is the use of IEBGENER utility?
in ways data can be passed to a COBOL program from JCL?