Author: mbenaud
Subject: TWS EQQYCAIN - not sure how to get application description
Posted: Wed Dec 14, 2016 8:45 pm (GMT 5.5)
OK, I have a JOB that lists applications in groups (in TWS) and outputs this for information purposes.
I use the following EQQYCAIN sysin to generate my list.
What I need is the text description of the application also (if this is indeen possible)
I know this is REXX / ISPF but this is how I am choosing to execute the API / PIF - I have trawled the API / PIF manuals without success - all I get is an application and then a expiry date
Any idea's - Cheers
_________________
Martin B
Subject: TWS EQQYCAIN - not sure how to get application description
Posted: Wed Dec 14, 2016 8:45 pm (GMT 5.5)
OK, I have a JOB that lists applications in groups (in TWS) and outputs this for information purposes.
I use the following EQQYCAIN sysin to generate my list.
What I need is the text description of the application also (if this is indeen possible)
Code: |
queue 'ACTION=OPTIONS,BL=Y,BLPRT=N,LTP=N;' queue 'ACTION=LIST,RESOURCE=ADCOM,GROUPDEF='||grp||',TYPE=A,STATUS=A. |
I know this is REXX / ISPF but this is how I am choosing to execute the API / PIF - I have trawled the API / PIF manuals without success - all I get is an application and then a expiry date
Any idea's - Cheers
_________________
Martin B