Thanks all. Getting the following error:
       SYSIN                            NEW MA
       ./ ADD NAME=ASMJCL                     
IEB823I SYSIN    HAS NO RECORDS.              
IEB818I HIGHEST CONDITION CODE WAS 00000012   

This is what I coded in the IEBUPDTE:
  ./ ADD NAME=ASMJCL                                               
 //TRLP1T   JOB CLASS=S,MSGCLASS=A,MSGLEVEL=(1,1),NOTIFY=TRLP1    
 //* -------------------------------------------------------------
 //*                                                              
 //*    1) CHANGE JOB CARD                                        
 //*    2) CHANGE MACLIB TO YOUR DITTO MACRO LIBRARY NAME         
 //*    3) CHANGE SOURCE TO YOUR DITTO SOURCE LIBRARY NAME        
 //*    4) CHANGE LOADLIB TO AN APF AUTHORIZED LIBRARY NAME       
//ASM      PROC NAME=,                                                  
//             LIST='SYSOUT=*'                                          
//ASM      EXEC PGM=IEV90,COND=(4,LT),                                  
//             REGION=4096K,                                            
//             PARM='LINECOUNT(55),DECK,NOOBJECT,XREF(SHORT)'           
//SYSPRINT DD  &LIST                                                    
//SYSUT1   DD  UNIT=SYSDA,SPACE=(CYL,(1,1))                             
//SYSLIB   DD  DSN=SYS1.MACLIB,DISP=SHR                                 
//         DD  DSN=SYS1.MODGEN,DISP=SHR                                 
//         DD  DSN=SYS1.AMODGEN,DISP=SHR                                
//         DD  DSN=TECH.DITTO.MACLIB,DISP=SHR          <------- 2       
//SYSPUNCH DD  DSN=&&WK,DISP=MOD                                        
//SYSIN    DD  DSN=TECH.DITTO.SRCLIB(&NAME),DISP=SHR   <------- 3       
// PEND                                                                 
//* ----------------------------------------------------------------- * 

TECH.DITTO.SRCLIB(&name) is empty and I assume gets filled in by the
iebudpdte. Not sure what goes here. Any ideas? 


 
Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Ct.
Confidentiality Notice
Unless expressly stated otherwise, this message is confidential and may be 
privileged.  It is intended for the addressee(s) only.  Access to this e-mail 
by anyone else is unauthorized. If you are not an addressee, any disclosure or 
copying of the contents of this e-mail or any action taken (or not taken) in 
reliance on it is unauthorized and may be unlawful.   If you are not an 
addressee, please inform the sender immediately and delete this message from 
your system.

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