I found my problem!! :)

When I changed the Dataclas routine I added 
     WHEN (&DSTYPE = 'TEMP')        
       DO                           
        SET &DATACLAS = 'DCTEMP'    
         EXIT                       
        END                         

which would have worked great if I would have deleted 
     WHEN (&DSTYPE = 'TEMP')        
       DO                           
        SET &DATACLAS = ''    
         EXIT                       
        END   
further down in the routine. 

Thank you all so much for steering me into the right direction!

Judith

The information contained in this message is confidential, protected from 
disclosure and may be legally privileged.  If the reader of this message is not 
the intended recipient or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any disclosure, 
distribution, copying, or any action taken or action omitted in reliance on it, 
is strictly prohibited and may be unlawful.  If you have received this 
communication in error, please notify us immediately by replying to this 
message and destroy the material in its entirety, whether in electronic or hard 
copy format.  Thank you.

----------------------------------------------------------------------
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