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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What the difference is between continue and next sentence?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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 do you define a variable of comp-1 and comp-2?
what is search and searchall?what is the diffrence between them?give an best example?
What is length is cobol?
Name the divisions, which are available in a cobol program?
Why would you use find and get rather than to obtain?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do you reference the following file formats from cobol programs?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Whats the difference between search & search ALL?
How do define dynamic array in cobol.
Write some characteristics of cobol as means of business language.