95 pts.
 AS/400 How to create mulitiple user account profiles
I have to create 200 user profiles in AS400. How do I create multiple user profiles in batch mode or command line? I can do this on other operating systems such as UNIX. How can this be done on AS400?

Software/Hardware used:
iseries as400 operating system
ASKED: August 28, 2012  5:01 PM
UPDATED: August 28, 2012  6:04 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

User profiles are required to be uniquely named. Do you have a list of names that you want to create? Or is this a list of test profiles? How did you determine that you need 200 of these? — Tom

 108,025 pts.

 

i think you can create user profile one by one and i dont think there is any short cut to create multiple id at one go

 15,485 pts.

 

You may be able to do it with a CL pgm.Use the CRTDUPOBJ command for the type *USRPRF and assign the new name (derived form another file using RCVF or substring and index an the end of the original ex USER01, USER02, USER03).Loop for 200 occurrences of you file of names is done.This will get it done, it’s dirty and EVERYONE has the EXACT authority, outqs, initial menu….  Probably not what you really want.. maybe you do..Todd

 3,910 pts.