Need CLLE prompting #1972
Answered
by
worksofliam
NextPage66
asked this question in
Q&A
-
I have installed 2 extensions, CLLE language tools (IBM) and CL/CLLE (SpineNetSystems). I need a way to prompt the CL commands and a way to look for the correct spelling of some commands.
Active extensions
Remote system
Enabled features
Shell env_=/QOpenSys/pkgs/bin/env Variants{
"american": "#@$",
"local": "#@$"
} Errors[
{
"command": "/QOpenSys/usr/bin/qsh",
"code": 1,
"stderr": "CPF3012: File ZIP in library *LIBL not found.\nCPC2206: Ownership of object QZSHSYSTEM in QTEMP type *USRSPC changed.",
"cwd": ""
},
{
"command": "/QOpenSys/usr/bin/qsh",
"code": 1,
"stderr": "CPF3012: File ZAC in library *LIBL not found.\nCPC2206: Ownership of object QZSHSYSTEM in QTEMP type *USRSPC changed.",
"cwd": ""
},
{
"command": "/QOpenSys/usr/bin/qsh",
"code": 1,
"stderr": "CPF3012: File ZKY in library *LIBL not found.\nCPC2206: Ownership of object QZSHSYSTEM in QTEMP type *USRSPC changed.",
"cwd": ""
}
] |
Beta Was this translation helpful? Give feedback.
Answered by
worksofliam
Apr 3, 2024
Replies: 1 comment 3 replies
-
Ensure you have CL language tools version 1.1.5 installed. This version just came out. Then, you can use the content assist in your CL code. VS Code does not support fully fledged CL prompting (yet.) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
NextPage66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ensure you have CL language tools version 1.1.5 installed. This version just came out.
Then, you can use the content assist in your CL code.
VS Code does not support fully fledged CL prompting (yet.)