Hi, can someone please provide an easy way to send a copy of a source code PDS to a recipient via the net? I don't wish to involve media like tape/CD/DVD, and am aware of the EBCDIC / ASCII issues. IEBCOPY could do an unload to a sequential file, but I'm concerned there are conversion issues when using internet (net) for the xfer.
Thanks in advance!
Easy way to send PDS of source code to another user via inte
- sergeyken
- Posts: 458
- Joined: Wed Jul 24, 2019 10:12 pm
- Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
- Referer: Internet search
Re: Easy way to send PDS of source code to another user via
One option is: using IEBPTPCH to PRINT or PUNCH the whole library in a printable full-text format, which can be easily transmitted with standard conversion EBCDIC<->ASCII.
The listing-like format from IEBPTPCH can be converted to a more acceptable format, with no page breaks, and no other unneeded lines - by using any available utility, like DFSORT/SYNCSORT or whatever else).
If your final destination were also mainframe, you could transfer the result of IEBCOPY unload in binary format as well.
The listing-like format from IEBPTPCH can be converted to a more acceptable format, with no page breaks, and no other unneeded lines - by using any available utility, like DFSORT/SYNCSORT or whatever else).
If your final destination were also mainframe, you could transfer the result of IEBCOPY unload in binary format as well.
Javas and Pythons come and go, but JCL and SORT stay forever.
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Easy way to send PDS of source code to another user via
sergeyken raises a very important question, what platform is the recipient on?
If zos then do a TSO XMIT of the pds at the sender to create a transport dataset, and a TSO RECEIVE at the receiving end to build the target pds. The transmission out of and in to zos must of course be binary.
If zos then do a TSO XMIT of the pds at the sender to create a transport dataset, and a TSO RECEIVE at the receiving end to build the target pds. The transmission out of and in to zos must of course be binary.
-
- Posts: 2
- Joined: Wed May 18, 2022 4:26 pm
- Skillset: Core MVS systems programming, HCD, Storage, OEM Software Mgmt, Diagnostics.
- Referer: Terry Joyner
Re: Easy way to send PDS of source code to another user via
Yes gents, platforms on both ends would be z/OS. I had forgotten about the TSO XMIT option until seeing it CBT.org site today. Assuming I used it to create a PS DSORG binary file on 1 host, are there caveats/concerns I should consider with respect as to how to FTP to the receiving end on the 2nd host? I don't know if it does, but am thinking the passage from 1 MVS host, via FTP, might Mess With/Alter the content if passing thru, for example, a PC based on ASCII. Any thoughts? Thanks
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Easy way to send PDS of source code to another user via
as long as you use BINary for the FTP, you should be good.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
How to download the source code of a Endevor processor?
by hujirong » Wed Nov 02, 2022 12:26 am » in All Other Tools - 0
- 3051
-
by hujirong
View the latest post
Wed Nov 02, 2022 12:26 am
-
-
-
Librarian - how to send a listing of members to a dataset
by MLK2348 » Tue Feb 27, 2024 8:21 pm » in All Other Tools - 4
- 3355
-
by enrico-sorichetti
View the latest post
Thu Feb 29, 2024 7:16 pm
-
-
- 0
- 3122
-
by enrico-sorichetti
View the latest post
Fri Apr 01, 2022 6:00 pm
-
- 1
- 7576
-
by sergeyken
View the latest post
Mon Jul 26, 2021 5:53 am
-
- 4
- 9251
-
by grasshopper
View the latest post
Mon Jul 26, 2021 9:17 am