IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

difference between file record and database record


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
KAMALAK

New User


Joined: 18 Jul 2005
Posts: 12

PostPosted: Thu Sep 29, 2005 2:23 pm
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
priyesh.agrawal

Senior Member


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

PostPosted: Thu Sep 29, 2005 4:19 pm
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: 15
Location: Bangalore

PostPosted: Thu Sep 29, 2005 6:25 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top