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 

PDSEP without using DTL

 
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: Wed Nov 19, 2014 5:53 am    Post subject: PDSEP without using DTL Reply with quote

Has anyone got PDSEP to work in a "normal" panel definition ? This is my panel (look at the line after Sequence number)
Code:

)ATTR                                                                 
  . TYPE(PT) /* Panel title     */                                     
  % TYPE(ET) /* Emphasized text */                                     
  ! TYPE(TEXT) INTENS(&SELALL)                                         
  + TYPE(NT) /* Normal text */                                         
  _ TYPE(NEF) CAPS(ON) /* Normal entry field */                       
  $ TYPE(AB) /* Action bar */                                         
  /* Point and shoot field */                                         
  @ TYPE(INPUT) CAPS(OFF) PAS(ON) INTENS(&SELALL) COLOR(GREEN)         
  ยง AREA(DYNAMIC) SCROLL(ON) EXTEND(ON)                               
  01 TYPE(DATAOUT)  COLOR(RED)   /* Used to set colours in dyn field */
  02 TYPE(DATAOUT)  COLOR(BLUE)                                       
  03 TYPE(DATAOUT)  COLOR(GREEN)                                       
  04 TYPE(DATAOUT)  COLOR(WHITE)                                       
  14 TYPE(DATAIN)  COLOR(WHITE)                                       
/*                              */                                     
)ABC desc('SQL option')                                               
PDC DESC('Complete section (cursor)')    UNAVAIL(UNAVAIL)             
PDC DESC('Complete section (MS)')                                     
PDC DESC('Complete section (MR fetch - NEW CODE)')                     
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLCSM) ')           
PDC DESC('Complete section (MR fetch - OLD CODE)')                     
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLCSM) ')           
PDC DESC('Copy/insert')                                               
PDC DESC('Create ; delimited column names')   UNAVAIL(UNAVAIL)
PDC DESC('Declare          (cursor)')         UNAVAIL(UNAVAIL)
PDC DESC('Delete')                                             
PDC DESC('Delete           (cursor)')                         
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLDEC) ')   
PDC DESC('Fetch            (cursor)')         UNAVAIL(UNAVAIL)
PDC DESC('Generate DDL')                                       
PDC DESC('Inner join')                                         
PDC DESC('Insert')                                             
PDC DESC('Insert            (MR)')                             
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLINM) ')   
PDC DESC('Merge')                                             
PDC DESC('Merge             (MR)')                             
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLMEM) ')   
PDC DESC('Select')                                             
PDC DESC('Select final/Update')                               
PDC DESC('Sequence number')                                   
PDC DESC('Update') PDSEP(ON)
PDC DESC('Update           (cursor)')                         
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLUPC) ')   
PDC DESC('-------------------------------') UNAVAIL(UNAVAIL)   
PDC DESC('Show-via-3270')                   UNAVAIL(UNAVAIL)   
PDC DESC('DSNUTILB load/unload statements...')                 
        ACTION RUN(ISRROUTE) PARM('SELECT PANEL(MSSQLDDL) ')   
)ABCINIT                                                       
etc etc


Based on what I've read in the manuals
Quote:

The separator is a solid line between the previous choice and the first choice in the logical group.
You code the PDSEP keyword on the pull-down choice AFTER the separator bar.
That is, the separator bar is displayed above the choice it is coded on.

I would expect a separator line to be shown above the Update action, but I see nothing. Any suggestions ?
_________________
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