The way I look at the snippet, it seems the first "/" on the SYSIN DD statement 
is not in column 1, which would make the line part of the FILTER DD statement 
parameters.  The "-" continuation on the preceding card would cause ADRDSSU to 
read that card as a part of the command.  Of course, this could all be a result 
of the Copy/Paste from the OP.

Matthew

On Tue, 11 Sep 2018 13:19:32 -0400, Steve Smith <[email protected]> wrote:

>While the filter probably shouldn't have a trailing '-', it's impossible
>for //FILTER  DD * to read a JCL card (i.e. //SYSIN...).
>
>sas
>
>On Tue, Sep 11, 2018 at 6:59 AM Elardus Engelbrecht <
>[email protected]> wrote:
>
>> ...
>> Last suggestion:
>>
>> >//FILTER   DD *
>> >  INCL(PBREX.PRJW.**, -
>> >  PBREX.PRUFST.CHOICE.AUDIT) -
>> >  BY(DSORG,NE,VSAM) -
>> > //SYSIN    DD *
>>
>> Remove that '-' after VSAM)
>>
>> ... so the SYSIN is not part of that FILTER DD *
>>
>> Groete / Greetings
>> Elardus Engelbrecht

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

Reply via email to