thanks , i've already written a small rexx with "LMCOPY ..." it's more flexible because i can set a set of members by parm (XYZ* ,X%Z*, ...)
but your offer is interesting thanks again. On Tue, 14 Dec 2021 11:38:50 +0200, Itschak Mugzach <[email protected]> wrote: >The simplest way is to use searchfor with a space as a search argument. See >example below for batch, but it works well online (and does not require >ISPF!). > >//SEARCH EXEC PGM=ISRSUPC, >// PARM=(SRCHCMP, >// 'ANYC') >//NEWDD DD DSN=My_Dsn, >// DISP=SHR >//OUTDD DD SYSOUT=(A) >//SYSIN DD * >SRCHFOR ' ' > >best, >ITschak > >*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere >Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux >and IBM I **| * > >*|* *Email**: [email protected] **|* *Mob**: +972 522 986404 **|* >*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* > > > > > >On Tue, Dec 14, 2021 at 11:32 AM Willy Jensen <[email protected]> >wrote: > >> If you are ok with installing freeware then I suggest that you take a look >> at a couple of programs found at www.cbttape.org: >> OFFLOAD in files 093 and 316, PDSPRINT in file 316. >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
