Cannot find the ROSCOE.CONTROL and ROSCOE.PROFILE accounts for CA ROSCOE. Can I list the accounts and find them?
search cancel

Cannot find the ROSCOE.CONTROL and ROSCOE.PROFILE accounts for CA ROSCOE. Can I list the accounts and find them?

book

Article ID: 25247

calendar_today

Updated On:

Products

Roscoe

Issue/Introduction

 just taken over supporting ROSCOE and do not know what happened to the ROSCOE.CONTROL and the ROSCOE.PROFILE accounts.Cannot find anything named ROSCOE.CONTROL or ROSCOE.PROFILE. Could they have another name? 

 

Resolution

 

To identify the current name of the ROSCOE.CONTROL account and ROSCOE.PROFILE account, enter

? GETKEY('RO') ? GETKEY('UPS')

on the Roscoe command line.

When using external security for ROSCOE, you must use your ACF2, RACF or Top Secret credentials to sign onto the ROSCOE.CONTROL and ROSCOE.PROFILE accounts as well as all other Roscoe accounts.

To list your signon and formal key names, use this sample JCL to run UPSLIST.  Customize the JOBCARD, name of your Roscoe loadlib and the names and number
of your ROSLIBS. You can also change the PARM as follows to sort the list of output:

  1. 'KEY' to sort the listing by user key.


'PREFIX' to sort the listing by prefix.

//JOBCARDS
//UPSLIST EXEC PGM=UPSLIST,PARM='NOSORT'
//STEPLIB DD DSN=hlq.mlq.RO60LIB,DISP=SHR
//ROSLIB00 DD DISP=SHR,DSN=hlq.mlq.ROSLIB00
//ROSLIB01 DD DISP=SHR,DSN=hlq.mlq.ROSLIB01
//ROSLIB02 DD DISP=SHR,DSN=hlq.mlq.ROSLIB02
//ROSLIB03 DD DISP=SHR,DSN=hlq.mlq.ROSLIB03
//ROSLIB04 DD DISP=SHR,DSN=hlq.mlq.ROSLIB04
//ROSLIB05 DD DISP=SHR,DSN=hlq.mlq.ROSLIB05
//SORTWK01 DD UNIT=TDISK,SPACE=(TRK,5)
//SORTWK02 DD UNIT=TDISK,SPACE=(TRK,5)
//SORTWK03 DD UNIT=TDISK,SPACE=(TRK,5)
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*