Hi all
I need to convert from IBM FileManager to Compuware FileAid (or SORT , or something other than FileManager)
I have a IBM FileManager step with this code
//SYSIN DD *
$$FILEM DSC INPUT=INDD,
$$FILEM OUTPUT=OUTDD,
$$FILEM MEMBER=DT*,NLRECS=12
which copies the 1st 12 records from an input PDS, from only members DT*, to an output sequential file.
I tried this with FileAid
//SYSIN DD *
$$DD01 COPYALL IN=12,MEMBERS=DT
but it only processes the FIRST member (yes there are >1 where member name is DTsomething)
Any help/advice is appreciated
Thanks
MJ