Hey. It's just not working. I have checked and verified the existence of my database and tables.
However, it still gives -104 error when it's not even there.
Here is my complete code.
Using a sample from the net modified to my needs and its not even outputting 1 column into the table.
//UTIL EXEC DSNUPROC,SYSTEM=DB1S,UID='TEMP',UTPROC=''
//DSNUPROC.SYSREC DD DSN=SHE0015.AUDIT.LOG,DISP=SHR
//DSNUPROC.SYSIN DD *
LOAD DATA
RESUME YES
INTO TABLE SHE0015.AUDLOG
( EVENT_TYPE POSITION(1) CHAR(8) )
/*