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
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different rules for performing sort operation?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is comp-1 and comp-2?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Describe the cobol database components?
What are the pertinent COBOL
how do you reference the variable block file formats from cobol programs
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
When is inspect verb is used in cobol?
Name some of the examples of COBOl 11?
What is difference between static and dynamic call in cobol?
Write a cobol program making use of the redefine clause.