Is It Possible to Update or change in VIEW Mode?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the maximum length of a field you can define using COMP-3 in COBOL?
can anyone explain me the concept of COMP-4 PLEASE??
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?
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?
What is SET TO TRUE all about, anyway?
tell me about examine inspect and evaluate ?
perform I from 0 by 1 until I=5?How maney times it will executes
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.
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....
explain sorting techniques in cobol program?
what is the difference between PA & PF keys?
plz any one tell clearly the justify right clause?