Compuware Topaz Sub-tasks Require Users To Have Generic Started Task Entry For Top Secret
search cancel

Compuware Topaz Sub-tasks Require Users To Have Generic Started Task Entry For Top Secret

book

Article ID: 145676

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

A Compuware product called Topaz Workbench is being installed. This needs to allow for a spawned started task with a task name of CXSS**** that runs under a single ACID. How can this be done?

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

TSS ADD(STC) PROCNAME(CXSS*) ACID(acid) 

Where ‘acid’ is the userid you want associated with the started tasks that start with CXSS.

To determine the facility associated with the CXSS* address spaces, the region acid should have a MASTFAC of the facility you want used for Topaz Workbench:

TSS ADD(acid) MASTFAC(fac)

Where 
‘acid’ is the ACID associated with the CXSS* started task
‘fac’ is the facility you want associated with Topaz Workbench

Once the MASTFAC is added and the CXSSxxxx region recycled, users will need access to the facility in the MASTFAC:

TSS ADD(acid) FAC(fac)

Where
‘acid’ is the user id, an attached profile, or the ALL record is all users should have access
‘fac’ is the facility you want associated with Topaz Workbench