Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  Port for CICS

    Posted Wed August 29, 2012 02:41 PM
    Hello,

    I have been trying to create a CICS connection type: CICS Resource Definition via Webservices from RDz but I do not know the port no it would connect to. Any idea how can I find that out ?

    Thanks,

    Aamir
    SystemAdmin


  • 2.  Re: Port for CICS

    Posted Tue September 04, 2012 10:08 AM
    I think it is the port no# 5130, but I am not sure.
    You can try the following from a CICS Terminal
    CEMT I TCPIPSERV(*) URM(ADN*)
    CICS will answer something like this
    Tcpips(ADNRREST) Clo Por(05130) Http Nos Tra(CWXN)
    Con(00000) Bac( 00001 ) Maxd( 524288 ) Urm( ADNANAL )

    Inside brackets beside Por notice that is the port number, in this example 05130.
    SystemAdmin