if not using the 'commit' when closing VSAM file,what will
happend
Answer Posted / guest
The commands 'save' or 'commit' can not be used while
working with VSAM. While using program if you issue a
WRITE/REWRITE statement, the changes will made in the file.
If you opend the file using andy utility (Like FILEAID) you
can use SAVE command.Using program you can not use SAVE
command.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
State the differences between vsam and non-vsam files?
What is the main purpose of having user catalog in vsam?
explain in brief how are different versions of gdg named?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
Tell about the ams used in vsam?
How to get the last record in vsam file in cluster?
Differentiate between control interval (ci) and control area (ca)?
What is the function of linear dataset in vsam?
what is the syntax of ams modal commands?
What does the keyranges parameter in define cluster command do?
What is a ci split?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is a ca split?
what do you mean by idcams? Explain its purpose?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?