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 |
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
if we have a 10 steps how to override the 4th step in jcl?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
How many bytes S(8) comp field occupy and its maximum value?
Can we call a CICS program from a batch program or viceversa?If so, how?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
What is report-item?
What type of SDLC u followed? Why?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
Describe the difference between subscripting and indexing ?