Re: IBM Development Clueless about COBOL DEV activities

2014-04-27 Thread Timothy Sipples
Paul Peplinski guesses: Which utility? http://www-03.ibm.com/software/products/en/migration Yes, that was Dana Mitchell's guess, too. However, in this same discussion thread, IBM's Ken Hume -- thank you, Ken -- reported that the IBM Migration Utility development team has no known issues with

Re: Beyond the EC12

2014-04-27 Thread Timothy Sipples
John Kelly, Senior VP and Director, IBM Research, previewed IBM's technology plans for the mainframe in his presentation at the Mainframe 50 celebration in New York on April 8, 2014. You can watch an online video replay of that event here: http://www.ibm.com/mainframe50 For what it's worth,

Re: Beyond the EC12

2014-04-27 Thread Anne Lynn Wheeler
re: http://www.garlic.com/~lynn/2014f.html#49 Beyond the EC12 http://www.garlic.com/~lynn/2014f.html#50 Beyond the EC12 for additional 4341 drift ... old post in (linkedin) IBM Historic Computing http://www.garlic.com/~lynn/2011m.html#46 From The Annals of Release No Software Before Its Time

Re: IBM Development Clueless about COBOL DEV activities

2014-04-27 Thread Paul Gilmartin
On Sun, 27 Apr 2014 19:32:24 +0800, Timothy Sipples wrote: Paul Peplinski guesses: Which utility? http://www-03.ibm.com/software/products/en/migration Yes, that was Dana Mitchell's guess, too. However, in this same discussion thread, IBM's Ken Hume -- thank you, Ken -- reported that the IBM

Re: Rexx Concurrency (was: Sorting CSV data ...)

2014-04-27 Thread Jon Perryman
There is often a reason why z/OS makes simple UNIX tasks difficult or makes good people do bad things. In your case, you estimated 5000 pings and SNMP GET's. If you spawn that many process under Netview could be detrimental. Can SNMP become CPU intensive? Will there be a situation where you

Re: Predictive Failure Analysis (PFA) can help ?

2014-04-27 Thread Jon Perryman
System monitors (e.g. Omegamon) can detect when a job is above or below a specified threshhold. Use your automation product to detect this situation and take the dump / provide notification. If you don't have a monitor, then output from the MVS D A, command and calculate the difference

Re: Rexx Concurrency (was: Sorting CSV data ...)

2014-04-27 Thread Paul Gilmartin
On Sun, 27 Apr 2014 14:26:51 -0700, Jon Perryman wrote: Submitting JCL is the best solution but submitting 1000 jobs to be a bit much.Submitting 3 or 4 is more reasonable but you will need to use a queue to pull the next IP address. For the queue, you could install / use the REXX interface to

Re: Predictive Failure Analysis (PFA) can help ?

2014-04-27 Thread Scott Ford
Jon, Are you working for a ISV ? I am curious Regards, Scott From: Jon Perryman Sent: ‎Sunday‎, ‎April‎ ‎27‎, ‎2014 ‎5‎:‎46‎ ‎PM To: IBM Mainframe Discussion List System monitors (e.g. Omegamon) can detect when a job is above or below a specified threshhold. Use your

Re: Enterprise COBOL v5.1 and RDz v9.x

2014-04-27 Thread Tom Marchant
On Fri, 25 Apr 2014 18:52:50 -0400, Don Poitraspoit...@pobox.com wrote: As for stack extensions, there isn't a lot of code that would go deeper than one megabyte and that's the minimum allocation size for 64-bit. Especially since the maximum allocation for a program is architected at 2K. --

Re: GRS RESMIL setting on CPU consumption

2014-04-27 Thread Joseph W Gentile
Hello, Based on the lack of warnings in the following page in the GRS Planning Guide ( http://pic.dhe.ibm.com/infocenter/zos/v2r1/index.jsp?topic=%2Fcom.ibm.zos.v2r1.ieag400%2Ftunring.htm ), and some customer experience, I don't think that RESMIL=0 or OFF will severely impact your CPU

Re: GRS RESMIL setting on CPU consumption

2014-04-27 Thread Joseph W Gentile
Correction: There are some cautionary statements about RESMIL=OFF regarding CPU consumption. Zero is different as GRS may still do tuning. JG Joe Gentile z/OS GRS and Logger Development (845)435-2184 (T/L 295-2184) jwgen...@us.ibm.com - Forwarded by Joseph W Gentile/Poughkeepsie/IBM on

Autorization Code Question

2014-04-27 Thread MichealButz
I have a module in APF authorized Library that is linkedit AC=1 when I load this module shouldn't the high order byte of R1 be X'01' Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: Autorization Code Question

2014-04-27 Thread Robert A. Rosenberg
At 22:46 -0400 on 04/27/2014, MichealButz wrote about Autorization Code Question: I have a module in APF authorized Library that is linkedit AC=1 when I load this module shouldn't the high order byte of R1 be X'01' I do not think the APF Flag can be there. R1 is the where the module is

Re: Autorization Code Question

2014-04-27 Thread Jon Perryman
Yes as long as all datasets in steplib or joblib are APF authorized. Jon Perryman. - Original Message - From: MichealButz michealb...@comcast.net I have a module in APF authorized Library that is linkedit AC=1 when I load this module shouldn't the high order byte of R1 be X'01'

Re: Autorization Code Question

2014-04-27 Thread Micheal Butz
Prior to this I got an error running under TESTAUTH that the module was loaded from an non-APF authorize data set Apparently this is the problem Sent from my iPhone On Apr 28, 2014, at 12:23 AM, Jon Perryman jperr...@pacbell.net wrote: Yes as long as all datasets in steplib or joblib are