Setting up Your Own Signon Proc with CA Roscoe
search cancel

Setting up Your Own Signon Proc with CA Roscoe

book

Article ID: 23069

calendar_today

Updated On:

Products

Roscoe

Issue/Introduction

How can I create my own sign-on proc?


Environment

Release: 6.0
Component: ROSCOE

Resolution

You can create your own sign-on proc to reassign pfkeys, change parameter values, and issue commands, such as SET PRIV ON.

Create an RPF in your ROSLIB by doing the following:

  1. On the Roscoe command line, type I
  2. This opens an AWS session for editing.
  3. Type in this sample RPF. Roscoe supplies the sequence numbers
    000100 <<MYSIGNON>> 
    000200 TRAP ON
    000300 LET PF1 = 'SPLIT'
    000400 SET PRIV ON
    000500 TRAP OFF
     
  4. When done, type SAVE MYSIGNON on the command line and CA Roscoe saves it in your Roscoe library with the membername MYSIGNON. You can edit it whenever you want. Many different commands and settings may be entered in your proc.
  5. Type STATUS SESSION on the CA Roscoe Command line and look for the parameter SIGNON ==> at the lower right. If there is already an entry there, make a note of it before typing over it. You can look at that member later or restore if you want.
  6. Type in the name of the sign-on RPF that you created and it will update by adding your prefix (shown here as ABD).
    SIGNON ==> ABD.MYSIGNON 
  7. Type OFFON */* to sign on and off and test the sign-on proc.