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

How to solve the problem. DFHTP4108 Requested page 0 does no


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

New User


Joined: 26 Oct 2007
Posts: 6
Location: India

PostPosted: Thu Jun 11, 2009 9:48 am
Reply with quote

Hi,

Can anybody tell me how to solve the problem of " DFHTP4108 Requested page 0 does not exist".I gone through this forum and find out it can be handled using coding. Can anybody give me any reference or a link where i can find out the solution? Or if possible can anyone write the code which will help me in solving the prob?

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

New User


Joined: 19 Nov 2008
Posts: 57
Location: pune

PostPosted: Thu Jun 11, 2009 11:27 am
Reply with quote

Hi,

I guess you are using logic for Page up and Page down in your code. This problem occurs when you try to read next page after the last page or try to read previous page after first page.
Back to top
View user's profile Send private message
goswamirajat
Warnings : 2

New User


Joined: 26 Oct 2007
Posts: 6
Location: India

PostPosted: Thu Jun 11, 2009 11:37 am
Reply with quote

Yes.. this is wht i m trying to do.. so do you have any sol to overcome this problem.. Can i stop this message and show it in my CICS window only.
Back to top
View user's profile Send private message
aishwarya_20

New User


Joined: 19 Nov 2008
Posts: 57
Location: pune

PostPosted: Thu Jun 11, 2009 11:40 am
Reply with quote

You need to correct the logic, and keep check for last page and first page. If it is first page then logic should not be there to read previous page and if last page then logic should not be there for reading next page. I can help you only if i see your code.
Back to top
View user's profile Send private message
goswamirajat
Warnings : 2

New User


Joined: 26 Oct 2007
Posts: 6
Location: India

PostPosted: Thu Jun 11, 2009 11:51 am
Reply with quote

Ok.. can u tell me how do we find it is the last page or the first page.. is their any keyword to check?
Back to top
View user's profile Send private message
aishwarya_20

New User


Joined: 19 Nov 2008
Posts: 57
Location: pune

PostPosted: Thu Jun 11, 2009 11:53 am
Reply with quote

Please post piece of code handling page up and page down logic.
Back to top
View user's profile Send private message
goswamirajat
Warnings : 2

New User


Joined: 26 Oct 2007
Posts: 6
Location: India

PostPosted: Thu Jun 11, 2009 12:08 pm
Reply with quote

Hi Ashwarya,

i am not at all using any logic for page up and page down.I am just sending the data using Paging concept. Please find the code below:-

EXEC CICS
SEND MAP('BROW1') MAPSET('BROW1')
FROM(BROW1O)
ACCUM
PAGING
RESP(WS-RESPONSE-CODE)
ERASE
END-EXEC
EXEC CICS SEND
PAGE
END-EXEC.

I am new to CICS.. so if you need any more information please let me know...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jun 11, 2009 12:11 pm
Reply with quote

the message is not an application one,
it' s a message issued by DFHTPR ( IIRC ) the builtin CICS paging program
so there is nothing You can do about it
Back to top
View user's profile Send private message
goswamirajat
Warnings : 2

New User


Joined: 26 Oct 2007
Posts: 6
Location: India

PostPosted: Thu Jun 11, 2009 12:26 pm
Reply with quote

Thanksssss icon_smile.gif
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts how to solve this power failure shutd... ABENDS & Debugging 5
Search our Forums:

Back to Top