View previous topic :: View next topic |
Author |
Message |
javedsk12 Beginner
Joined: 14 Dec 2007 Posts: 66 Topics: 36 Location: pune
|
Posted: Fri Jan 18, 2008 8:29 am Post subject: How to send files from one user id to another user id |
|
|
hi frnds
How to send files from one user id to another user id with the help of ispf
regards
javed shaikh _________________ javed
-----------------------
The Word Impossible it self says i am possible(im possible) |
|
Back to top |
|
|
Mervyn Moderator
Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Fri Jan 18, 2008 9:26 am Post subject: |
|
|
You can use the TSO XMIT command, or you can just place the files somewhere the other ID has read access to. _________________ The day you stop learning the dinosaur becomes extinct |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Jan 18, 2008 9:28 am Post subject: |
|
|
Same system? Another MVS system? To a PC? _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
javedsk12 Beginner
Joined: 14 Dec 2007 Posts: 66 Topics: 36 Location: pune
|
Posted: Sat Jan 19, 2008 1:35 am Post subject: |
|
|
Hello Meryvn and bill
give me the details along with the command how to do it???
bill can you put some more light on the same(Same system? Another MVS system? To a PC?)
regards
javed shaikh _________________ javed
-----------------------
The Word Impossible it self says i am possible(im possible) |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Sun Jan 20, 2008 4:07 pm Post subject: |
|
|
What Bill is asking is:
Is the other user on the same MVS system as you, or on another MVS system, on a UNIX partition or are they just on a PC connected to the network?
If they are on the same system as you then you do not have to send the dataset anywhere, if it is on another MVS system that does not have access to the DASD that your dataset resides on the you can use the TSO XMIT command (you can look at the online help for that), if it is on a UNIX partition that is part of the same configuration that you are on then you can copy to that UNIX partition, possibly using a foreground command but I have only seen it in a batch job because it was production. Look up the manuals for the relevant commands. If it is to a UNIX system on another system altogether or a PC then you will have to use some sort of file transfer utility - search for 'file transfer' in a forum. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
|
Back to top |
|
|
|
|