Kbase P92299: How to find a joblog on the AS/400 system?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/08/2004 |
|
Status: Unverified
GOAL:
How to find a joblog on the AS/400 system?
GOAL:
Is there any .lg file when running Progress/400 DataServer?
FACT(s) (Environment):
IBM AS/400 (RISC)
FIX:
There is no Progress database on the AS/400 platform. Instead, DB2/400 database management system is used to store and manage the data manipulated by the Progress 4GL client. This is a foreign database from the Progress perspective and the structure is not Progress specific.
So, the only log you may access in case of diagnosis is the PROSERVER and PROBROKER joblogs on the AS/400 box (when running client/server system). They are 2 types of Progress related jobs on the AS/400.
The joblogs can be located using AS/400 command: WRKACTJOB -> option 5 -> option 10 -> F10 when the job is running. When it's ended the relevant joblog is usually moved to the QEZJOBLOG output queue.