Kbase 15918: AS/400 7.3C10: PROSNAL must be modified.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/02/2006 |
|
Status: Unverified
FACT(s) (Environment):
Progress/400 DataServer
SYMPTOM(s):
-Sn PROSNAL.PROGRESS parameter
Error: PCS error: 70 from . (4836)
CAUSE:
Error 4836 PCS error 70 (using Client Access) occurs if -Sn PROSNAL.PROGRESS parameter and program PROSNAL has not been modified as it is said in 7.3C10 Release Notes, page 12:
FIX:
1.6.8 Generating AS/400 Joblogs with SNA
----------------------------------------
If you are using SNA to connect to your AS/400 and choose to generate AS/400 joblogs, the -Sn parameter references PROSNAL.<libname>. Before you use PROSNAL it must be edited to change the library in the following declare statement:
DCL VAR($PGMLIB) TYPE(*CHAR) LEN(10) VALUE(STAGE)
The library STAGE must be changed to reflect the library into which you have loaded PROGRESS/400. The default is normally PROGRESS.
The CL program must then be compiled as follows:
CRTCLPGM PGM(PROGRESS/PROSNAL) SRCFILE(PROGRESS/QCLSRC)
You should be signed on as security officer to perform these operations.