View previous topic :: View next topic |
Author |
Message |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Mon Dec 02, 2002 6:09 pm Post subject: Ping a CICS region from other |
|
|
I wan't to see if a CICS region is up from other region through CICS program using FETARGET or SYSID. I tried COLLECT STATISTICS for first but it didn't work, gave AEYD Abend. And ALLOC for SYSID but it is giving SYS ERROR even though I can see it through CEMT I CONN. I would like to know if anybody knows some method. FETARGET solution will be very helpful.
Thanks,
Dibakar. |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Tue Dec 03, 2002 3:11 pm Post subject: |
|
|
I found the solution by going through all commands in through CECI and it is
'EXEC CICS FEPI ALLOC CONVID (WS-CONVID) POOL (POOL1) TARGET (WS-TARGET)
TIMEOUT(1) RESP (WS-CICS-RESP)'
Dibakar |
|
Back to top |
|
 |
|
|