How vsam datasets are cataloged?
Answer / anoop
I dont have a clear cut idea about it, but as far as i know
VSAM datasets are cataloged using ICF. When a job using
VSAM files runs it checks the VSAM ctaloge first in STEPCAT
and the in JOBCAT if it is coded. If it is not found then
it will check in SYSTEM library
| Is This Answer Correct ? | 1 Yes | 0 No |
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
How do you decide on optimum values for CI, FREESPACE etc...?
What is Base Cluster ?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
in a cobol select statement, can you tell what is the organization for a ksds?
How many cluster index can have in a table?
What are the distinctive features of a ksda, key sequenced dataset?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is IDCAMS? and what is the purpose of it?
explain in brief how you can create a vsam file?
What is the maximum no. of records that can be allowed in VSAM ?
What is the main function of key-sequenced data set?