AS/400 user profile update
10 pts.
0
Q:
AS/400 user profile update
What is the CL code to DISABLE a number of AS400 profiles using a specific user list
ASKED: Apr 15 2009  9:01 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23625 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button

Hi,

You could do something like the following :-

PGM

DCLF Yourfile

RCVF: RCVF
MONMSG CPF0864 EXEC(GOTO EOF)
CHGUSRPRF USRPRF(&Yourfield) STATUS(*DISABLED)
GOTO RCVF

EOF:

ENDPGM


Replace the Yourfile with the name of your file and Yourfield with the name of your field from your file.

Regards,

Martin Gilbert.
Last Answered: Apr 15 2009  10:55 AM GMT by Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0