-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding management when submitting a job (for site not un EBCDIC IBM-037) #876
Comments
Thank you for raising this issue. |
This would be a nice enhancement on the z/OS Jobs SDK:
Once the enhancement is made on the SDK, we can also add an |
Hi, About X-IBM-Intrdr-Mode header of submit job z/OSMF API:
For spool retrieval, there is no equivalent header. So spool file must be retrieve with a
Regarding sites that work with the IBM-037 code-page on MVS (default code-page), I wonder about the conversion problems they may have when submitting a job or when recovering a spool, because we also have to apply a transcoding from IBM-1047 to UTF-8, and I don't think there is any equivalence between IBM-037 and IBM-1047. |
Thank you for raising this enhancement request. |
This change has been staged, and will be available in version 7.25.0 with the |
A Job contains technical information such as the JCL, but can also include Data in inline sysins.
This Data is sensitive to the encoding used on the z/OS mainframe system. When sending the Job, this Data must be correctly transcoded.
Use case:
However, encoding management is not provided for in the processing of Jobs by Zowe CLI (and probably z/OSMF) . It seems to us that the transcoding is done from UTF-8 to EBCDIC IBM-037 (US) or (EBCDIC IBM-1047 ?), which does not suit us.
The same problem arises for the retrieval of reports and outputs produced by the execution of a Job. In our case we must apply a transformation from EBCDIC IBM-1147 to UTF-8 and not from EBCDIC IBM-037 (or EBCDIC IBM-1047) to UTF-8.
The text was updated successfully, but these errors were encountered: