Re: Merge Tool for git for z/OS?

2019-12-03 Thread Seymour J Metz
Don't rub it in. I wish that IBM would port XEDIT to TSO, or enhance ISPF to 
provide, e.g., SET PENDING, control files.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3



From: IBM Mainframe Discussion List  on behalf of 
Lloyd Fuller 
Sent: Tuesday, December 3, 2019 9:44 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Merge Tool for git for z/OS?

Yes.  😊  Use XEDIT and CMSUPDTE.  They work well, but are VM only,

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
ITschak Mugzach
Sent: Tuesday, December 03, 2019 9:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Merge Tool for git for z/OS?

Lionel,

Many years ago we developed a change management tool for an Israeli client that 
ued CA datacom based on SCLM. We used to perform merge by comparing the two 
versions (Ispf SUPERC). When configured it is a smart tool that tels you the 
location, if it is new line or update inline, etc.  Try this approach. I may 
look at my archives to see if I still have this module.

ITschak

On Tue, Dec 3, 2019 at 4:33 PM Lionel B Dyck  wrote:

> What is available to be used for the mergetool for git on z/OS?
>
>
>
> Thanks
>
>
>
> I've looked using google/bing without success.
>
>
>
>
>
> Lionel B. Dyck <
> Website:  
> <http://secure-web.cisco.com/1kHO7DpnAvGRhMl8QWAWvV3WzWxgYVptt4vx-IAVWdqcGYKtygH_eSTUvM6hnerYN8YqrtA_x7GunSYIgStVrZP0npCr-Dg-PJ_mU-64lvAF6fnCaiBGioan4iLt0p2oEkgpz5Wme8WrEBOAJFuV7DqlFuPGo1fHlXaz4o8v0UuLQ1SgpMzrJtTxxFCQY4c1xycCJSzk-RUYTvYlpLxUb6c0ekWE2Zv8ds53226DIu6ow4qCjc9EiMQDsdONbF0SXV5hZupBFlaKbrT18w8Cpk7qMiXjmju5Nsjo_RUQjhKf8Xf8rI9f0BNSf5tHCF15iupJunOVPWCg167zkEpvzQKuVWGwT9HkZdvI5ZH1zlVSZki3tR3K0_LBcB3cUHAcZmiKWzboqrLA3sD2UQPAg3YcRcdWq49hx05ygSk3d_dxae4Vv2I6-oGj6IZMiUDgW/http%3A%2F%2Fwww.lbdsoftware.com%2F>
>  
> http://secure-web.cisco.com/1UBZdw3oQfzr0Lz4qrZLhMptbfjkEmih5JryWvjPPscisRgFvb9iRzJBeyomRuyVDyOBEDrao3e60VYiWEhZuH90a8uy7YBckCeu8U4J30EwuSV6l6lzSl2iTsyOxRumxWUjJfvBCVImXXlSb9JKeVhEKMJcG-MyJmVYCbxrzfb6FPdnQghkkN0lI8c2A3Sfwgh-SN6YkQlFBqufApu3wTomXXm3G6qdJb7tCjYbAhzKBKazwK1Cxx0b7BBHsaQV58e1Ms2ACrHAbvxVW-FSqORo1ONy0qh9_Z_oyMYG5q8OCw5e3y9T_nK8u4aeAXxZyT-rd4m_CDsX7Dy94CnAq-ACkRs4gYhAtIVM6SL8p5SV6e7sCVaHPnCcqoZ3vmXHhCT0b1TYug2nNCSGjQ4z2tUU6FiWHJnCq8wuFNmGdkOsOiDfmYs3iW6FwXUWGfYJZ/http%3A%2F%2Fwww.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is
> what you are, reputation merely what others think you are." - John
> Wooden
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


--
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Contiguous Monitoring for 
Legacy **|  *

--
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



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Merge Tool for git for z/OS?

2019-12-03 Thread Paul Gilmartin
On Tue, 3 Dec 2019 09:44:11 -0500, Lloyd Fuller wrote:

>Yes.  😊  Use XEDIT and CMSUPDTE.  They work well, but are VM only,
>
Sigh.  ISRSUPC PARM=UPDCMS8 will generate usable CMSUPDTE diffs if
the OLD file has valid sequence numbers.  ISRSUPC PARM=UPDMVS8
requires that both OLD and NEW have valid sequence numbers, providing
no recovery from undisciplined coders.  When necessary I have used
ISRSUPC PARM=UPDCMS8 followed by a Rexx filter to convert to
IEBUPTDE format.

What about "diff" (better diff3, but non-POSIX) followed by "patch"?


>-Original Message-
>From: ITschak Mugzach
>Sent: Tuesday, December 03, 2019 9:42 AM
>
>Many years ago we developed a change management tool for an Israeli client 
>that ued CA datacom based on SCLM. We used to perform merge by comparing the 
>two versions (Ispf SUPERC). When configured it is a smart tool that tels you 
>the location, if it is new line or update inline, etc.  Try this approach. I 
>may look at my archives to see if I still have this module

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Merge Tool for git for z/OS?

2019-12-03 Thread Lloyd Fuller
Yes.  😊  Use XEDIT and CMSUPDTE.  They work well, but are VM only,

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
ITschak Mugzach
Sent: Tuesday, December 03, 2019 9:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Merge Tool for git for z/OS?

Lionel,

Many years ago we developed a change management tool for an Israeli client that 
ued CA datacom based on SCLM. We used to perform merge by comparing the two 
versions (Ispf SUPERC). When configured it is a smart tool that tels you the 
location, if it is new line or update inline, etc.  Try this approach. I may 
look at my archives to see if I still have this module.

ITschak

On Tue, Dec 3, 2019 at 4:33 PM Lionel B Dyck  wrote:

> What is available to be used for the mergetool for git on z/OS?
>
>
>
> Thanks
>
>
>
> I've looked using google/bing without success.
>
>
>
>
>
> Lionel B. Dyck <
> Website:  <http://www.lbdsoftware.com/> http://www.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is 
> what you are, reputation merely what others think you are." - John 
> Wooden
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


--
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Contiguous Monitoring for 
Legacy **|  *

--
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


Re: Merge Tool for git for z/OS?

2019-12-03 Thread ITschak Mugzach
Lionel,

Many years ago we developed a change management tool for an Israeli client
that ued CA datacom based on SCLM. We used to perform merge by comparing
the two versions (Ispf SUPERC). When configured it is a smart tool that
tels you the location, if it is new line or update inline, etc.  Try this
approach. I may look at my archives to see if I still have this module.

ITschak

On Tue, Dec 3, 2019 at 4:33 PM Lionel B Dyck  wrote:

> What is available to be used for the mergetool for git on z/OS?
>
>
>
> Thanks
>
>
>
> I've looked using google/bing without success.
>
>
>
>
>
> Lionel B. Dyck <
> Website:   http://www.lbdsoftware.com
>
> "Worry more about your character than your reputation.  Character is what
> you are, reputation merely what others think you are." - John Wooden
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Contiguous Monitoring
for Legacy **|  *

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Merge Tool for git for z/OS?

2019-12-03 Thread Lionel B Dyck
What is available to be used for the mergetool for git on z/OS?

 

Thanks

 

I've looked using google/bing without success.

 

 

Lionel B. Dyck <
Website:   http://www.lbdsoftware.com

"Worry more about your character than your reputation.  Character is what
you are, reputation merely what others think you are." - John Wooden

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN