Using z/OS 2.5 shell interface using bash:
When using the Code Download ZIP option the zip file appears fine but when unzip'd the contents are not tagged as they should be. In my test case the elements (source code) should be tagged as IBM-1047 but after using unzip they are ISO-8859.
Any options to resolve this?
The solution is to update the
zginstall.rexscript to test for ISO-8859 and do aniconvto IBM-1047 for those files prior to using theogetto copy the file into a z/OS dataset or PDS member.