Programming Interface Information:
This information is NOT intended to be
used as Programming Interfaces of z/VM.

PRMBK

Prolog  

Control Block Contents  
   PRMBK DSECT

Storage Layout  

Cross Reference (Contains links to field and bit definitions)  


PRMBK Prolog

 NAME       : HCPPRMBK
 DESCRIPTION: HCPJRLIT call parameter list
 DSECT      : PRMBK
 FUNCTION   : Maps a parameter list for a call to HCPJRLIT
 LOCATED BY : N/A
 CREATED BY : N/A
 DELETED BY : N/A
 SERIALIZED : None
 NOTES      : This control block is not intended for general use.
              It should only be used for mapping of the parameter
              list for a call to HCPJRLIT.
              PRMSOURC points to an 8 byte source ID
              PRMACCES points to an 8 byte access ID
              PRMPASSW points to a variable length password
              PRMPWLEN points to a fullword for password length
              PRMFUNC  points to a one-byte function code

 

PRMBK Control Block Content


PRMBK DSECT

Hex   Dec Type/Val   Lng Label (dup)    Comments
---- ---- --------- ---- -------------- --------
0000    0 Structure      PRMBK          HCPJRLIT call parameter list
0000    0 Address      4 PRMSOURC       Address of source id
0004    4 Address      4 PRMACCES       Address of access id
0008    8 Address      4 PRMPASSW       Address of password
000C   12 Address      4 PRMPWLEN       Address of password length
0010   16 Address      4 PRMFUNC        Address of function code
0014   20 Character    1 PRMEND (0)     Defines end of control blk
          00000003       PRMSIZE        (*-PRMBK+7)/8 Size in doublewords
      Valid Function Codes
          .... .1..      PRMLOGON       X'04' LOGON code
          .... 1...      PRMAUTOL       X'08' AUTOLOG code
          .... 11..      PRMLOGBY       X'0C' LOGONBY code
          ...1 ....      PRMAPPC        X'10' APPC/VM Connect code

 

PRMBK Storage Layout

          
*** PRMBK - HCPJRLIT call parameter list
*
*     +---------------------------+---------------------------+
*   0 |         PRMSOURC          |         PRMACCES          |
*     +---------------------------+---------------------------+
*   8 |         PRMPASSW          |         PRMPWLEN          |
*     +---------------------------+---------------------------+
*  10 |         PRMFUNC           |
*     +---------------------------+
*
*** PRMBK - HCPJRLIT call parameter list

 

PRMBK Cross Reference

Symbol         Dspl Value
-------------- ---- -----
PRMACCES       0004
PRMAPPC        0014 10
PRMAUTOL       0014 08
PRMEND         0014
PRMFUNC        0010
PRMLOGBY       0014 0C
PRMLOGON       0014 04
PRMPASSW       0008
PRMPWLEN       000C
PRMSIZE        0014 00000003
PRMSOURC       0000

This information is based on z/VM V5R4.0. Last updated on 18 Feb 2010 at 04:00:23 EDT.
Copyright IBM Corporation, 1990, 2009