Is It Possible to Update or change in VIEW Mode?

Answers were Sorted based on User's Feedback



Is It Possible to Update or change in VIEW Mode?..

Answer / santhosh vayathuri

yes it is possible to update the data in view mode .
once write the data if you give f3 it will tell it wont
save because you have opened in view mode . we need to give
the command in command prompt for updating the changes in
view mode like fallowing .


REPL .ZF .ZL MEMBERNAME

if you issue the above command it wil save the data what
ever we have editd

Is This Answer Correct ?    12 Yes 1 No

Is It Possible to Update or change in VIEW Mode?..

Answer / xyz

YES

Is This Answer Correct ?    5 Yes 0 No

Is It Possible to Update or change in VIEW Mode?..

Answer / krishna praveena

yes,bt it wont save the changes which we did after closing the prgm,it will give the msg while closing the prgm "in view mode we can't do the changes"

Is This Answer Correct ?    5 Yes 2 No

Is It Possible to Update or change in VIEW Mode?..

Answer / abc

hey XYZ give full description

Is This Answer Correct ?    0 Yes 0 No

Is It Possible to Update or change in VIEW Mode?..

Answer / vikcha83@gmail.com

put VSAVE on commnad line after it has been opened in view
mode,,and enter..:) its simple

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More COBOL Interview Questions

PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


Why would you use find and get rather than to obtain?

0 Answers  


how you will define variables length in cobol.

3 Answers   Temenos,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,






A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.

6 Answers   EDS,


in cobol perform stmt whether it first checks the condition or not

9 Answers  


What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas

3 Answers   IBM,


What is static and dynamic call in cobol?

0 Answers  


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


Categories