Scott, Right, this is how we use it, except with C/C++/Java/Assembler and no Cobol. If you are familiar with make, you might also try invoking make via ant-ssh in the same connection, which is how we do it. The z/OS "cob2" shell command can be used to run the Cobol compier.
Kirk Wolf Dovetailed Technologies http://dovetail.com PS> I should point out that if you don't have Co:Z SFTP on z/OS but you do have plain IBM OpenSSH, you will have to use the "scp" task instead of "sftp" since IBM z/OS scp always does translation and IBM z/OS sftp does not. On Sun, Jan 15, 2017 at 2:11 PM, scott Ford <[email protected]> wrote: > Sorry hit the reply to fast... > > 1. Clone Git Resp. > 2. Make changes on Cobol/Assembler > 3. Upload to z/OS > > Sounds like this Ant/XML might do it ??? > > Scott > > On Sun, Jan 15, 2017 at 3:10 PM, scott Ford <[email protected]> wrote: > > > Frank, All: > > > > I am in the same boat, I am trying to do: > > > > 1. > > > > On Sat, Jan 14, 2017 at 11:32 AM, Paul Gilmartin <0000000433f07816-dmarc- > > [email protected]> wrote: > > > >> On Sat, 14 Jan 2017 01:52:25 +0000, Frank Swarbrick wrote: > >> > > >> >Seems to me the only think that Make would be of use for in our > >> environment would be figuring out which COBOL programs to recompile > when a > >> copybook is changed. > >> > > >> Not necessarily in COBOL, but, heck, for that alone it's precious. No > >> need to > >> remember whch JCL member to submit or tailor. Just edit one or more > >> sources; > >> type "make" (no parameters necessary) and it happens. > >> > >> A configuration management system can provide homomorphic source > >> directories > >> at various development levels so the same makefile can be used at each. > >> > >> You can do wonderful things when you escape the constraint of a > one-level > >> namespace. > >> > >> -- gil > >> > >> ---------------------------------------------------------------------- > >> 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 > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
