MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Table Structure for Cobol Layout

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
Venkata Ramana Reddy
Beginner


Joined: 02 Dec 2002
Posts: 70
Topics: 19
Location: California

PostPosted: Fri Jul 07, 2006 1:34 pm    Post subject: Table Structure for Cobol Layout Reply with quote

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...
_________________
Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Fri Jul 07, 2006 1:46 pm    Post subject: Reply with quote

Venkata Ramana Reddy,

Try this

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

Hope this helps...

Cheers

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group