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

How to access a particular record in a file using XPEDITER


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
adapalam

New User


Joined: 14 Mar 2007
Posts: 6
Location: hyderabad

PostPosted: Wed Jun 20, 2007 10:13 am
Reply with quote

Hey Guys,
Can anyone let me know how do we skip a particular set of records so tat we can access only one particular record.....
What i mean to say is that suppose we have a file which consists of 10 records and in xpediter i just want to access the 8th record what shud i do? ...wht command or procedure shud i follow in order to access only the 8th record ...
Plz can anyone help me out

Thanks
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Wed Jun 20, 2007 10:59 am
Reply with quote

1. in the input file drop first 7 records, and xpedite 8 th record

or
2. In xpeditor set break points
Back to top
View user's profile Send private message
kousalya26

New User


Joined: 06 Jul 2005
Posts: 21
Location: chennai

PostPosted: Thu Jun 21, 2007 9:30 pm
Reply with quote

If you have a key field in that file, you could use that working storage field name and use "WHEN" command.
For eg.if you have the file with student id as a field and 8th record in the file has student id=100, then you could use the command
Code:
WHEN student-id = 100

and then "F12" to jump to the code which reads the record from the file.

Thanks,
Kousalya
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts IGYPG3178-I when compiling a pgm read... COBOL Programming 5
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Discard record with 0 entry if Dup... SYNCSORT 7
No new posts To Sort detail records in a file with... SYNCSORT 5
Search our Forums:


Back to Top