pabloto
pabloto
Hi Liam, here's a sample. ` **free Ctl-Opt DftActGrp(*no)ActGrp(*StgMdl) StgMdl(*SNGLVL) Thread(*Concurrent) Option(*NoUnRef :*SrcStmt :*NoDebugIo) DatFmt(*Iso) TimFmt(*Iso) Debug(*Constants) Expropts(*AlwBlankNum) AlwNull(*UsrCtl) DftName(TESTFORM) Text('Test for format document'); // ____________________________________________________________________________ Dcl-s Ostpc Char(10); Exec...
Hi @chrjorgensen , I have a Mac , I didn't find the relative shortcut... https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
Hi @chrjorgensen , thank you. this is the shortcut for mac: move to macos, it's really better!!!
Hi. In my jwt implementation I save the key for a specific client into a table, so when I receive the client request I get the specific key, if I...
Hi @mahesh-angadi, I create my own jwt than I use on a web application, so a user connect to our IBMi apache server with his credential, it call a CGI,...
Hi @Cody-Asher-Costco, Check you compile command, Are you sure to have set this parameter: OPTION(*SECLVL)?