Re: [EXTERNAL] FedEx to move entirely to the cloud

2022-07-09 Thread Bob Bridges
My last three clients. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* Gentlemen, when the enemy is committed to a mistake we must not interrupt him too soon. -Admiral Horatio Nelson */ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ed Jaffe Sent:

Re: Converting assembler to COBOL help

2022-07-09 Thread Farley, Peter x23353
Apologies, you are probably correct. Bad habits acquired dealing with management who don’t like that method. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Saturday, July 9, 2022 2:18 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Converting

Re: Converting assembler to COBOL help

2022-07-09 Thread Farley, Peter x23353
That's a reasonable suggestion. Many pitfalls to watch out for (like the branch gates example I gave earlier), but like you said, possibly 75% coverage for the code portion. System macro conversion could be a big headache too, but at least feasible to try. Trickier could be conversion of the

Re: Converting assembler to COBOL help

2022-07-09 Thread Paul Gilmartin
On Sat, 9 Jul 2022 18:10:54 +, Farley, Peter x23353 wrote: >Answers in the order of your questions: > Wouldn't it be more legible to interleave your answers rather than "in the order of ..."? -- gil -- For IBM-MAIN

Re: Converting assembler to COBOL help

2022-07-09 Thread Farley, Peter x23353
Answers in the order of your questions: In most cases, yes, but the COBOL implementation chosen was MUCH worse than the original, far less readable or maintainable, and in many cases unnecessarily more complicated. The converted assembler code was decades old, all pre-2000, so ESA at best, and

Re: Converting assembler to COBOL help

2022-07-09 Thread W Mainframe
Hi,A suggestion... I did similar thing some years ago using z390 Macro Language. In summary you can create macros and replace used macros by Cobol statements.The macros just punch Cobol statements to an output.I converted about 250 critical Cobol code.Main question... Is it 100%, of course

Re: How do I issue a command with a blank in it

2022-07-09 Thread Colin Paice
The modify command with quotes gives it as typed on the console ( including the quotes) Without quotes it is upper cased Colin -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: [EXTERNAL] FedEx to move entirely to the cloud

2022-07-09 Thread Albertus de Wet
AND, wait for the first time there's an Asure outage, or a breech (remember "the cloud" does not take responsibility for this). You basically do it at your own risk. Which data-center manager is Fedex going to blame then? Good luck to them. Seem it numerous times! On Sat, Jul 9, 2022, 07:19

Re: [EXTERNAL] FedEx to move entirely to the cloud

2022-07-09 Thread Bobbie Justice
Year 15 of the 3 year plan to move off the mainframe. Seems like I've heard that before. Oh yes, it will save us "x" amount of dollars. Of course we're going to spend 45 times the projected savings to get there, but that comes out of a different budget item so it's okay.

Re: How do I issue a command with a blank in it?

2022-07-09 Thread Paul Gilmartin
On Sat, 9 Jul 2022 12:58:35 +, Peter Relson wrote: > >... If you want my guess (without trying to figure out if true or not), >support for single quotation marks came later, was done by someone who didn't >know about the 4th positional parameter who didn't notice in the doc update >that

Re: How do I issue a command with a blank in it?

2022-07-09 Thread Peter Relson
Charles M wrote As does MODIFY, which I think of as very analogous to START, since the data ends up in more or less the same place. In implementation, MODIFY is nothing like START (because of what parsing is done by the system of the command itself). Each individual modify "owner" parses