TEST is a TSO verb/function.  

Are you trying to invoke that function? Or are you trying to invoke a
program you wrote and stowed in SIC8.LOAD? If so, try a different
program name. Like DANTEST. 

HTH

  
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel
Sent: Wednesday, April 18, 2007 11:09 AM
To: [email protected]
Subject: Question about IKJEFT01

Dear all , 

what's  wrong with this , please ? 

//TEST   EXEC PGM=TEST,REGION=4M            
//STEPLIB   DD   DISP=SHR,DSN=SIC8.LOAD    
//FILE01    DD   SYSOUT=*                          

===> OK the program runs correctly

//TEST      EXEC PGM=IKJEFT01,DYNAMNBR=20    
//STEPLIB  DSN=SIC8.LOAD,DISP=SHR   
//FILE01   DD SYSOUT=*                      
//SYSTSPRT DD SYSOUT=*                      
//SYSPRINT DD SYSOUT=*                      
//SYSTSIN DD *                              
 DSN SYSTEM(DH08)                           
 RUN  PROGRAM(TEST)                     
 END                                        
//*                                         

====> Abend S047 (not authorized)  Note : SIC8.LOAD is  apf 

Something is wrong with the second syntax , can you please show me the
error ?
(DH08 is a DB2 subsystem, the program is not DB2 , but i don't know how
to
code without it ...)

Thank you 
 
NOTICE: This electronic mail message and any files transmitted with it are 
intended exclusively
for the individual or entity to which it is addressed. The message, together 
with any attachment, may contain confidential and/or privileged
information. Any unauthorized review, use, printing, saving, copying, 
disclosure 
or distribution is strictly prohibited. If you have received this message in 
error, please immediately
advise the sender by reply email and delete all copies.

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