You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
z/OS has extra startup needs like a couple other platforms, e.g. cygwin.
This adds a file that handles them.
Principally, z/OS files have extra status fields regarding "tags".
Files on this system may be encoded in different character sets, and
these fields describe them. Hence the OS has within it the knowledge of
a file's encoding. A file is "tagged" as being in a particular encoding
(or encodings plural; I have no idea how that works). This file adds a
function to deal with them.
0 commit comments