Page 1 of 1

PANEL TESTING through Dialog test in ISPF menu

PostPosted: Sun Nov 14, 2010 2:56 am
by fornanthakumar
Hi,

I have coded like below for panel design in PDS CHN0.SDSF.APPS(REXXPAN)
)ATTR
# TYPE(TEXT) INTENS(LOW) SKIP(ON) COLOR(GREEN)
¬ TYPE(INPUT) COLOR(GREEN) PAD('_')
? TYPE(NEF)
! TYPE(TEXT) INTENS(LOW) COLOR(GREEN)
@ TYPE(TEXT) INTENS(LOW) COLOR(YELLOW)
)BODY WINDOW(65,12)
%
% @ENDEVOR SEARCH MENU
%
%
% !PLEASE ENTER THE SEARCH STRING: ?Z #
%
)INIT
.ZVARS = '(STR)'
)PROC
VER(&STR,NB)
)END


For checking the layout of this panel, I tried from Dialog TEST which is START-> 7 option from ISPF menu
I did,

1. I executed below commands in START-> 7 (Dialog Test) -> 6 (Dialog Services)
ispexec libdef ispslib dataset id('chn0.sdsf.apps')
ispexec libdef isptlib dataset id('chn0.sdsf.apps')
ispexec libdef ispmlib dataset id('chn0.sdsf.apps')

2. Do press F3, then use option 2 (START-> 7 (Dialog Test) -> 2 (Panels)),
When i enter the panel name as REXXPAN,
It shows
Panel 'REXXPAN' error
Panel not found.

Please advise or help me on this panel execution. Thanks in advance.

Re: PANEL TESTING through Dialog test in ISPF menu

PostPosted: Sun Nov 14, 2010 5:08 am
by prino
And where is your

ispexec libdef ispplib dataset id('chn0.sdsf.apps')

Re: PANEL TESTING through Dialog test in ISPF menu

PostPosted: Thu Nov 18, 2010 2:58 am
by fornanthakumar
Thanks prino. Its working.