...
Code Block | ||
---|---|---|
| ||
D PUIATEXLAU PR ExtPgm('PUIATEXLAU') D iUser 128A Const D iItemID 128A Const D oLaunchConfig LikeDS(dsLaunchConfig) D oError N D oErrorMsg 256A |
Code Block | ||
---|---|---|
| ||
Dcl-PR Main ExtPgm('PUIATEXLAU'); iUser Char(128); iCode Char(128); oLaunchConfig LikeDS(dsLaunchConfig); oError Ind; oErrorMsg Char(256); End-PR; |
...