Ref:  Your note of Mon, 3 Jul 2017 10:14:33 -0600

This is probably what you needed:

&D       SETC  DOUBLE('&A')
         DC    C'&D'

> Which of these (or other) is supposed to work?
>
>          START
>          GBLC  &A,&B,&C
> &A       SETC  'O''Day'
> &B       SETC  (DOUBLE &A)
> &C       SETC  DOUBLE(&A)
>          DC    C'&B'
>          DC    C'&C'
>          END
>
> Thanks,
> gil

Jonathan Scott
HLASM and Toolkit team
IBM UK Labes, Hursley

Reply via email to