Page 1 of 1

Rexx with control-M scheduler

PostPosted: Mon May 07, 2012 1:01 pm
by sjrcreation
hi all,
Do anyone have a sample Rexx code to use in Mainframe control-m Scheduler.
like force a job, rerun a job in control-m

Thanks,

Re: Rexx with control-M scheduler

PostPosted: Mon May 07, 2012 1:05 pm
by BillyBoyo
Interfaces to your scheduler should be defined in the documentation. Locate and consult.

Re: Rexx with control-M scheduler

PostPosted: Mon May 07, 2012 2:33 pm
by sjrcreation
Thanks BillyBoyo, i checked the manual. In that they have given the syntax like "EXEC CTMAPI PARM=‘AJF variable’ " but not sure how to use the same in rexx.
if some one post sample rexx program for CTLM , it will be helpfull.

Re: Rexx with control-M scheduler

PostPosted: Mon May 07, 2012 2:48 pm
by NicC
If that is all you need then you code it the same as you would call any other program using Rexx. But, if you can use rexx then it should documented.

Re: Rexx with control-M scheduler

PostPosted: Mon May 07, 2012 9:55 pm
by dick scherrer
Hello,

Why does someone believe the scheduler needs a rexx "front-end"?