IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Compile Several JCL JOB Through one rexx job


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mox512

New User


Joined: 04 Feb 2024
Posts: 17
Location: united arab emirates

PostPosted: Wed Apr 17, 2024 1:18 pm
Reply with quote

Hi every one
I have Several Jobs and this Job Submit as Start task in spool with Command (/s Name_job). I want to Submit this jobs as Start task with rexx. How can I submit Start task job with rexx?
what's you're Opinion?
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1257
Location: Bamberg, Germany

PostPosted: Wed Apr 17, 2024 2:27 pm
Reply with quote

See REXX API for SDSF.

Code:
 .. Address SDSF ISFSLASH ..
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Apr 17, 2024 4:37 pm
Reply with quote

Quote:
what's you're Opinion?


that the explanation of your requirement is clear as mud icon_lol.gif

do you have a MD prescription to do it thu rexx ???
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2024
Location: USA

PostPosted: Wed Apr 17, 2024 10:04 pm
Reply with quote

... to say nothing about
Quote:
Compile Several JCL JOB

- JCL jobs cannot be compiled, at all...
JCL can be only submitted!
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Apr 18, 2024 12:15 am
Reply with quote

Your statement is not clear because of some terminology problems.

job vs. started task:
They are different things. Jobs are in a JCL library and have a JOB card in the JCL and you use SUBMIT command to queue them for execution. After submitted, they have a job number that starts with a 'J'. Started tasks reside in PROCLIB (or concatenated) and do not have a JOB card. Plus they have a few restrictions. After started, they have a number that starts with a 'S'.

Spool:
Neither job or started task reside 'in spool'... at least not until they are actually queued for execution.

Submit vs. Start:
You can queue jobs for execution via a few methods; commonly through the TSO SUBMIT command. Started Tasks reside in PROCLIBx and must be queued by the operator START command, though SDSF allows users to specify operator commands through use of the '/' command.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top