| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
jamshirqureshi1
Joined: 20 Apr 2005
Posts: 5
|
| Posted: Tue Aug 19, 2008 2:57 pm Post subject: How to check the system state |
|
|
If anyone knows how to check the system state. I mean which system is up and which one is down.
Thanks,
Jamshir |
|
| Back to top |
|
expat
Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...
|
| Posted: Tue Aug 19, 2008 3:02 pm Post subject: |
|
|
| I think that we might need a lot more information on exactly what you want to achieve before anyone could give you a valid answer. |
|
| Back to top |
|
jamshirqureshi1
Joined: 20 Apr 2005
Posts: 5
|
| Posted: Tue Aug 19, 2008 3:15 pm Post subject: |
|
|
I have two system A and B. Now i want to check which is one is Up i.e A or B
If system A is up i want to do some processing on system A or if system B is up do some other processing on system B.
I guess we can achieve this by checking Checking System state.
But i dont know how to do it.
Thanks,
Jamshir |
|
| Back to top |
|
expat
Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...
|
| Posted: Tue Aug 19, 2008 3:29 pm Post subject: |
|
|
| Two systems - in a parallel sysplex environment, a loosely coupled sysplex, or are they both stand alone ? |
|
| Back to top |
|
jamshirqureshi1
Joined: 20 Apr 2005
Posts: 5
|
| Posted: Tue Aug 19, 2008 4:10 pm Post subject: |
|
|
| Two systems are in a parallel sysplex environment, a loosely coupled sysplex |
|
| Back to top |
|
expat
Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...
|
| Posted: Tue Aug 19, 2008 4:29 pm Post subject: |
|
|
If they are in a sysplex then you need to use the ROUTE XEQ statement to route the JCL to execute on the required system id
Code: /*ROUTE XEQ Nodename |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|