how to identify the file used in the JCL is an VSAM file.
Just seeing the JCL code how can we track the file as VSAM file?
Answer Posted / harsha
I know its not a generic answer, but many system used BUFND
(Buffer data) and BUFNI(Buffer Index) parameter while using
any VSAM file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the 4 fields in dd statement?
Why include statement is used in a jcl?
Brief description of inline procedure of jcl.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the function of dd disp parameter?
what is a jcl?
when does a dataset go uncataloged?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
write a jcl to execute a job by 7:00 am on jan 20,1986?
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?
how do you access an uncataloged dataset in a jcl?
What is timing concept in mainframe?
what operation is performed by job statement?
Is condition checking possible in jcl?
Can I share my data with other jobs? How?