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
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
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
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 3  Replies