What is the difference between sequential files and ESDS files?
Answer / guest
Sequential (QSAM) files can be created on tape while ESDS
files cannot. Also, you can have ALTINDEX for an ESDS while
no such facility exists for QSAM files.
| Is This Answer Correct ? | 4 Yes | 4 No |
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
How do you define a KSDS ?
What are the distinctive features of a ksds, key sequenced dataset?
How does control intervals and control areas related to each other?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What is a lds (linear data set) and what is it used for?
How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
Explain the process in which flat files are converted into vsam files?
how many buffers are allocated to vsam ksds and esds?
What is the procedure for running the batch job in mainframe?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.