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

How to read only a particular record


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
N.SUDHA
Warnings : 1

New User


Joined: 06 Feb 2006
Posts: 8

PostPosted: Wed Feb 15, 2006 6:49 pm
Reply with quote

how to read only a particular record from a file using rexx
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Feb 15, 2006 6:55 pm
Reply with quote

You can start by reviewing the EXECIO command.

You need to be more specific about what you mean by "a particular record". Do you mean a particular record number?
Back to top
View user's profile Send private message
N.SUDHA
Warnings : 1

New User


Joined: 06 Feb 2006
Posts: 8

PostPosted: Wed Feb 15, 2006 7:08 pm
Reply with quote

suppose we have 10 records in a file how to read only the 9th and 10th record
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Feb 15, 2006 7:14 pm
Reply with quote

"EXECIO 2 DISKR ddname 9"

Places 2 records into the stack starting at record number 9.
Back to top
View user's profile Send private message
N.SUDHA
Warnings : 1

New User


Joined: 06 Feb 2006
Posts: 8

PostPosted: Wed Feb 15, 2006 8:00 pm
Reply with quote

how to move a record from one position to another using rexx
Back to top
View user's profile Send private message
amitava
Warnings : 1

Active User


Joined: 30 Oct 2005
Posts: 186
Location: India

PostPosted: Thu Feb 16, 2006 10:02 am
Reply with quote

Hey N.SUDHA,
You should not post another doubt in the same forum. Its become tough to correlate. However what SUPERK has said is quite fine. For move you can put those two records in a stem and free the DS. Then again use ALLOC in MOD mode. and use EXECIO DISKW to write the records in the particular position.

You also can use macro and read upto the record you want(Eg;- upto 9th record). Now place the 9th record & 10th record in the stem. Now you want to place that records (say - 3 & 4th position), then again place the cursor at the first position and read upto 2nd position and put the records in the 3rd & 4th position.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top