|
From: Leif Svalgaard <leif@leif.org> > > From: Eric Tubbs <eatubbs@email.com> either use Zoned data (COBOL DISPLAY): DDS: 7S 2 COBOL: 9(5)V99 DISPLAY (or just omit) size is 7 bytes or packed decimal: DDS: 7P 2 COBOL: 9(5)V99 PACKED-DECIMAL size is (7+1)/2 = 4 bytes. CONTAINS 39 CHARACTERS OR use Zoned data (COBOL DISPLAY): DDS: 9S 2 COBOL: 9(7)V99 DISPLAY (or just omit) size is 9 bytes or packed decimal: DDS: 9P 2 COBOL: 9(7)V99 PACKED-DECIMAL size is (9+1)/2 = 5 bytes. CONTAINS 40 CHARACTERS
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.