From b175d778a588ddcb6127baa3b3876c40eebb3829 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Mon, 18 Nov 2024 23:08:04 -0500 Subject: [PATCH] Add missing letter Signed-off-by: worksofliam --- src/content/docs/tips/ccsid.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/tips/ccsid.mdx b/src/content/docs/tips/ccsid.mdx index 186592c..6ee7156 100644 --- a/src/content/docs/tips/ccsid.mdx +++ b/src/content/docs/tips/ccsid.mdx @@ -126,7 +126,7 @@ The solution is to set the CCSID on the user profile to a valid CCSID by using ` ### The CCSID of the SSH connection does not match the job CCSID -This error occurs when the CCSID of the SSH connection does not match the job CCSID. The job CCSID is determined by the user profile CCSID or the system value `QCCSID`. The CCSID of the SSH connection is determined by whichever user is running the SSHD - this usually `QSECOFR` and the CCSID of the user profile. +This error occurs when the CCSID of the SSH connection does not match the job CCSID. The job CCSID is determined by the user profile CCSID or the system value `QCCSID`. The CCSID of the SSH connection is determined by whichever user is running the SSHD - this is usually `QSECOFR` and the CCSID of the user profile. This message appears when the `cqsh` is not available (not installed or not runnable) and the extension falls back to the old method of executing commands. When that happens, we check the SSHD CCSID and compare it to the job CCSID. If they do not match, the error is thrown, as QSH will not use the user job CCSID, but the SSHD CCSID.