Hello All, I have been searching for awhile trying to find any threads on the topic but haven't had any luck.
What i'm looking for is a way using CL to create user profiles for me. I am able to FTP a file up with the commands i'd like to run, but the commands are like 250 Chars long and the SEU has a char limit of 80.... Is there any way around this? Do i just have to split the command into several commands?
The command i'm using is
CRTUSRPRF USRPRF(XXXXXXXX) PASSWORD(XXXXXXX) INLPGM(XXXXXXXX/XXXXX) INLMNU(*LIBL/XXXXXXXXXX) LMTCPB(*YES) TEXT('XXXXXXXXXXXXXXXXXXXXXXXXXXXX') SPCAUT(*splctl) JOBD(QGPL/XXXXXXXXXX) GRPPRF(XXXXXXXXXX) OWNER(*GRPPRF) DLVRY(*BREAK) OUTQ(QGPL/XXXXXXXXXX)
I would need it to run this command at least 100 times. Also some kind of results outfile would be nice too.
I would much appreciate any input!
Thanks
What i'm looking for is a way using CL to create user profiles for me. I am able to FTP a file up with the commands i'd like to run, but the commands are like 250 Chars long and the SEU has a char limit of 80.... Is there any way around this? Do i just have to split the command into several commands?
The command i'm using is
CRTUSRPRF USRPRF(XXXXXXXX) PASSWORD(XXXXXXX) INLPGM(XXXXXXXX/XXXXX) INLMNU(*LIBL/XXXXXXXXXX) LMTCPB(*YES) TEXT('XXXXXXXXXXXXXXXXXXXXXXXXXXXX') SPCAUT(*splctl) JOBD(QGPL/XXXXXXXXXX) GRPPRF(XXXXXXXXXX) OWNER(*GRPPRF) DLVRY(*BREAK) OUTQ(QGPL/XXXXXXXXXX)
I would need it to run this command at least 100 times. Also some kind of results outfile would be nice too.
I would much appreciate any input!
Thanks




Comment