</> Actions
#579
Replies: 1 comment
-
Thanks for sharing!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added a variant of CRTSQLRPGI compile command for when compiling directly on the IBMi (not the IFS).
Happy to share with y'all:
--MODULE--
?CRTSQLRPGI OBJ(&OPENLIB/&OPENMBR) SRCFILE(&OPENLIB/&OPENSPF) OBJTYPE(*MODULE) CLOSQLCSR(*ENDMOD) OPTION(*EVENTF) DBGVIEW(*SOURCE) TGTRLS(*CURRENT)
--PROGRAM--
?CRTSQLRPGI OBJ(&OPENLIB/&OPENMBR) SRCFILE(&OPENLIB/&OPENSPF) CLOSQLCSR(*ENDMOD) OPTION(*EVENTF) DBGVIEW(*SOURCE) TGTRLS(*CURRENT)
Just create the actions on the 'work with actions' section at the bottom there's a button for [new action] or you can also [duplicate] and modify as needed.
Beta Was this translation helpful? Give feedback.
All reactions