> the perplexing x'15' that z/OS expects. EBCDIC '15'X is NL, a perfectly reasonable end-of-line character. Eunix uses LF for that purpose, rather than CRLF, which is less reasonable. EBCDIC '0D'X is CR and '25'X is LF.
I hate ASCII! > HLASM ought to learn to deal with extensions. In member names? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of Paul Gilmartin <0000000433f07816-dmarc-requ...@listserv.ua.edu> Sent: Sunday, March 1, 2020 9:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS Cross-memory server code walkthrough On Sun, 1 Mar 2020 08:11:19 -0600, Support, DUNNIT SYSTEMS LTD. wrote: >OK, let me rephrase my question: > >I see that the files are most likely in EBCDIC and just need a binary transfer >to z/OS. Is that correct? > It's EBCDIC, but beware: the line breaks are x'25' rather than the perplexing x'15' that z/OS expects. >If so, I notice all the files have extension names on them, after the member >name. Is there an easy way to transfer these to a PDS or do the extension >names get in the way, due to 8-character member name conventions? Thanks again. > Transfer the .zip in binary; unzip with "jar". The files will be extracted to z/OS UNIX directory which is friendly to extension names. HLASM ought to learn to deal with extensions. Most cross-assemblers can do so. The first 4 commands in README.md merely say "Copy". This is pretty vague. The x'25' linebreaks lead me to suspect the developers built and tested from an ASCII tree with a cross-assembler then converted to EBCDIC using a non-z tool that was unaware of the idiosyncratic z/OS line separator convention. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN