Add/Change the member user code
search cancel

Add/Change the member user code

book

Article ID: 223785

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Is there a way to add/change the member user code?

Environment

Release:ALL

Resolution

The following is a sample JCL.

Sample JCL:


//        JOB 
//STEP01  EXEC PGM=PAN#1
//STEPLIB  DD DSN=Prefix.panvlt.CBA3LINK,DISP=SHR
//SYSPRINT DD SYSOUT=*
//PANDD1   DD DSN=User.panvlt.panlib,DISP=SHR
//SYSIN    DD *
++USER member,aaaa,bbbb
/*
//

member :The name of the member whose user code you want to add/change.
aaaa   :The current user code of the member. It must be numberic digits, 0 through 9,999. 
            If omitted when a member is initially added to the Panvalet library, the user code is set to zero(0).
bbbb   :This parameter is the new user code you want. It must be numeric digits, 0 through 9,999.

A user code of 0 is printed as a blank field on the Panvalet library directory list(For example, ++PRINT 1-UP).


For more information, see the USER Command of Using document.