dfsort error

General discussion on the JZOS batch launcher and toolkit
Post Reply
prasadraobn
Posts: 1
Joined: Wed Sep 28, 2011 7:56 pm

dfsort error

Post by prasadraobn »

I'm new to this JZOS. I'm getting the below error code and I'm not getting why?

JVMJZTK1039E Child shell process received signal: 9
com.ibm.jzos.RcException: child process received signal RC=-2 (0xfffffffe)
at com.ibm.jzos.Spawn.waitPid(Native Method)
at com.ibm.jzos.Spawn.waitChild(Spawn.java:69)
at com.ibm.jzos.DfSort.getReturnCode(DfSort.java:340)
at casmvs.jsort.main(jsort.java:182)

1. Is it because of memory issue or time? What can be done to resolve this?
2. What are the different rcexceptions? any documentation link
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: dfsort error

Post by dovetail »

JVMJZTK1039E Child shell process received signal: 9
-- this has to do with your STDENV shell script exiting with a signal.
perhaps add "set -x" to the beginning to see what is going on

com.ibm.jzos.RcException: child process received signal RC=-2 (0xfffffffe)
at com.ibm.jzos.Spawn.waitPid(Native Method)
at com.ibm.jzos.Spawn.waitChild(Spawn.java:69)
at com.ibm.jzos.DfSort.getReturnCode(DfSort.java:340)
at casmvs.jsort.main(jsort.java:182)
-- this is a signal to the child DfSort process

Its difficult to tell what is going on without seeing your job input and full job log.
Post Reply