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 |
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
in what type of vsam datasets can an alternate index be defined??
Tell about the ams used in vsam?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
print ids(/)char??what is the full form of ids??
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
is it required that primary key values have to be unique? Do alternate key values have to be unique?
what is control interval(CI) and control Area(CA)
What are the advantages of vsam over isam?
By seeing a program how we findout it is a VSAM program?
What is the Difference between LDS & ESDS ?
What more info you should give in the DD statement while defining the next generation of a GDG?