I am using Load utility to load data ino a table.
I get following message
BPA0003E: DATASET OPEN FAILED FOR DDNAME: SYSPRINT.
BPA0044W: UNABLE TO DEALLOCATE DDNAME: SYSPRINT - RETURN CODE 0000438.
IKJ56247I FILE SYSPRINT NOT UNALLOCATED, IS NOT ALLOCATED
Can some one pl. suggest how do I come out of this problem?
Thanks & Regards
Giridhar
//SYSPRINT DD SYSOUT=*
in your jcl.
/Kim
"Giridhar" <gkgir...@indiatimes.com> wrote in message
news:9ad452d0.0403...@posting.google.com...
PM
"Kim Bundgaard" <kib at kmd.dk> a écrit dans le message de
news:406a7ec4$0$300$edfa...@dread12.news.tele.dk...
PREVIOUS RUN OF THIS INPUT ENDED WHILE PROCESSING A DB2
UTILITY. DB2 UTILITY-ID giri.sample MAY BE IN INCOMPLETE
STATUS.
I also got following message
BPA0002E: UNABLE TO DYNAMICALLY ALLOCATE FILE - RETURN CODE 0000410.
IKJ56246I FILE SYSPRINT NOT ALLOCATED, FILE IN USE
RETCODE = 8
I tried to terminate giri.sample through DB2 commands by executing
following command
-TERM UTILITY(giri.sample)
But I got a message saying there was no utility named giri.sample.
How can I solve this problem?
Thanks & Regards
Giridhar
"Kim Bundgaard" <kib at kmd.dk> wrote in message news:<406a7ec4$0$300$edfa...@dread12.news.tele.dk>...
http://www-1.ibm.com/servers/s390/os390/bkserv/lookat/lookat.html
What is BPA? bufferpool analyser, process manager?
Are you using ovms/BPX/USS BPXBATCH ?
BPX / USS errors
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/DOCNUM/SA22-7807/CCONTENTS?
PM
PM
The matter was that job had a B37 (too small dataset) a the same time.
when i soluced B37, error 00438 disapeared ...
i supposes that with B37 system try do open SYSPRINT to log some
informations but can't (allocation fail.....)