Could anyone tell me what is does UPCRTD attribute mean in IBMi AS400 system? I guess this is a user profile creation date-time, but I didn't find any official documentation which simply says, that UPCRTD means user profile creation date time. Can anyone please refer any document I can find useful?
What is UPCRTD attribute in IBMi AS400?
2.6k Views Asked by Anand Dhage At
2
You will not find this detailed information in a document. UPCRTD is one of the column of the result table of the command DSPUSRPRF TYPE(*BASIC) OUTPUT(*OUTFILE)
You can see there that this table has the same structure as QADSPUPB when TYPE(*BASIC)
The by SQL wou can find information about the column or your machine
gives