Is It Possible to Update or change in VIEW Mode?
Answer Posted / 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 |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to print 10 to 1 if the input have only 10 digit number?
What is rmode(24)
Write the code implementing the perform … varying.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How arrays can be defined in COBOL?
what is the difference between COBOL2 AND COBOL390?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the variable unblock file formats from cobol programs
What is the utilization of copybook in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is the use of outrecord?
What rules are followed by the search verb.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that