MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Bug (?) in ISPF action bar processing

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
misi01
Advanced


Joined: 02 Dec 2002
Posts: 616
Topics: 171
Location: Stockholm, Sweden

PostPosted: Thu Nov 06, 2014 9:17 am    Post subject: Bug (?) in ISPF action bar processing Reply with quote

Here is a simple, stripped down version of a panel I have
Code:

)ATTR                                             
  . TYPE(PT) /* Panel title */                     
  % TYPE(ET) /* Emphasized text */                                   
  + TYPE(NT) /* Normal text */                     
  _ TYPE(NEF) /* Normal entry field */             
  $ TYPE(AB) /* Action bar */                       
/*                              */                 
)ABC desc(Options)                                 
PDC DESC('Option 1')                               
PDC DESC('Option 2')                               
PDC DESC('Option 3')                               
PDC DESC('Option 4')                               
PDC DESC('Option 5') ACTION RUN(RESET)             
)ABCINIT                                           
.zvars = OPTS                                           
/*                              */                         
/*                              */                         
/*                              */                                               
)ABC DESC(Help)                                             
PDC DESC('Extended Help...')                               
ACTION RUN(HELP)                                           
)ABCINIT                                                   
.ZVARS = HELPX                                             
.RESP = ENTER /* Don't even show choice */                 
/*                                                      */ 
/*                                                      */ 
/*                                                      */ 
)Body width(&ZSCREENW) expand(//)                           
+$ Options$ Help+                                 
. Panel Title                                     
%===>_ZCMD +                                     
+This is normal text. Right?_ANS+ (Yes, No)       
+                                                 
)INIT                                                                             
)PROC                                                   
)END                                             


If you test this, it works fine. Now remove the string ACTION RUN(RESET) from option 5 and try again. You'll get error ISPP409 which seems strange, or is there something I'm missing?
_________________
Michael
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group