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 is DD statement is used in JCL?
How to pass data to a program that is coded in an exec statement?
Is acct parameter mandatory?
Is it possible to define dd statements as you want?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain how can a stopped job be started again?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what are the various stages of job processing?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is multithreading in jcl?
What is the purpose of the dd keylen parameter?
Are there any set of rules for the names of the steps used in a job? What are they?
when does a dataset go uncataloged?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
List in order the hierarchical levels of jcl?