Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Unable to return to previous menu or main menu

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 112
Location: hyderabad

PostPosted: Wed Oct 15, 2008 3:07 pm    Post subject: Unable to return to previous menu or main menu
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
References
Moved: Wed Oct 15, 2008 3:33 pm by expat From CLIST & REXX to TSO/ISPF
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 632
Location: work

PostPosted: Thu Oct 16, 2008 1:38 am    Post subject: Reply to: Unable to return to previous menu or main menu
Reply with quote

Did you read the description for message ISPD213 ?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1