I encountered a similar issue several months ago with something like this:

//FOO PROC BAT=                         
// EXPORT SYMLIST=WOM                   
// SET WOM=&BAT                         
//*                                     
//LKED EXEC PGM=IEBGENER                
//SYSPRINT DD SYSOUT=*                  
//SYSUT1 DD *,SYMBOLS=(JCLONLY,SYMLOG)  
  &WOM                                  
//SYSUT2 DD SYSOUT=*                    
//SYMLOG DD SYSOUT=*                    
//SYSIN DD DUMMY                        
// PEND                                 
//*                                     
//FOO01 EXEC FOO,BAT=FOO01              
//FOO02 EXEC FOO,BAT=FOO02              
//FOO03 EXEC FOO,BAT=FOO03              


Mine was corrected with OA47958

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to