Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
difference between file record and database record

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC
Author Message
KAMALAK

New User


Joined: 18 Jul 2005
Posts: 14

PostPosted: Thu Sep 29, 2005 2:23 pm    Post subject: difference between file record and database record
Reply with quote

can u please explain briefy difference between file record and database record.....
Back to top
View user's profile Send private message
References
priyesh.agrawal

Global Moderator


Joined: 28 Mar 2005
Posts: 1509
Location: Chicago, IL

PostPosted: Thu Sep 29, 2005 4:19 pm    Post subject: Re: difference between file record and database record
Reply with quote

Please make it more clear.....

Regards,

Priyesh.
Back to top
View user's profile Send private message
varunraisharma

New User


Joined: 01 Sep 2005
Posts: 13
Location: Bangalore

PostPosted: Thu Sep 29, 2005 6:25 pm    Post subject:
Reply with quote

Hi

A File record can be compared with a segment occurence in a IMS database. File record consist of some specified fields. Similarily a segment occurence has fields.
File record
01 File-Record
05 Name PIC X(10)
05 Address PIC X(20)
05 FILLER PIC X(50)

Segment
01 W200-SEGMENT-IO-AREA
03 FILLER PIC X(13)
03 W201-SEGMENT1-IO-AREA.
05 IM-SEGMENT1
10 IM-RSRVD-DATA PIC S9(4) COMP.
10 IM-KFLDIM PIC X(20)
10 IM-NAME PIC X(10)
10 IM-ADDRESS PIC X(20)

What i m trying to establish with these examples is that a file record is comparable to a segment occurence in a database.
A Database record is a collection of such segment occurences.
Starting from the root segment and traversing along the hierarchical structure of the IMS database from one segment to other until the last segment in the database constitutes one databse record.

Regards
Varun
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC All times are GMT + 6 Hours
Page 1 of 1