Issue with using the "cl:" SQL prefix in db2i #2924
sriedmue79
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @sriedmue79 , In this case, DSPFFD acts as usual: it prints the file's fields details into a spooled file named Every |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm trying to execute the example given here: https://codefori.github.io/docs/extensions/db2i/
-- run CL commands. output is directed to IBM i output channel
cl: dspffd sample/employee
I replaced the library/file with a valid one in my library, and the command works from the 5250, but from VS Code I get this result:
Statement executed with no result set returned. Rows affected: undefined
What I tried (based on messages previously in the joblog):
Set a valid OUTQ in my user profile
Set a valid printer device in my user profile
I'm not seeing any errors in the joblog now, but I still get the "Statement executed with no result set returned. Rows affected: undefined" message.
It does work with the CRTPF command, but any DSPxxx commands do not seem to work.
Beta Was this translation helpful? Give feedback.
All reactions