how to change picture class of copy book variable inside
program?
Answer Posted / sandeep_1985
You need to redefine copybook group variable in program and
then give the new picture clause for that.
I think that is the only way you can do. Correct me if i am
wrong.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the variable block file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
For rewrite, why is it mandatory that file needs to be opened?
In COBOL, what is the different between index and subscript?
How are the next sentence and continue different from each other?
How do you get the data to code the BMS macro?
How do you reference the fixed block file formats from cobol programs
What is the difference between Call and a Link?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Give some examples of command terminators?
What the difference is between continue and next sentence?
HOw can I get the negative sign while deduct high value from low value
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?