Skip to content
Discussion options

You must be logged in to vote

%TEXT is like a metadata that can be picked up by the third-party tool you'll use to build your application (e.g. BoB).
Standard compilation commands will not pick up this information to put in on the compiled object; Code for i actions won't either since they are just made to call commands (and they are not a build tool per se, just a mean of running compile commands or build commands from the IDE).

Alternatively, the following can be used, which will be picked up by the compilers:

  • RPGLE: ctl-opt text('')
  • CLLE: dclprcopt text('')
  • CMD: cmd prompt('') text(*cmdpmt)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by heymchri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants