Paul Gilmartin wrote:
When I am in a shell, and the only way I can think of to do a RECEIVE is to stuff JCL down an INTRDR with an IKJEFT01 step that invokes a Rexx EXEC to queue a response to the RECEIVE prompt, it hurts as if I've run into a wall. But you'll excuse it if you can call RECEIVE not an "'MVS Classic' service". As I said, I'd welcome a tested alternative.
This works for me from a interactive shell prompt on z/OS 2.1. I sent myself a PDS member using XMIT. Then in the shell I do: ====> tso -o receive (screen clears) INMR901I Dataset MY.JCL from xxxxxx on SYSTEMA INMR902I Members: HELLO INMR906A Enter restore parameters or 'DELETE' or 'END' da(test.receive.hello) unit(3390) <---- I typed this and hit enter INMR001I Restore successful to dataset 'TEST.RECEIVE.HELLO' INMR900I ------------------------------------ INMR000I No more files remain for the receive command to process. *** (prompt at the bottom of the screen) <--- hit enter ====> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
