>>>The link is a good one.  But it doesn't tell me the field names I am 
seeing on the display:

Dave,

Scroll down to the bottom of the link I gave earlier and you will see the 
definitions of the field names

TASK (value)   - Indicates that this panel relates to a TASK inquiry and 
displays a CICS-generated task number in the range 1 - 99999.
USERID (value) - Displays the user that is currently associated with the 
task.
TRANID (value) - Displays a 4-character string identifying the transaction 
name associated with the task.
UOW (value)    - Displays the 16-character local identifier of the unit of 
work associated with this task.
RUNSTATUS      - Displays the status of this task. The values are as 
follows:
    RUNNING
        The task is running.
    DISPATCHABLE
        The task is dispatchable.
    SUSPENDED
        The task is suspended.

STARTCODE (value)
    Displays how this task was started. The values are as follows:

    D
        A distributed program link (DPL) request. The program cannot issue 
I/O requests against its principal facility or any syncpoint requests.
    DS
        A distributed program link (DPL) request, as for code D, with the 
exception that the program can issue syncpoint requests.
    QD
        A transient data trigger level was reached.
    S
        Start command (no data).
    SD
        Start command (with data).
    TO
        The operator typed a transaction code at the terminal.
    TP
        The transaction was started by presetting the transaction ID for 
the terminal.
    U
        User-attached task. 


Thanks,
Kolusu

IBM Mainframe Discussion List <[email protected]> wrote on 
09/11/2014 02:34:00 PM:

> From: "Hansen, Dave L - Eagan, MN" <[email protected]>
> To: [email protected]
> Date: 09/11/2014 02:34 PM
> Subject: Re: Help with CICS CEMT display
> Sent by: IBM Mainframe Discussion List <[email protected]>
> 
> Kolusu,
> 
>    Thank you for your suggestions.  I tabbed to the beginning of the
> line and hit PF1 and just got the general help.  I placed the cursor
> on TAS and hit PF1, and also on TRA and hit PF1.  Yup, I also tried 
> it with the cursor on "SUS".
> 
>    The link is a good one.  But it doesn't tell me the field names I
> am seeing on the display:
> 
> Tas(0000029) Tra(JNL2)           Sus Tas Pri( 255 )
>    Sta(U ) Use(CICMNX1 ) Uow(CDBC6D3E2D965E09)
> 
> Tas(0002138) Tra(CEMT) Fac(0001) Run Ter Pri( 255 )
>    Sta(TO) Use(PMSBDH  ) Uow(CDBE117F38E7F508)
> 
>    The second entry is me running CEMT.  It has a field called FAC. 
> Not sure why after all these years things just show up as "RUN" and 
> "TER" like on the CEMT display.  I would imagine it's a facility and
> I'm runnable.
> 
> 
>       I keep looking,  Dave
> 
> 
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]
> ] On Behalf Of Sri h Kolusu
> Sent: Thursday, September 11, 2014 4:22 PM
> To: [email protected]
> Subject: Re: Help with CICS CEMT display
> 
> Dave,
> 
> Place the cursor on the transaction you are interested and press 
> ENTER and CICS will display the transaction in detail
> 
> Check this link which explains in detail about CEMT INQ TASK
> 
> http://pic.dhe.ibm.com/infocenter/cicsts/v4r1/index.jsp?topic=%
> 2Fcom.ibm.cics.ts.doc%2Fdfha7%2Ftransactions%2Fcemt%2Fdfha71l.html
> 
> Thanks
> Kolusu
> 
> IBM Mainframe Discussion List <[email protected]> wrote on
> 09/11/2014 02:17:08 PM:
> 
> > From: "Hansen, Dave L - Eagan, MN" <[email protected]>
> > To: [email protected]
> > Date: 09/11/2014 02:17 PM
> > Subject: Help with CICS CEMT display
> > Sent by: IBM Mainframe Discussion List <[email protected]>
> > 
> > Dear Listeners (Still not on the CICS-L listserv yet),
> > 
> >    I entered a CICS command.  It was CEMT INQ TAS.  Here is the output 

> > from my 3,720 emulation:
> > 
> > Tas(0000043) Tra(AAON)           Sus Tas Pri( 255 )
> >    Sta(SD) Use(CICMNX1 ) Uow(CDBC6D36F2AD2309) Hty(EKCWAIT )
> > Tas(0000053) Tra(XPFS)           Sus Tas Pri( 001 )
> >    Sta(S ) Use(CICMNX1 ) Uow(CDBC6D3956983D08) Hty(EKCWAIT )
> > Tas(0002101) Tra(CEMT) Fac(0001) Run Ter Pri( 255 )
> >    Sta(TO) Use(PMSBDH  ) Uow(CDBE0A26F9188109)
> > 
> >   Once there was a time I would INSERVICE and ACQUIRE stuff.  Now I'm 
> > just trying to find out what the layout of the display is.
> > 
> >    I see the following "fields": TAS(xxx)  TRA(xxx) SUS TAS PRI(xxx)
> > STA(xx) USE(XXX) UOW(xxx) HTY(xxx).  I can guess that TAS is task and 
> > TRA is transaction.  And I'd bet SUS is suspended.  I tried PF1, but 
> > it wasn't the help I was looking for.
> > 
> >   I would like to find some information like:
> > 
> >        Results
> > The following example output is typical output from the inquire 
command.
> > 
> > TAS(nnnnn) ppp ddd cc tttt TCL(tttttttt) USE(aaaaaaaa) ATT(sssss)
> CPU(sssss)
> > RUA(sssss) HTI(sssss) HTY(rrrrrrrr) HVA(rrrrrrrr)
> > 
> >    This is from: CEKL INQUIRE TASK documented in the CICS Supplied 
> > Transactions book.  I can find a whole section on HTY codes listed 
> > under "The resources that CICS tasks can wait for" documented at the 
> > infocenter.  I found EKCWAIT.
> > 
> >    I even tried "Using the information center" @ http:// 
> > pic.dhe.ibm.com/infocenter/cicsts/v5r1/index.jsp to look for CEMT 
> > display info.
> > 
> >     Maybe we know this so well we don't need to document it any more. 
> > I noticed the RCF in the back of the books for CICS go to Hursley Park 

> > in the UK.  Lots of postage!
> > 
> > 
> >          Thanks again,  Dave
> > 
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions, send 
> > email to [email protected] with the message: INFO IBM-MAIN
> > 
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to [email protected] with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to