On Tue, 2 Feb 2016 17:20:40 -0500, Ed Finnell wrote:

>Before there was Rexx we'd do Clists for this stuff. As SPF/ISPF rolled
>out(and Rexx) File Tailoring became the easiest for us. Full screen input with
> formatting and range checking. The driver could be any ISPF friendly
>language;i.e; Rexx, ASM, Cobol, PL/1 or Clist.
>
Full screen is nice, but the OP's problem seems batch-oriented.

OK.  Now tested.  I got the following to work as intended:

//STEP     EXEC PGM=ASMA90,  (HLASM)
//  PARM='SYSPARM(Isn''t &SYSUID the &&SYSUID?)'
//SYSLIN    DD  SYSOUT=B
//SYSIN     DD  *
&P       SETC  DOUBLE('&SYSPARM')
         PUNCH '&P'
         END
//*
//SYSPRINT  DD  SYSOUT=(,)
//SYSTERM   DD  SYSOUT=(,)

I understand the transformations the JCL reader/converter performs.
Yet HLASM may impose constraints, possibly onerous on the
content of SYSPARM.  I'll ask on ASSEMBLER-LIST if those can be
overcome.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to