I was using the convention that I use on my other assembler prog IDMS. In
CICS this is my first try. I have also try to not put base register an the
translator assign R3 as base register. What I want to do is just make an
assembler CICS program that can run in CICS. So if you have some idea of
what is wrong or  a sample of what I want to do let me know. Thanks
2012/7/27 Rzepka, Michael <[email protected]>

> -----Original Message-----
> From: IBM Mainframe Assembler List [mailto:[email protected]]
> On Behalf Of Mainframe Mainframe
> Sent: Friday, July 27, 2012 4:27 PM
> To: [email protected]
> Subject: Basic ASM question
>
> I'm trying to make a little CICS Assembler program an I get always a 0C4
> at execution. DFHSR0618 CICSPROD An illegal macro call or reference to the
> CSA or TCA. Here's my program.
>
> SETOPTI  CSECT
>          STM   R14,R12,12(R13)    * SAVE CALLER'S REGS
>          LR    R12,R15    <==          where you will get entry point
> address for addressability !
>           USING SETOPTI,R12              * R12 IS BASE
>          ST    R13,SAVEAREA+4
>          LA    R13,SAVEAREA
>          B     STARTUP
> *
>          DC    CL8'SETOPTI'
>          DC    C'&SYSDATE'
>          DC
> C'&SYSTIME'
>
> STARTUP  DS    0H
>          EXEC CICS ASKTIME
> ***********************************************************
> *
> RETOUR   DS    0H
>          DFHEIRET
>
> Does someone can help me.
>

Reply via email to