if not using the 'commit' when closing VSAM file,what will
happend

Answers were Sorted based on User's Feedback



if not using the 'commit' when closing VSAM file,what will happend..

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

if not using the 'commit' when closing VSAM file,what will happend..

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

if not using the 'commit' when closing VSAM file,what will happend..

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

if not using the 'commit' when closing VSAM file,what will happend..

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

if not using the 'commit' when closing VSAM file,what will happend..

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

Post New Answer

More VSAM Interview Questions

What is IDCAMS? and what is the purpose of it?

4 Answers  


Can you delete vsam files with the delete option of the disposition parameter of jcl?

1 Answers   IBM,


What is a sequence set?

1 Answers  


By seeing a program how we findout it is a VSAM program?

6 Answers   TCS,


Describe SHAREOPTIONS parameter (SHR) in Define Cluster command.?

1 Answers  


What is control interval?

1 Answers  


What is the utility program closely associated with VSAM?

1 Answers  


Explain the meaning and syntax for the START command. ?

4 Answers   IBM,


What is FREESPACE ?

2 Answers  


what are the idcams commands that can be used for vsam and explain each of them.

1 Answers   IBM,


Explain the biggest disadvantage of using a vsam dataset?

1 Answers  


What is File Status in VSAM?

1 Answers   IBM,


Categories