Hi all,
   
    I  am  new to panel Design , when i designed a new panel and tested it is 
always saying  the below error message
   
  "illegal characters or statement type found in )ATTR section"
   
  I am still not able to understand why this is happening?
   
  The below is the code i have put for displaying a blank panel. Can some one 
pls help what is the problem in the code
   
  ATTR DEFAULT (%+_)                                   
 @ TYPE(OUTPUT) INTENS(HIGH) CAPS(OFF)                
 \ TYPE(TEXT) INTENS(LOW) SKIP(ON)                    
 { TYPE(TEXT) INTENS(HIGH) SKIP(ON)                   
 } TYPE(INPUT) INTENS(HIGH) NUMERIC(ON) PAD(USER)     
)BODY                                                 
@MESG1                                                
                                                      
                                                      
                                                      
                                                      
                                                      
)INIT                                                 
    &ENDKEY = PFK(END)                                
)PROC                                                 
    &PFKEY=.PFKEY                                     
)END                                                  
/*  .ALARM = YES      */                              
   
  /*** REXX ************************************************/ 
"EXECUTIL SEARCHDD(YES)"                                                
"ALLOC FILE(ISPPLIB) DATASET('k51I5V.PANEL.LIB1')"                      
 IF RC <> 0 THEN                                                        
 DO                                                                     
 SAY '-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*'                               
 SAY '-* ALLOCATION TO SYSEXEC FAILED -*'                               
 SAY '-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*'                               
 END                                                                    
 ADDRESS ISPEXEC                                                        
 "LIBDEF ISPPLIB DATASET ID('k154I5V.PANEL.LIB1')"                       
 "DISPLAY PANEL(BLAN)"                                                  
   
  ISPP111                                                       
                                                              
Panel 'BLAN' error                                            
Illegal characters or statement type found in )ATTR section.  
                                                              
                                                              
                                                              
                                                              
                                                              
                                                              
Panel line where error was detected:                          
)ATTR DEFAULT (%+_)         


  Thanks,
  Brian

Send instant messages to your online friends http://uk.messenger.yahoo.com 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to