Can someone please translate the COBOL binary-long to actual COBOL - "C " PIC 9(08) COMP-5, COMP-4, COMP ?
I ain't a "C" programmer Reading the PG there are 300+ references to binary-long I could not find the translation to real COBOL.
Thanks! Ralph
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Look at the PG or PR manuals section 6.9.63 USAGE
is a good starter for 10.
as for field sizing make use of one of the LENGTH display programs to see what is used on your computer.
Vince
On 24/12/2024 01:07, noreply@sourceforge.net wrote:
Can someone please translate the COBOL binary-long to actual COBOL - "C " PIC 9(08) COMP-5, COMP-4, COMP ? I ain't a "C" programmer Reading the PG there are 300+ references to binary-long I could not find the translation to real COBOL. Thanks! Ralph COBOL Binary-long https://sourceforge.net/p/gnucobol/discussion/help/thread/5d2f41e32d/?limit=25#a110 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnucobol/discussion/help/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
COBOL Binary-long https://sourceforge.net/p/gnucobol/discussion/help/thread/5d2f41e32d/?limit=25#a110
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnucobol/discussion/help/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Can someone please translate the COBOL binary-long to actual COBOL - "C "
PIC 9(08) COMP-5, COMP-4, COMP ?
I ain't a "C" programmer
Reading the PG there are 300+ references to binary-long
I could not find the translation to real COBOL.
Thanks!
Ralph
Look at the PG or PR manuals section 6.9.63 USAGE
is a good starter for 10.
as for field sizing make use of one of the LENGTH display programs to
see what is used on your computer.
Vince
On 24/12/2024 01:07, noreply@sourceforge.net wrote: