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

Output a set of records in a map screen


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
iverjon

New User


Joined: 10 Jul 2007
Posts: 6
Location: manila

PostPosted: Tue Jul 10, 2007 11:04 am
Reply with quote

how do you output a set of records in a map screen given that you should only output 10 records at a time (supposing you have around 1000 records) someone suggested using array but how do you use that in a map editor? i'm using a map like below:


USER ID FIRST NAME LAST NAME
----------- -------------- -------------
<records are outputted here>
<records are outputted here>
<records are outputted here>
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Wed Jul 11, 2007 7:57 pm
Reply with quote

write a logic for PF7 & PF8 .. scroll up and down.

keep the first and last record key in commarea. this will help in getting previous or next set of records.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Jul 12, 2007 8:55 am
Reply with quote

Do you want to do it with NATURAL?

O.
Back to top
View user's profile Send private message
iverjon

New User


Joined: 10 Jul 2007
Posts: 6
Location: manila

PostPosted: Wed Aug 08, 2007 6:38 am
Reply with quote

yep. done it with natural...
Thanks for the reply guys
i extracted first the data and placed it in temporary arrays.. there i made a logic for doing it only by tens.. thanks
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Join multiple records using splice DFSORT/ICETOOL 5
Search our Forums:

Back to Top