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

how can we "browse" from a file


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
joshua1983

New User


Joined: 25 May 2006
Posts: 7
Location: Mumbai, India

PostPosted: Fri May 26, 2006 5:41 pm
Reply with quote

hi all,

we are actually facing a problem in browsing.....
we had written a program in "CA Realia" .
This program is suppose to retrive the records from a indexed file and display on the cics screen one by one by pressing PF10 key.

we have used STARTBR,READNEXT,ENDBR as given in the books but still we are not getting the solution.........

plz guide us......
thanks in advance...
Back to top
View user's profile Send private message
sankargn

New User


Joined: 27 May 2006
Posts: 5

PostPosted: Sun May 28, 2006 3:25 pm
Reply with quote

Joshua,

As mentioned by you, whenever u r pressing PF10, it should display the next record.

Try this,

1. Issue a STARTBR command, at the starting of the program.
2. With the use of HANDLE-AID receive the PF10 Key, and while processing PF10 key, issue READ-NEXT command.
The command should be like this.

EXEC CICS HANDLE AID PF10 (Issue-Readnext) END-EXEC.

Issue-Readnext PARA:

EXEC CICS READNEXT (xxxxx) END-EXEC.

EXEC CICS SEND MAP(xxxx) END-EXEC.

3. Display the map.

4. Af the end-of the processing Issue ENDBR command.

Hope this wil suffice the requirement. If you face any problems, let me know.
Back to top
View user's profile Send private message
karthick sivakumar

New User


Joined: 16 Mar 2006
Posts: 16
Location: india

PostPosted: Mon Jun 05, 2006 10:28 pm
Reply with quote

Hi,

if u are using alternate indices then you might have to handle dup key condition. if not try incrementing the key value at the end of every read and use it in a loop until end of file is reached.


u can also use TSQs to save the data in the first place and display them one by one using item number

if some other method works let me know of that one too.


regards,
karthick
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 -> CICS

 


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 HILITE on Browse mode? TSO/ISPF 2
Search our Forums:

Back to Top