Skip to content

Commit

Permalink
Add missing letter
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
  • Loading branch information
worksofliam committed Nov 19, 2024
1 parent 131658a commit b175d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/tips/ccsid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b175d77

Please sign in to comment.