ILE RPG Language Reference
Examples
- If the command parameters, for example PGMINFO(*PCML) and INFOSTMF('mypgm.pcml'),
specify that the information should be placed in a stream file, and
the PGMINFO(*PCML:*MODULE) keyword specifies that the information
should be placed in the module, then both requests will be merged,
and the final PGMINFO values will be PGMINFO(*PCML:*ALL) INFOSTMF('mypgm.pcml').
- If the command parameters PGMINFO(*PCML *ALL) INFOSTMF('/home/mypcml/mypgm.pcml')specify
that the information should be placed both in the module and in a
stream file, and the PGMINFO(*NO) keyword specifies that no information
should be saved, then the PGMINFO keyword will override the command
values, and the final PGMINFO value will be PGMINFO(*NO).
[ Top of Page | Previous Page | Next Page | Contents |
Index ]