<snip>
I want to copy datasets from one z/OS image to another. There is no shared
DASD. To use a tape is not easy because of management problems. I tried to
XMIT using a batch job. When I ran the batch receive job, the datasets were
not received in correct DD names . Is there a way to get around this problem
</snip>
Running REXX under TSO, you can queue up the target dataset name for the
RECEIVE command. I've done such things in batch before.
/* rexx */
x = prompt('ON')
address "TSO"
queue "da('target.dataset.name')"
"receive indsn('input.xmit.dataset.name')"
The results of the RECEIVE command will be placed in 'target.dataset.name'.
Regards,
Don Maxwell, B. Math, EDP
Crawford Technologies Support
Tel: (416) 410-1467 ext 208
Email: [EMAIL PROTECTED]
Web: www.crawfordtech.com
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html