On Fri, Aug 7, 2009 at 7:58 AM, Gangar, Parin (MLITS)
<[email protected]>wrote:

> Hi,
>
> How to trigger a cics transaction from batch job?
>
> I googled this, and I got
> http://cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_t
> ransaction_from_a_batch_program%3F where various options are mentioned,
> which unfortunately my CICS installation does not allow.
>
> Anyone got any ideas where I can submit CECI START TRAN(xxxx) from batch
> ?
>
> Thanks,
> Parin
>
>
> Try this  -

//IEFPROC EXEC PGM=IEBEDIT
//SYSPRINT DD  SYSOUT=*
//SYSUT1   DD  DDNAME=IEFRDER
//SYSUT2   DD  SYSOUT=(A,INTRDR),DCB=BLKSIZE=80
//SYSIN    DD  DUMMY
//IEFRDER  DD  DATA,DLM=@@
/*$VS,'F cicsname,xxxx'
@@
Jim McAlpine

----------------------------------------------------------------------
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