Hello,
Thank you all for your suggestions. I will begin by trying DFDSS as
suggested by Kolosu, as I have not tried like that. If it works as I need,
it will be the more standard approach, which is what I am looking for. If
that will not work, than I will have a go with the CBT.
I will keep you posted of the developments.
Regards,
Jack

On Fri, 22 Jul 2022 at 16:08, Sri h Kolusu <skol...@us.ibm.com> wrote:

> >> Using ADRDDSU and   (CATLG EQ NO) is not an option as it would need a DD
>
> Jack,
>
> Not sure what you tried, but you can try the DUMP command with
> TYPRUN=NORUN so that you can see the list of datasets that will processed.
>
> Try this
>
> //GENLIST  EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN'
> //SYSPRINT DD SYSOUT=*
> //PSEUDO   DD DUMMY
> //PSEUDO   DD DUMMY
> //SYSIN    DD *
>   DUMP                   /* Command DUMP             */ -
>    DS(INCL(*.**)         /* Include all datasets     */ -
>    BY((REFDT,LE,*,-90))) /* Select If CATLG EQ NO    */ -
>    OUTDD(PSEUDO)
> /*
>
> You can route the SYSPRINT to a dataset and run DFSORT to extract the
> contents. Let me know if you are interested in that.
>
> Thanks,
> Kolusu
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to