can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / narayana g
You can display the COMP-3 variable by redefining to numeric
variable.
Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the usage of comp fields in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What rules are to be followed while using the corresponding options?
How you can read the file from bottom?
Mention the guidelines to write a structured cobol program?
what is the difference between COBOL2 AND COBOL390?
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?
what happens if parmparameter passes zero bytes to the program
How you can characterize tables in cobol?
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?
How do we get current date from system with century in COBOL?
how do you reference the rrds file formats from cobol programs
Name some of the examples of COBOl 11?
Can we change the password using ALTER? anyone tried and changed?