Using DDs from the STDENV script

General discussion on the JZOS batch launcher and toolkit
Post Reply
walterk82
Posts: 3
Joined: Wed Dec 23, 2009 3:15 pm

Using DDs from the STDENV script

Post by walterk82 »

I want to use a DD reference in my STDENV shell script but according to this line in the JZOS output:
JVMJZBL2999T -> adoptEnvironment()
JVMJZBL2999T -> spawnChild()
JVMJZBL1036D Spawned child shell process with PID: 987
JVMJZBL2999T <- spawnChild()


A new ASID is spawned causing DD allocations to not be copied to the new ASID.

Is there anyway around this?

Thanks,
Walt
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Unfortunately not.

The JZOS batch launcher should probably do a "local spawn" of the process rather than fork a new AS, but it doesn't. I would suggest that you open a requirement with the IBM support center.
walterk82
Posts: 3
Joined: Wed Dec 23, 2009 3:15 pm

Post by walterk82 »

Opened MR0323104344 for this.
Post Reply