Page History
...
If you have imported the LANSA Composer development package into your Visual LANSA development environment, the definition of the working list fields will already be present in your LANSA repository. Otherwise these fields must be defined with these essential characteristics:
Name | Description | Type |
|---|---|---|
DXAPNM | Parameter name | A(20) |
DXPVSQ | Sequence number | P(5, 0) |
DXPVVL | Parameter value | A(256) |
Your application should set the values of the working list fields and add an entry to the working list for each parameter for which you wish to provide a value.
...