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 do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
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 is the Purpose of POINTER Phrase in STRING command in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Can a Search can be done on a table with or without Index?
Write the code implementing the perform … varying.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the esds vsam file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
When is inspect verb is used in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do define dynamic array in cobol.
Whats the difference between search & search ALL?
State the various causes of s0c1, s0c5 and s0c7.