Is It Possible to Update or change in VIEW Mode?
Answer Posted / 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 |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What do you understand by psb and acb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain how to differentiate call by context by comparing it to other calls?
How to remove 2 duplicate records and copy only one using job control language?
Differentiate between structured cobol programming and object-oriented cobol programming.
How arrays can be defined in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how can i see junk values in dclgen or in hostvariable of comp ?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How many bytes S(8) comp field occupy and its maximum value?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the various section in data division and briefly explain them.