if not using the 'commit' when closing VSAM file,what will
happend
Answers were Sorted based on User's Feedback
Answer / nawal kishore
I never heard that we use commit while closing VSAM files.
Any VSAM files can be closed by simple close command of
file utilty.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / 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 |
Answer / bella
both answers are wrong... Commit for DB2 batch To cllose
VISAm file we have verify statm which read file from
begignig to end update hight used RBA and phisiclly close
the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subramanyam
Commit not used while closing the VSAM file.
Save command will save the VSAM file content.
If you want to save the content and close the file then u
can use F3 function key.
If u dont want to save the updated content give 'can'
command in command prompt
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / dasari
the updates which u have done will not be saved if u are
not going to use commit, because commit will make all the
updates permanent
| Is This Answer Correct ? | 0 Yes | 9 No |
what is the meaning of each of the values in shareopts(2 3)?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
How do you define an altindx?
Explain the function of entry-sequenced data set?
should a AIX should be a unique value?
name a few common vsam status codes?
How to createing new version of GDG with out loosing the data in preaves GDG version?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
How do you decide on optimum values for CI, FREESPACE etc...?
print ids(/)char??what is the full form of ids??
explain in brief why do vsam take more disk space than other utilities?
explain how do you define a gdg in vsam?