On Thu, 14 Jul 2022 16:01:01 +0000, rpinion865 wrote:

>I'm working on an old z/OS 1.4 system. We need the ability to submit a batch 
>job from within OMVS. But, the submit command isn't there. Is there any other 
>way to submit a batch job from within OMVS?
> 
I thought submit was ancient, but perhaps not 1.4.

Where's the JCL?  A UNIX file?  In stream?  Elsewhere?

Can you use Rexx?  Use BPXWDYN() to allocate SYSUT1 to your JCL
and SYSUT2 to SYSOUT INTRDR, then address LINKMVS IEBGENER?

The shell submit is a wrapper for the rexx SUBMIT which may be older.
Perhaps you can use that:
<https://www.ibm.com/docs/en/zos/2.5.0?topic=functions-submit>.

-- 
gil

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

Reply via email to