At the submit model create request screen, there is a huge list created/displayed.
Is there a way to delete (cleanup) the huge list directly instead of one by one?
CA 2E 8.7.x
Method #1
1. Login to the IBMi and use an user profile whose related job list needs to be cleared
2. Set the library list for the model
3. Run the following command from the command line
YDLTJOBLST JOBLST(*USER)
The *USER is the user profile which is being used
or use a specific user profile name
YDLTJOBLST JOBLST(<user-profile-name>)
Method #2
1. Set the model library list
2. Run the following command from the command line
CLRPFM FILE(YJOBLSTRFP) MBR(<user-profile-name>)