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

ENDMPPI problem


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
secretsoul

New User


Joined: 21 Mar 2007
Posts: 3
Location: India

PostPosted: Mon Mar 17, 2008 6:28 pm
Reply with quote

Hi,
The MFS of the program I'm working on spans two pages (physical paging). There is only one LPAGE also. There is a coding in the MFS as mentioned below under DEV.
PFK=(PFKI#,NEXXTLP,'=-1 ', '=1 ',ENDMPPI)

When the press PF4, the program should terminate without showing the second screen. This works fine, but the values in the second screen are not taken into the program(hence all initalized values go into the program). This is because of the ENDMPPI function, which stops the message processing at the first screen where I pressed F4 key.

My requirement is that I should receive the second screen input (and not initialized values) when I press F4 key.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Mar 17, 2008 10:26 pm
Reply with quote

Please do some research by following the first link in the sticky where to find info about IMS (or the first link in my signature). Just search for NEXTLP and you will find a lot of info like this. We aways encourage people to do some research themselves because it's all out there on the WWW icon_wink.gif
Back to top
View user's profile Send private message
secretsoul

New User


Joined: 21 Mar 2007
Posts: 3
Location: India

PostPosted: Wed Mar 19, 2008 5:32 pm
Reply with quote

I ofcourse did my bit of analysis before posting the topic.

My problem simply lies in the fact that ENDMPPI option terminates the message input at the first screen and does not read any values from the 2nd screen (note: my screen spans 2 pages). One of my requirements also says that F4 key(which is right now mapped to ENDMPPI) should NOT bring up the 2nd screen; and this part works for me using ENDMPPI.

I need to prevent showing the 2nd screen to the user, but still read values from it(or atleast retain the old values in MID). Can both these things be handled simultaneously???
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu Mar 20, 2008 4:18 pm
Reply with quote

Check PM
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top