View previous topic :: View next topic |
Author |
Message |
tommy123 Beginner
Joined: 04 May 2005 Posts: 21 Topics: 11
|
Posted: Mon May 23, 2005 5:47 pm Post subject: PROBLEM WITH XMIT |
|
|
Hai,
I am trying to XMIT a dataset from ( REGIONA --------- > REGIONB ) and i tried using this piece of code :
XMIT SYSNODE.USERID DA('REGIONA.PDS) and i was trying to receive dataset in REGIONB with TSO RECEIVE command but the XMIT was unsuccesful as i was mentioning the REGION wrong.
So again i tried to XMIT a dataset from REGIONA TO REGIONB by giving this piece of code:
XMIT SYSNODE.USERID DA('REGIONB.PDS') and i was able to receive the dataset successfully by giving TSO RECEIVE and then giving DA('REGIONB.PDS') ,after that i LOGGED OFF from REGIONA & REGIONB successfully.
When i login to REGIONA ,i get a message :
"YOU HAVE DATA TO RECEIVE FOR YOUR ID"
"ENTER "RECEIVE" IN ISPF OPTION 6 OR READY MODE"
I guess this message i am getting due to the reason that i had given a wrong XMIT COMMAND in REGIONA .Can anyone tell me how to cancel the data to be received in REGIONA as i do not want to receive the datset in REGIONA. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon May 23, 2005 8:05 pm Post subject: |
|
|
Tommy123,
Simply issue TSO RECIEVE command. It now prompts
Code: |
Enter restore parameters or 'DELETE' or 'END' +
|
You can simply type Delete which will delete the xmitted dataset.
HOpe this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
tommy123 Beginner
Joined: 04 May 2005 Posts: 21 Topics: 11
|
Posted: Wed May 25, 2005 8:41 pm Post subject: Problem with XMIT |
|
|
Thanks Kolusu,
The code which u had mentioned worked fine. |
|
Back to top |
|
 |
|
|