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


Please Help Members By Posting Answers For Below Questions

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)?

837


What is the usage of comp fields in cobol?

859


how do you define single dimensional array and multidimensional array in your cobol?

854


What rules are to be followed while using the corresponding options?

821


How you can read the file from bottom?

862






Mention the guidelines to write a structured cobol program?

807


what is the difference between COBOL2 AND COBOL390?

2702


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?

7267


what happens if parmparameter passes zero bytes to the program

1861


How you can characterize tables in cobol?

913


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?

1397


How do we get current date from system with century in COBOL?

1045


how do you reference the rrds file formats from cobol programs

1123


Name some of the examples of COBOl 11?

2873


Can we change the password using ALTER? anyone tried and changed?

1733