How do we define spool files and how can I check or view spool files in the as400 system that were generated by the current user or any specific user?
What are the commands associated with the spool files?
Sorry, you do not have permission to ask a question, You must login to ask a question.
Sorry, you do not have permission to ask a question.
How do we define spool files and how can I check or view spool files in the as400 system that were generated by the current user or any specific user?
What are the commands associated with the spool files?
A
spool file
is used to store output data until it is ready for printing. Once the job that is running gets completed the job log can be written to the spool fileQPJOBLOG
. After writing the job log to the spool file, the job log gets deleted.You can use the
WRKSPLF
command to browse spool files in the AS400 system based onspecific users
,jobs
, etc. If you want to check the spool files generated by the current user, then run the following command.WRKSPLF SELECT(*CURRENT)