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

What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  


I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


What is SET TO TRUE all about, anyway?

5 Answers  


tell me about examine inspect and evaluate ?

2 Answers   CTS,


perform I from 0 by 1 until I=5?How maney times it will executes

8 Answers  


input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 Answers  


If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....

1 Answers   HCL,


explain sorting techniques in cobol program?

0 Answers  


what is the difference between PA & PF keys?

1 Answers   IBM,


plz any one tell clearly the justify right clause?

1 Answers  


Categories