Page 1 of 1

How can i start the task or use JCL start the task

PostPosted: Thu Apr 29, 2010 8:44 am
by fyfstanley
How can i start the task or use JCL start the task after CICS UP ?

Re: How can i start the task or use JCL start the task

PostPosted: Thu Apr 29, 2010 9:02 am
by dick scherrer
Hello and welcome to the forum,

You need to provide something for us to use to help you. . .

What task are you trying to start? Why is this not started when CICS comes up? Have you talked with your CICS support or possibly your scheduling people to learn how this is already done on your system?

If you post what you are really trying to accomplish someone may have a suggestion.

Re: How can i start the task or use JCL start the task

PostPosted: Thu Apr 29, 2010 9:17 am
by fyfstanley
It is a MQ program. Currently we need to login CICS and manually run the program, we want to automatic run when start up CICS or use the JCL start the task.

Thank you very much.

Re: How can i start the task or use JCL start the task

PostPosted: Thu Apr 29, 2010 10:03 am
by dick scherrer
Hello,

we want to automatic run when start up CICS or use the JCL start the task.
Then you definitely want to talk with the cics support or scheduling to have this done automatically.

How this will be done on your system is site-specific and those people will know how this should be set up. This is not something the application developers should try to do.

Re: How can i start the task or use JCL start the task

PostPosted: Tue Feb 09, 2021 9:40 pm
by Daniel9999
//JOBNAME JOB CLASS=J,REGION=0M
//*
//IEFBR14 EXEC PGM=IEFBR14
// F CICSCIC1,'CECI START TRANSID(XXXX)'
/*