John, this sounds like just the kind of challenge you are looking for!! :-)
________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of John McKown <[email protected]> Sent: Tuesday, August 9, 2016 9:49 AM To: [email protected] Subject: Re: Enterprise COBOL API for dynamic capacity tables On Tue, Aug 9, 2016 at 10:40 AM, Frank Swarbrick < [email protected]> wrote: > Since I developed it at work for work I'll have to ask my employer about > that. Of course perhaps I should have asked before posting it publicly, > but that's water under the bridge now! > > Sidetracking, has anyone used GitHub for z/OS production source > repository. Meaning interacting with it directly from the mainframe? All > of our distributed development groups use it, and it might be nice if we > could use it as well. > Just as a personal observation, I'd think that this would be difficult. Someone would need to port the "git" command to z/OS. And that would likely be a major undertaking since it uses the GNU tools to do a lot of it's setup. It may also depend on some gcc (GNU compiler) specific functionality. And, even if it is ported, there is the historic ASCII (UTF actually) vs EBCDIC dilemma. You wouldn't believe the number of problems I've read about due to the Windows CRLF vs UNIX LF-only line ending causing "problems". > > Frank > > -- Klein bottle for rent -- inquire within. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
