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 |
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
What is SDSF?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Which division and paragraphs are mandatory for a COBOL program?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
What is the difference between comp and comp-3 usage?
What is rmode(24)
i want to learn mainframes. i completed MCA ,whats the future of mainframes
how do you reference the variable unblock file formats from cobol programs
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
When is inspect verb is used in cobol?