On Wed, 22 Jun 2022 at 14:52, Kenneth J. Kripke <[email protected]> wrote:
>
> I am trying to execute a unix stored program using BPXBATCH from MVS but it
> fails continuously with
>
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPXISFN) OF
> 'u/xxxxxxxx/xxxxxxxx/SPWNPGM1' FAILED
>
> WITH RETURN CODE 00000081 REASON CODE 0594003D

Did you look up these return and reason codes?

[...]

> Is there some other utility that can accomplish what I am attempting to do?

What are  you attempting to do? Just run your program named SPWNPGM1?
Or are you asking for how to accomplish some larger goal?

Why not copy the program into a PDSE, and then use // EXEC
PGM=SPWNPGM1 with the appropriate STEPLIB?

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to