>[EMAIL PROTECTED] wrote:
>> Hello everyone,
>>
>>    I'm tring to get a list of our CICS transactions.  Is there a way to
>> run a batch job that would
>> give the results of a:   CEMT INQ TRAN
>>
>> Thanks!!
>>
>> Dave Schaeffer
>>
>
>You can run RDO in batch.  This will not tell you what transactions are
>actually installed, but it will tell you what transactions are defined.
>

There is no canned solution that I am aware of. Over on the CICS-L list you 
will get more responses and answers that are CICS related. RDO would be 
using PGM=DFHCSDUP and you can manipulate what you get back. It shows 
what CICS could know about. You need to know which startup list you use 
and whether anything was installed outside of the list. CEMT shows what 
exists at that point in time.

You could piece together a solution if you can get the output from the CEMT 
INQ TRAN in some output. A console command might, depending on how many 
messages get produced, show all of the output as part of the CICS region. 
Use your favorite spool access program (IOF, SDSF) and write it to disk. A 
rexx program using the CONSOLE environment might be the way to go. I think 
the REXXLIST list had posts on how to get lots of output back.

----------------------------------------------------------------------
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