Posted: Fri Mar 30, 2007 4:13 am Post subject: NOSPACE Exception
hello,
i'm trying to write records to a KSDS file from a Java program (running from cics). I get a NOSPACE exception (RESP2 : 100). However, when i check the free space, there is more then enough left.
I have also found that when i manually add (from batch) a record, that this can be done without any problem. When, after that, i rerun my Java program i can again, add a few records. After a few records i get the NOSPACE exception again.
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
Posted: Fri Mar 30, 2007 6:44 am Post subject:
sounds like the java cannot create a split, but the batch program can, then the java program can add until the split is full.
since batch and cics are two different environments, thus having their own definition of the vsam files attributes. something in the cics definitions is not in sync. _________________ Dick Brenholtz
American living in Varel, Germany
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum