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

Unable to return to previous menu or main menu


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Wed Oct 15, 2008 3:07 pm
Reply with quote

Have developed a main menu(GFCMEN), when the user select option '0' then it is calls another to REXX pgm GFCSET successfully.

&ZSEL = TRANS( TRUNC (&ZCMD,'.') 0,'PANEL(GFCSET)'
H,'PANEL(GFCHUS)'
U,'PANEL(GFCUTL)'
B,'PANEL(GFCBAL)'
R,'PANEL(GFCRPT)'
F,'PANEL(GFCFRT)'
S,'PANEL(GFCSUB)'
V,'PANEL(GFCVAL)'
P,'PANEL(GFCPOS)'
X,'EXIT')
&ZTRAIL = .TRAIL

But when I press PF3 or after entring all the desired data in the GFCSET screen and if i presss enter it displaying the
below error. how to handle this error

ISPD213

*Invalid panel
*'GFCSET' is not a valid 'selection' panel.
*
*Panel line where error was detected:
*ZSEL = PANEL(GFCSET)

GFCSET screen code :
====================
)BODY EXPAND($$)
+$-$ยข FINCADS TEST FACILITY +$-$
+$ $ Center: @POCTR +
+$ $ IMS Environment: @IMSREG+
+
% Julian Date :_JDAY+
+
% Month :_JMON+
+
% Year :_JYER+
+
)INIT
&JDAY=.CURSOR
)PROC
ver (&JDAY,nb,range,0001,0366,msg=GFCEF000)
ver (&JMON,nb,range,0001,0012,msg=GFCEF001)
ver (&JYER,nb,range,2001,2015,msg=GFCEF002)
VPUT (JDAY,JMON,JYER) PROFILE
)END
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Oct 16, 2008 1:38 am
Reply with quote

Did you read the description for message ISPD213 ?
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts How to extract the data for current y... DFSORT/ICETOOL 8
No new posts Infosphere Optim - unable to save Col... IBM Tools 0
Search our Forums:

Back to Top