IBM Mainframe Discussion List <[email protected]> wrote on 06/03/2009 
12:23:57 PM:

> Two questions about CTRACE
> 
> 1) Trying to see the trace via IPCS and I get 
>         ITT10013I The CTRACE subcommand does not support formatting for 
> COMP(SYSTCPDA) 
> 
>         If I do CTRACE QUERY, I get SYSTCPDA and SYSTCPIP as components 
> adn they have our stack as the subsys name. I   really thing that I'm 
> missing a LoadLib in my TSO allocation BUT I can't find any mention of a 

> particular lib.
> 2) coding the parmlib member (CTIEZBJK) seems to be an exercise in 
> frustration. CTIEZBJK contents are:
>         TRACEOPTS ON OPTIONS=('TCPMIN',IPADDR(xxx.xxx.xx.xx))  [it 
really 
> doesn't like commas between operands.]
>          the command I entered was TRACE 
> CT,ON,COMP=SYSTCPIP,SUB=(TCP390T),PARM=CTIEZBJK
>         and the error msgs are:
>        INPUT LINE: TRACEOPTS ON OPTIONS=('TCPMIN',IPADDR(xxx.xxx.xx.xx))
>          ITT016I SYNTAX ERROR IN PARMLIB MEMBER=CTIEZBJK LINE    1. 
> QUOTED_STRING EXPECTED BEFORE IPADDR.
>          INPUT LINE: TRACEOPTS ON 
OPTIONS=('TCPMIN',IPADDR(xxx.xxx.xx.xx))
>          ITT018I PARSING OF PARMLIB MEMBER=CTIEZBJK CONTINUED AT ), LINE 
 
> 1.
>          INPUT LINE: TRACEOPTS ON 
OPTIONS=('TCPMIN',IPADDR(xxx.xxx.xx.xx))
>          ITT020I QUOTED_STRING WAS ASSUMED BEFORE THE ERROR POINT IN 
> PARMLIB 655
>          MEMBER=CTIEZBJK, LINE    1.
>          INPUT LINE: TRACEOPTS ON 
OPTIONS=('TCPMIN',IPADDR(xxx.xxx.xx.xx))
>          ITT017I SYNTAX ERROR IN PARMLIB MEMBER=CTIEZBJK ON LINE    1 P 
> POSITION   54. ) WAS SEEN, WHERE ONE OF:
>          ASID JOBNAME BUFSIZE OPTIONS WTR WTRSTART
>          WOULD BE CORRECT.
> 
>         If I don't put the quote around the TCPMIN, i get other errors.
> I did get it to record by leaving off the 'parm' abd then replying to 
the 
> WTOR with the test from CTIEZBJK. 
> Anyone have this working? We're at 1.9 and I'm trying to trace TN3270 
> errors, ie AB/S622 which the 'network' folks say isn't their issue (one 
of 
> these day I'm going to see an issue that is theirs).

  From Lenny Cain in TCP/IP System Test:

In V1R9 the ctrace formatters are in load mod EZBCTFM9. This should 
live in SYS1.MIGLIB. This needs to be accessible to IPCS.

Here is a working sample of CTIEZBxx parmlib member with ipaddr:

TRACEOPTS ON 
   OPTIONS ( 
       'TCPMIN' 
      ,'IPADDR(197.11.103.1)' 
     )      

Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to