hi. This is Ram.i have one doubt.why can't we display comp-3
variables directly? let me answer quickly plez........
Answer / yuvaevergreen
Hi ram,
Comp-3 variables are generally used for high storage
efficiency. They are stored in packed decimal format
internally.So, display is possible only when the packed
decimal item is moved to a numeric edited item.
| Is This Answer Correct ? | 21 Yes | 0 No |
how can you identify wheather the program is using search or search all in the cobol program?
) What is the use of IGNORE?
What does MAXCC 3 means? It is used in one my codes.
Define static linking and dynamic linking.
Can 88 level variable be declared in FD section..?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What does the IS NUMERIC clause establish ?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Describe the cobol database components?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?