Kbase 16689: Ways Of Passing Parameters To Native 4GL On The AS/400
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress/400 DataServer
SYMPTOM(s):
The Native 4GL Client for Progress/400 does not provide a user interface in the AS/400 5250 environment.
FIX:
The following is a list of ways to supply parameters to the Native 4GL Client:
The STRPROCLI utility has 3 options for supplying parameters:
1) -pf for Progress start-up parameters.
2) -param to pass character string to the 4GL application.
3) Progress Parameters for additional parameters in standard syntax
(ex., -param value -param value2...).
Other options for supplying parameter values:
1) Query DB2/400 files that are known to the schema(s).
2) Open stream files (OPNSTMF) for input.