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

CICS paging


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

New User


Joined: 13 Jul 2006
Posts: 4

PostPosted: Tue Nov 20, 2007 1:10 pm
Reply with quote

Hi this is srikanth,

I need to fetch records from front end while using back end as VSAM files and mediator as CICS APIs. While retriving the records we need to use paging. Please help on this


Thanks
Srikanth
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Nov 20, 2007 1:35 pm
Reply with quote

Quote:
Please help on this


please try to be more clear bout Your requirement...

Screen paging in CICS can be achieved thru the appropriate combination of ...

EXEC CICS SEND PAGE ...
EXEC CICS SEND PAGE ACCUM ...

check the manuals starting from the link at the top of the page...
or from
http://www-03.ibm.com/servers/eserver/zseries/zos/bkserv/
Back to top
View user's profile Send private message
sri541

New User


Joined: 13 Jul 2006
Posts: 4

PostPosted: Thu Nov 22, 2007 8:41 am
Reply with quote

for a inquiry in front end for a search critriea, we will get bulk number of records from VSAM file. But front end only show 10 records at a time. so we need do paging, and we need to send 10 records at a time.

for this criteria i need how we can send these records to front end using CICS API's. And is it possible to send by getting page number as input from the front end and we need to fetch that particular page and send those records to front end.

please help me.
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Mon Nov 26, 2007 4:19 am
Reply with quote

please take the time and explain better, so that we can help you.

what do you mean by front end?

are you trying to communicate with a green screen terminal ?


do you have a client (java) program trying to communicate with a cics commarea program?
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top