Have you used comp and comp-3 in your project? And how?
No Answer is Posted For this Question
Be the First to Post Answer
can we display comp-3 variables. if we want to display what we have to do . give me one example
what is the maximum error code in mainframe
What is the Purpose of Pointer in the string?
What is file status 39 ?
when COMP-3 is preferrable?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What is a scope terminator? Give examples.
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to read the last 100 records from a COBOL file. The file contains N number of records.
why 02 level number can't be use as a separate level number like 01 or 77 ?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.