Tips on adding support for preserving z/OS ccsids #447
Unanswered
IgorTodorovskiIBM
asked this question in
Q&A
Replies: 1 comment
-
@WayneD I'm looking at the SUPPORT_CRTIMES as an example. Sound reasonable? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I recently built rsync on z/OS and I wanted to get some direction on how I would go about preserving the original file's ccsid attribute.
In z/OS, files have a ccsid and txtflag attribute in the stat structure:
ft_ccsid
represents the codepage of the file, which can be ascii (819) or ebcdic (1047) or binary.ft_txtflag
is a 0 or 1 to indicate if there should be autoconversion.I'm not very familiar with the codebase, so any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions