Hansen, Dave L - Eagan, MN wrote: > From my '=6' (Enter TSO or Workstation commands ) I enter COPY. It comes > back and says "ENTER 'FROM' DATA SET NAME -". If I follow the prompts it > will copy a PDS member for me. I thought this was TSO doing this. But I > found no TSO COPY command.
I remember that old thing, but AFAIK, it is NOT on my z/OS v1.12. Why are you using that instead of IEBGENER/ICEGENER, IEBCOPY, DFSORT, IDCAMS, TRANSMIT/RECEIVE, FTP, etc to do your copy work? Why not try using option =3.3 for example? Even SMCOPY could be good enough. (Session Manager COPY! ) > Q). Who's COPY program am I running when TSO responds with the dataset > prompt? Not on z/OS v1.12 AFAIK. I think you are using some custom written programodule / CLIST / REXX program? Use ISRDDN to locate COPY in all your TSO session allocations. > I ran a batch job: >//STEP1 EXEC PGM=IKJEFT1A,DYNAMNBR=300 There documented ways to do your copy via IKJ... , but I rather recommend you to invoke your favourite copy program themselves via JCL. Or call ISPF services or any copy program via a custom CLIST or REXX. Alternatively, is there any reason why you need to invoke those program(s)? Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
