Table Structure for Cobol Layout
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Application Programming

#1: Table Structure for Cobol Layout Author: Venkata Ramana ReddyLocation: California PostPosted: Fri Jul 07, 2006 1:34 pm
    —
Hello All,
I have a record layout in the following format.I want to create a table structure(oracle) for that file layout.I am unable to figure out how to come up with a table structure for the redefines part.
Code:
 
           05  CB-NORECIP                 PIC 9(02).
           05  CB-RECSEC.
               10  FILLER                     PIC X(02).
               10  CB-G-R-ID               PIC 9(08).
               10  FILLER                     PIC X(01).
               10  CB-NEG-NOTICE       PIC X(01).
               10  FILLER                     PIC X(348).
           05  CB-RSEC REDEFINES CB-RECSEC.
                   10  CB-RECIPSEC OCCURS 30 TIMES.
                      15  FILLER                  PIC X(02).
                      15  CB-R-ID               PIC 9(08).
                      15  FILLER                  PIC X(02).


Your early help will be appreciated...

#2:  Author: kolusuLocation: San Jose PostPosted: Fri Jul 07, 2006 1:46 pm
    —
Venkata Ramana Reddy,

Try this

http://www.siber.com/sct/datafile/data-viewer.html

Hope this helps...

Cheers

Kolusu



MVSFORUMS.com -> Application Programming


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group