-
Explain the differences between VSAM and Non-VSAM files
(i) The ISPF panel or a standard JCL is used for creation of a NON VSAM dataset. The AMS program is used to create the VSAM files. (ii) The information about the Non-VSAM files is stored as dataset labels in the VTOC, while the information of VSAM files is stored in Catalogs. (iii)The dataset organization's in Non-VSAM files are sequential (physical), Indexed Sequential, Direct and partitioned. The...
-
VSAM KSDS cluster declaration
Write a program the following scenarios, declare vsam ksds cluster by jcl by the following record layout?customer info(7) comp3,customer no x(6),customer name x(20),customer address x(35),customer mail-id x(25),and load the above layout thru jcl?
-
-
-
-
-
-
-
Access the Last Record
How we can access the last record from KSDS file?
-
VASM Share Options
What are the share options in VSAM, CA, CI? What is the syntax? How does it work?
-
VSAM Virtual Memory
What is the Virtual Memory Size for VSAM?
-
Define KSDS
How will you define a KSDS of avg length-100 and max length-150 and key length 10
-
Reading KSDS File
How do you read a ksds file in reverse order?
-
VSAM File with Null Data
how do you create a new VSAM file with null record as header with JCL please provide me with coding
-
-
What is the record size for alternate index if alternate key is unique
- whether record size is (5+alternate key length+n*pmy key length ) or (5+pmy key length + n*alternate key length) where 'n' is the no. of duplicate alternate keys.
-
-
-
-
Copy records without duplicates
How to copy records from 2 files with duplicates? Without duplicates?
VSAM Interview Questions
Ans