PANEL TESTING through Dialog test in ISPF menu



IBM's Command List programming language & Restructured Extended Executor

PANEL TESTING through Dialog test in ISPF menu

Postby fornanthakumar » Sun Nov 14, 2010 2:56 am

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.
Regards,
Nanthu.Y.
fornanthakumar
 
Posts: 69
Joined: Fri Oct 22, 2010 1:58 pm
Has thanked: 0 time
Been thanked: 0 time

Re: PANEL TESTING through Dialog test in ISPF menu

Postby prino » Sun Nov 14, 2010 5:08 am

And where is your

ispexec libdef ispplib dataset id('chn0.sdsf.apps')
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Re: PANEL TESTING through Dialog test in ISPF menu

Postby fornanthakumar » Thu Nov 18, 2010 2:58 am

Thanks prino. Its working.
Regards,
Nanthu.Y.
fornanthakumar
 
Posts: 69
Joined: Fri Oct 22, 2010 1:58 pm
Has thanked: 0 time
Been thanked: 0 time


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post