View previous topic :: View next topic
|
Author |
Message |
ananth86
New User
Joined: 10 Jun 2009 Posts: 59 Location: Hyderabad
|
|
|
|
I want to XMIT a dataset from my system. How to find the nodes (nodename) connected to my system?
Is there any command for this and are they different for both Jes2/Jes3?
Please help me |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Go ask your site support people, they know what's what - hopefully |
|
Back to top |
|
|
nevilh
Active User
Joined: 01 Sep 2006 Posts: 262
|
|
|
|
If in ISPF you issue the TSO PARMLIB command it will show you the nodes defined to TSO and their Aliases. Just because they are defined does not mean they exist . If you go int SDSF and issue the NO command it will show you the nodes defined to JES2. |
|
Back to top |
|
|
ananth86
New User
Joined: 10 Jun 2009 Posts: 59 Location: Hyderabad
|
|
|
|
yes I got a command from some support guy.
he gave me this..
I googled it and didnt get clarity abt this command. Can somebody explain this command or any reference to thios command |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
JES3 Commands manual *START BDT has the syntax. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
Quote: |
I want to XMIT a dataset from my system. How to find the nodes (nodename) connected to my system? |
You also need to know the userid in order to XMIT something, so just knowing the nodenames is not enough. Almost useless, actually.
I have never heard it worded like this: "xmit from my system"... always "XMIT to a system". Presumably, you are XMIT'ing to someone... ask them what their nodes and userids are. |
|
Back to top |
|
|
ananth86
New User
Joined: 10 Jun 2009 Posts: 59 Location: Hyderabad
|
|
|
|
Quote: |
I have never heard it worded like this: "xmit from my system"... always "XMIT to a system". |
Yes, your are right!!!!
Thanks I ve Xmit-ed successfully. But, i didnt find any refernce for this command "*S BDT,S SNA,ST L". Issuing this command gave me the nodes connected with my system, I m curious to know abt the parameters used here |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
The '*S BDT' refers to a JES3 command; everything after the comma is the BDT command. Google is your friend -- the BDT commands manual is on the first page when you search for 'MVS/BDT: Transaction and Command Reference' which is referenced in the JES3 command manual under *START (*S) BDT.
S SNA,ST L tells BDT to provide the status of the SNA manager and list the active nodes as well. |
|
Back to top |
|
|
PeD
Active User
Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2594 Location: Silicon Valley
|
|
|
|
I think the original post was for "How to find the nodes (nodename) connected to my system? " and not for your own node. |
|
Back to top |
|
|
PeD
Active User
Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
Yes, Pedro.
Maybe.
But the sentence is not clear
Quote: |
want to XMIT a dataset from my system |
.... for me at least |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Quote: |
If in ISPF you issue the TSO PARMLIB command |
Please note ... not every RACF user is allowed to issue this command. |
|
Back to top |
|
|
nevilh
Active User
Joined: 01 Sep 2006 Posts: 262
|
|
|
|
Quote: |
Please note ... not every RACF user is allowed to issue this command. |
True but not every user is allowed to access SDSF and not every user is allowed to submit jobs . By this logic we should not give any answers as there will always be USER that is not allowed to do what we suggest |
|
Back to top |
|
|
ShameemOracle
New User
Joined: 23 Sep 2009 Posts: 15 Location: bangalore
|
|
|
|
ananth86 wrote: |
How to find the nodes (nodename) connected to my system?
|
You can see the connected NODES in following panel [if u have access in respective SDSF RACF profiles]
Navigate to SDSF -> NODES
or
TSO ISF NODES from any ISPF panel
Hope the following commands will be helpful
$D NODE(ZOSA) -> display info about node ZOSA [issue from console]
$D CONNECT,NODEA=ZOSA |
|
Back to top |
|
|
ananth86
New User
Joined: 10 Jun 2009 Posts: 59 Location: Hyderabad
|
|
|
|
[quote="ShameemOracle
You can see the connected NODES in following panel [if u have access in respective SDSF RACF profiles]
[/quote]
We dont have (dont have access) to SDSF in our shop, rather we use Flasher as our Spool software.
Any how the command " *S BDT,S SNA,ST L " worked fine for me and i was able to XMIT the dataset to a system connected to mine and I received the dataset as well.
Thank u very much for all ur help |
|
Back to top |
|
|
|