can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / antony
We will get the actual value of the variable, so we need to
either redefine or move that to an equivalent numeric
variable to display it.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
Write the code to count the sum of n natural numbers.
What are the rules of the move verb?
explain sorting techniques in cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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 are decleratives in cobol?
Mention the guidelines to write a structured cobol program?
Why would you use find and get rather than to obtain?
How to know whether the module is dynamical or statistical?
How do u write test cases?
What is the use of intialize verb?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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?