× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Larry,

COBOL specs are tricky in that some of the redefines are relevant. For
example;

01 Date-convert-fields.
05 YY-MM-DD Pic X(07) value 0. <--- Character
05 Date-CYYMMDD redefines YY-MM-DD. <-- COBOL makes this a
character field
10 Ws-Century PIC 9(01) display. <-- Number -
not packed
10 Ws-Year PIC 9(02) display.
10 Ws-Month PIC 9(02) display.
10 Ws-Day PIC 9(02) display.

Do you need to have access to the subfields of Date-CYMMDD? or the group
field itself? Can you pragmatically make a determination if the field
should be character or number? If number, can it be packed or must it be
display?

I would encourage you to ask this question in the COBOL discussion list.

Jim

On Thu, Aug 16, 2012 at 7:30 AM, DrFranken <midrange@xxxxxxxxxxxx> wrote:

Suppose I had some COBOL specifications that defined a file layout.
Could I take those and programatically turn it into either DDS or an SQL
statement to create the file? The Specs are available in a file.

Thing is the record is 12,000 bytes wide and the COBOL specs are 4,500
lines long! Many are redefines and sub-fields which are not needed.
Doing this by hand seems daunting and fraught with peril. Incoming file
needs to be read, processed and then returned to customer with
delimiters between fields.

Help?

- Larry "DrFranken" Bolhuis
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.