IBM i Output option is not in the list of options on the Output panel #1634
-
In documentation and videos, there is an option on the Output panel to display the spool files when a program is compiled through VS Code. I cannot find this option. I've selected all of the other IBM i options in hopes that the name just changed, but none of them displays my compile listing. Is there another extension that i need to install or something? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
Yes, we removed the 'IBM i Output channel' in place of two things:
|
Beta Was this translation helpful? Give feedback.
-
```
/home/MJOHNSON: /QOpenSys/usr/bin/qsh
liblist -d QS36F DESTINY DESTINY_R OE OEF IM IMF AP APF GL GLF AR SY SYF QTEMP #LIBRARY MARK QGPL RVILIB && liblist -c QGPL && liblist -a RVILIB QGPL MARK #LIBRARY QTEMP SYF SY AR GLF GL APF AP IMF IM OEF OE DESTINY_R DESTINY QS36F && system "CRTBNDRPG PGM(MARK/LOADMT) SRCFILE(MARK/OESRC) OPTION(*EVENTF) DBGVIEW(*SOURCE) TGTRLS(*CURRENT)"; if [[ $? -ne 0 ]]; then exit 1; fi
{
"code": 0,
"signal": null,
"stdout": "",
"stderr": ""
}
/home/MJOHNSON: system "QSYS/CPYTOIMPF FROMFILE(MARK/EVFEVENT LOADMT) TOSTMF('/tmp/vscodetemp-O_W1bqhtkv') MBROPT(*REPLACE) STMFCCSID(1208) RCDDLM(*CRLF) DTAFMT(*DLM) RMVBLANK(*TRAILING) ADDCOLNAM(*SQL) FLDDLM(',') DECPNT(*PERIOD)"
{
"code": 255,
"signal": null,
"stdout": "",
"stderr": "CPF2803: To-file EVFEVENT in MARK not allowed.\nCPF2817: Copy command ended because of error."
}
```
|
Beta Was this translation helpful? Give feedback.
-
2.4.0
***@***.***
From: barry ***@***.***>
Sent: Tuesday, November 7, 2023 9:19 AM
To: codefori/vscode-ibmi ***@***.***>
Cc: Mark Johnson ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [codefori/vscode-ibmi] IBM i Output option is not in the list of options on the Output panel (Discussion #1634)
What version of IBM i is this?
-
Reply to this email directly, view it on GitHub<#1634 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAQLE2C3M2SHXXJGQGJK5YLYDI7MHAVCNFSM6AAAAAA67WDHS6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOJZGQ4TG>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry ... V7R4M0
From: barry ***@***.***>
Sent: Tuesday, November 7, 2023 9:32 AM
To: codefori/vscode-ibmi ***@***.***>
Cc: Mark Johnson ***@***.***>; Author ***@***.***>
Subject: [EXTERNAL] Re: [codefori/vscode-ibmi] IBM i Output option is not in the list of options on the Output panel (Discussion #1634)
This is the Code for IBM i version - what version of IBM i OS are you using?
-
Reply to this email directly, view it on GitHub<#1634 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAQLE2DQNALFLPG6C43OZJLYDJA6FAVCNFSM6AAAAAA67WDHS6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOJZGY2DK>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
There has been a change in the way actions are run since videos were made.
Actions output are now found under the Terminal tab. When an action is done, a notification will also appear to ask if you want to open and display the output.