Determine What Applications Are Using Specific Top Secret Facility
search cancel

Determine What Applications Are Using Specific Top Secret Facility

book

Article ID: 263479

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

How do you find out what application(s) are using a specific facility? The facility has INITPGM=***.

Environment

Release : 16.0

Resolution

Run TSSCFILE with:

TSS LIST(ACIDS) DATA(BASIC)

and look for acids that have a master facility (MASTFAC) of that facility starting in column 33 in record id 1000. (Since the INITPGM for this facility is ***, the MASTFAC on the region acid will be the only way this facility is associated with an application.)

For example, if ACID 'xxxxxxx' has MASTFAC of 'aaaaaaaa', the TSSCFILE output will show:

   1000      xxxxxxx           aaaaaaaa

To find all the started tasks with a region acid of xxxxxxx, issue:

TSS LIST(STC)

If the application is running as a batch job, the region acid will be the acid the job is running under. Any applications started as a batch job running under acid 'xxxxxxx' will use a facility of 'aaaaaaaa'.