On Thu, 8 Apr 2010 12:19:16 -0700, Scott Ford wrote:

>Like Hayim and John i submitted jobs via TSO and Netview using
>Betsy,

Like Hayim and John i submitted jobs via TSO and Netview using the SUBMIT 
command as well as the
Intrdr example, both work well.
 
Scott J Ford
________________________________
From: Hayim Sokolsky <[email protected]>
To: [email protected]

submit_job:
  temp_dsn = "'"userid()".TEMPDSN.D"date('J')".T"hhmmss".CNTL'"

A lot of needless work when DYNALLOC can generate a DSNAME for you.

There's also:

5.20 "z/OS V1R10.0 Using REXX and z/OS UNIX System Services"
     ___________________________________________________________________

5.20 submit()

    ________________________________________________________________________
   |                                                                        |
   | >>__submit__(__stem.__)_____________________________________________>< |
   |                                                                        |
   |________________________________________________________________________|

   Function

   Submits a job to the primary subsystem (JES), returning the job ID
   of the submitted job.

May require Unix System Services, but has no need for ISPF or TSO.

Alas, AFAIK, all methods except RYO INTRDR truncate your input to
80 columns.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to