Re: COBOL v5

2016-01-26 Thread Mike Schwab
On Tue, Jan 26, 2016 at 7:39 AM, Ed Gould wrote: > On Jan 26, 2016, at 4:05 AM, Bill Woodger wrote: > >> Yes, it does mention the PDS thing. No, it doesn't work on V5 programs. >> >> Enterprise COBOL generating Program Objects is not new with V5. It is new >> that all

Re: the Queen of Coding - Adm. Grace Hoper

2016-01-26 Thread Mike Schwab
Oak Ridge TN borrowed 15,000 tons (30M pounds) of silver. http://www.atomicheritage.org/location/oak-ridge-tn On Mon, Jan 25, 2016 at 3:25 PM, Ed Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > Oh Ned. The 'Energy Dept' Showed up mid sixties to reclaim some motor > generators on

Re: LinuxONE Press Release

2016-01-26 Thread Mike Schwab
http://www.redbooks.ibm.com/redbooks/pdfs/sg248251.pdf is a z13 reference. On Tue, Jan 26, 2016 at 4:01 PM, Mark Post wrote: On 1/26/2016 at 01:30 PM, Michel Beaulieu wrote: >> You can download a data sheet for the new LinuxOne RockHopper Machine

Re: Manipulating system symbols

2016-02-15 Thread Mike Schwab
I would suggest they use the 3 character message prefix. On Mon, Feb 15, 2016 at 10:08 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 15 Feb 2016 03:33:36 -0600, Art Gutowski wrote: Please note that with z/OS 2.2 the length of system symbols names

Re: Issues with VSAM Enqueuers and Batch job with IDCAMS

2016-02-15 Thread Mike Schwab
If you only use the dataset for two things, and right after the first completes the second fails, the ENQ might not have cleared when the second starts. How about an IEFBR14 with a DD for the dataset at the start of the STC task. On Mon, Feb 15, 2016 at 10:52 AM, Lizette Koehler

Re: Query: Will modern z/OS and z/VM classes suffice for MVS and VM/370

2016-02-15 Thread Mike Schwab
I heavily recommend signing up for the Hercules yahoo groups for installing VM/370, MVS 3.8, DOS/VS, Music, PDOS, MVT 21.8F with APL\360, etc. Yes, they have been working on emulators, but using these versions of software. They even have install tape images and scripts to load empty volumes.

IBM z13s article.

2016-02-15 Thread Mike Schwab
http://www.pcworld.com/article/3033464/ibm-unveils-z13s-mainframe-focused-on-security-and-hybrid-clouds.html N10 with 1TB or N20 with 4TB. -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all?

Re: Using IBM z/OS TDMF Product to Migrate 3390-9 to 3390-27's

2016-02-16 Thread Mike Schwab
Yes, you can use TDMF / FDRPAS / etc, to move a volume to the same size or larger. After the move is complete TDMF or you run ICKDSF to pick up the new size. The VTOC and VTOCIX are not extended. You should select the volumes with the hardest to move datasets. If you need to increase the VTOC

Re: Using IBM z/OS TDMF Product to Migrate 3390-9 to 3390-27's

2016-02-16 Thread Mike Schwab
I have moved z/VM volumes from z/OS with z/VM shut down. Should apply to z/Linux too. On Tue, Feb 16, 2016 at 2:29 PM, Jasi Grewal wrote: > Thank You Mike , Jerry and Steve for your recommendations and suggestions. We > only have z/VM and zLinux DASD minidisk/fullvolumes

Re: Meaning of CSV0002I

2016-02-16 Thread Mike Schwab
Here is a local fix from last November. Does it fit? http://www-01.ibm.com/support/docview.wss?uid=isg1OA47098 When you issue a LOAD for a Load Module, when done you should issue a DELETE for the load module, but some programs don't, and it is an non-fatal, non-harmful bug. If the total number

Re: Using IBM z/OS TDMF Product to Migrate 3390-9 to 3390-27's

2016-02-17 Thread Mike Schwab
ame Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Mike Schwab > Sent: Tuesday, February 16, 2016 3:19 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Using IBM z/OS TDMF Product to Migrate 3390-9 to 3390-27's > > Yes, you can use TDMF / FDRPAS / etc, to move a volu

Re: Introducing the New z13s: Tim's Hardware Highlights

2016-02-19 Thread Mike Schwab
Type then correct. Sometimes settings don't stick unless there is existing text having the attributes. On Fri, Feb 19, 2016 at 2:56 AM, Martin Packer wrote: > And if you think that's bad try making your favourite slide or email > editor keep the "z" lower case.

Re: Which CP is used when ...

2016-02-19 Thread Mike Schwab
File transfer speeds start slow then speed up. 1.2KB is nothing. 100KB is a bare minimum test size, but can fluctuate greatly due to varying contention at the start of transfer even under similar network loads. 1MB is large enough that a slow start has a small impact on the total transfer time

Re: On sort options orignally: zfs question root growth

2016-02-19 Thread Mike Schwab
http://gccmvs.sourceforge.net/ Paul Edwards has a version running on MVS 3.8 that will recompile. Runs under XA and ESA and z/OS too. I am sure he would help solve any bugs in your version, if different. On Fri, Feb 19, 2016 at 3:48 PM, Bigendian Smalls wrote: >

Re: On sort options orignally: zfs question root growth

2016-02-19 Thread Mike Schwab
It is designed to translate a unix style name to MVS data.set.names. If you use a DD name with a path statement it might work. On Fri, Feb 19, 2016 at 6:07 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 19 Feb 2016 17:00:10 -0600, Mike Schwab wrote:

Re: On sort options orignally: zfs question root growth

2016-02-20 Thread Mike Schwab
If changes the slashes to dots. Sometimes the LLQ becomes a member name. Restriction of 8 characters, of course. On Sat, Feb 20, 2016 at 10:41 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 19 Feb 2016 21:55:11 -0600, Mike Schwab wrote: > >

Re: On sort options orignally: zfs question root growth

2016-02-20 Thread Mike Schwab
Yes it is dynamically allocated. Yes he has configure going. On Sat, Feb 20, 2016 at 10:41 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 19 Feb 2016 21:55:11 -0600, Mike Schwab wrote: > >>It is designed to translate a unix style name to

Re: CeBIT and mainframes

2016-03-18 Thread Mike Schwab
Sounds a lot like http://www.z390.org/ . It took about 5 years for one guy to develop. It emulates hardware instructions and operating system calls. No IBM software (other than macro definitions for the system calls). On Thu, Mar 17, 2016 at 10:37 AM, Joel C. Ewing wrote: > On

Re: Freeing up space in a VSAM file

2016-03-15 Thread Mike Schwab
On our HSM MCDS, BCDS, etc, we have 0 for the secondary extent. If we specified TRACK(5 1) so we get 1 track as the Control Area, 1. How much would the Index size go up? 15X? 2. Wouldn't CAs be reused a lot more frequently, since you only have to get 1 track empty instead of 15? 3. Which

Re: How force dataset non-SMS?

2016-04-06 Thread Mike Schwab
Look at your list of STORCLAS ISMF 5. Column 8 (GUARANTEE SPACE) of YES should let you specify a volume. On Wed, Apr 6, 2016 at 1:40 PM, Gibney, David Allen wrote: > I have to agree you need to talk with your storage people. There should be a > STORCLAS defined which when

Re: Why more SAP processors?

2016-04-07 Thread Mike Schwab
On Thu, Apr 7, 2016 at 7:28 AM, Elardus Engelbrecht wrote: >>Of course the computation(*) power per CPU is also growing significantly > => total power of SAP is growing even more. >>What is the rationale behind ? > > Good question. After some reading, I think it is

Re: Fwd: Tech News 1964

2016-04-07 Thread Mike Schwab
http://www.theregister.co.uk/2014/04/07/ibm_s_360_50_anniversary/ 96 of the biggest 100 banks in the world still run IBM mainframes. If there is job security in the world, that is it. Until we don't have electrical power to run them. On Thu, Apr 7, 2016 at 1:52 PM, Elardus Engelbrecht

Re: Fwd: Tech News 1964

2016-04-07 Thread Mike Schwab
/ Netflix runs FreeBDS on low power Intel processors. http://www.computerworld.com/article/2489741/networking/how-netflix-streams-movies-to-your-tv.html On Thu, Apr 7, 2016 at 3:33 PM, R.S. <r.skoru...@bremultibank.com.pl> wrote: > W dniu 2016-04-07 o 21:37, Mike Schwab pisze: &

Re: SDSF Mystery

2016-04-11 Thread Mike Schwab
http://www-01.ibm.com/support/docview.wss?uid=isg1PM24416 For z/OS 1.11 and up, suggests leaving HASPINDX in case z/OS can't resolve the log. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.isfa500/haspall.htm Sample job ISFISALC contains an allocation for the

Re: CeBIT and mainframes

2016-03-19 Thread Mike Schwab
It has a small proof-of-concept box that it can make available to those running mainframe apps where they can see how it works and try out some of their own applications. This box, based on an Intel NUC running an i7 CPU, is smaller than the size of a hardback book, but can run workloads as if it

Andy Grove, 79, R.I.P.

2016-03-22 Thread Mike Schwab
http://money.cnn.com/2016/03/21/technology/andy-grove-dead/index.html -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: Linux

2016-03-26 Thread Mike Schwab
I agree with the C suggestion. GCC is for Linux at https://gcc.gnu.org/ GCC is for MVS 3.8 - z/OS 2.2 is at http://gccmvs.sourceforge.net/ includes Hercules, MVS 3.8, GCC. On Sat, Mar 26, 2016 at 10:59 AM, Steve Beaver wrote: > First of all I am first and foremost an zOS

Re: OT: How my week has been.

2016-03-25 Thread Mike Schwab
Needs some background music. https://www.youtube.com/watch?v=oU_rqm7WPPI On Fri, Mar 25, 2016 at 1:28 PM, John McKown wrote: >

Re: IBM z/OS Product Documentation 2016

2016-03-25 Thread Mike Schwab
Could these be stored on an OpenMVS file and displayed on a 3270 or opened from a connecting device? On Fri, Mar 25, 2016 at 10:28 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On 2016-03-25, at 09:12, Eosze, Jonathan L. wrote: > >> Agreed. When DVDs were available

Re: Problem applying UA71619 anyone ?

2016-03-08 Thread Mike Schwab
Double check the comma is not in column 72. On Tue, Mar 8, 2016 at 11:03 AM, ESHEL Jonathan wrote: > Thank you John and apologies for not doing it earlier. We did use GROUPEXTEND > initially so OA44222 was in the package already. We also tried today to apply > it specifically,

Re: gist.github.com unreachable [was: RE: rexx and tso alllocate]

2016-03-05 Thread Mike Schwab
I have requested http://www.siteadvisor.com/ to reclassify some sites and they have been changed. On Fri, Mar 4, 2016 at 4:42 PM, Joel C. Ewing wrote: > I doubt if many companies make an explicit determination of which of the > gazillions of Internet sites deserve blocking but

Re: Alleged mainframe breach to add to the list

2016-03-05 Thread Mike Schwab
That must have been some quick selling info about that ship. Most trips are under 2 weeks. Hard to believe going through several sales that way. A handful, yes. On Sat, Mar 5, 2016 at 5:47 PM, Phil Smith wrote: >

Re: Alleged mainframe breach to add to the list

2016-03-07 Thread Mike Schwab
https://en.wikipedia.org/wiki/IBM_System_i Gives some good insight into portability on the different hardware. On Mon, Mar 7, 2016 at 4:50 PM, Charles Mills wrote: > Yer right! > > And http://www-03.ibm.com/systems/power/software/virtualization/index.html > would seem to imply

Re: Private IP addressesRe: gist.github.com unreachable [was: RE: rexx and tso alllocate]

2016-03-04 Thread Mike Schwab
https://tools.ietf.org/html/rfc1918 3. Private Address Space The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets: 10.0.0.0- 10.255.255.255 (10/8 prefix) 172.16.0.0 - 172.31.255.255

Re: rexx and tso alllocate

2016-03-01 Thread Mike Schwab
The LRECL should be at least the MAXIMUM record length. Additional space would be filler or trimmed by the actual length on a variable record. On Tue, Mar 1, 2016 at 8:49 AM, Tim Brown wrote: > Yes to "So if you write X records and determine you need a different lrecl?" > >

Re: EMC z/OS Migrator

2016-04-02 Thread Mike Schwab
Yes, I have used it. If they have RACF checking each dataset on, then you will need to have access. Tell them the RACF admin can contact the owner of each dataset not granting access to z/OS Migrator they will need to move their dataset to another volume themselves. On Fri, Apr 1, 2016 at 6:53

Re: COBOL 5.2 Programs too large to compile?

2016-04-04 Thread Mike Schwab
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceea100/ceea1mst83.htm On Mon, Apr 4, 2016 at 7:01 PM, Cameron Conacher wrote: > We need up turning off optimization and the program compiled. > We are now seeing some coding issues. We have programs

Re: COBOL 5.2 Programs too large to compile?

2016-04-04 Thread Mike Schwab
wrote: > On Mon, 4 Apr 2016 19:08:08 -0500, Mike Schwab wrote: > >>https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceea100/ceea1mst83.htm >> >> >>On Mon, Apr 4, 2016 at 7:01 PM, Cameron Conacher wrote: >>> We need up turning off optimiza

Re: COBOL 5.2 Programs too large to compile?

2016-03-31 Thread Mike Schwab
http://www-01.ibm.com/support/docview.wss?uid=swg1PI21773 A couple of other fixes for the message Fall 2015. Can you check the last PTF applied to the compiler? On Thu, Mar 31, 2016 at 10:34 AM, Cameron Conacher wrote: > Hello everyone, > Just curious here. > We are

Re: Another one bites the dust

2016-04-01 Thread Mike Schwab
Two trips. One with the gut, one with the disassembled frame. On Fri, Apr 1, 2016 at 4:23 PM, Charles Mills wrote: > Call Connor. It should fit in his truck. > > Charles > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Re: VIRTUAL TAPE PECULIARITY

2016-04-25 Thread Mike Schwab
There are settings on the VTAPE server which will delete the contents under certain circumstances. On our EMC we set so many hours or days have elapsed or a percent free threshold has been reached. On Mon, Apr 25, 2016 at 9:31 AM, John Dawes <00ff0e22811f-dmarc-requ...@listserv.ua.edu>

Re: any need?

2016-04-24 Thread Mike Schwab
Share session 18476. On Wed, Apr 6, 2016 at 10:54 AM, Cheryl Watson wrote: > Hi John, > > It's such a neat idea that IBM is already getting ready to provide it in z/OS > 2. It's called 'Streaming SMF' and was presented at SHARE in San Antonio at > session 18476 by

Re: Respack Volume Size Challenge

2016-04-24 Thread Mike Schwab
3 o 20:46, Mike Schwab pisze: >> >> [...] >> Some vendors support 1 cylinder increments. EAVs (Mod 59+) must be >> incremented by 1113 cylinders. > > > I'm curious about 1113 cyl increment. > Is it requirement of EAV in z/OS or rather implementation specif

Re: How to copy one pack IPL'able z/OS to DVD.

2016-04-29 Thread Mike Schwab
On Thu, Apr 28, 2016 at 8:55 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > Blu-ray? > > -- gil I think they are around 25GB. Why not an ADRDSSU IPLable backup tape image of a RESCUE volume? We use mirrored VTAPE and restore from it, no mirrored DASD. -- Mike A

Re: An explanation for branch performance?

2016-04-29 Thread Mike Schwab
The pipeline is optimized for running many instructions in a row. A branch is not recognized until through a good part of the pipeline. Meanwhile the data to be skipped is in the instruction pipeline. Results meet expectations. On Fri, Apr 29, 2016 at 7:40 AM, David Crayford

Re: An explanation for branch performance?

2016-04-29 Thread Mike Schwab
:13 AM, David Crayford <dcrayf...@gmail.com> wrote: > On 29/04/2016 10:09 PM, Mike Schwab wrote: >> >> The pipeline is optimized for running many instructions in a row. A >> branch is not recognized until through a good part of the pipeline. >> Meanwhile the data to

Re: An explanation for branch performance?

2016-04-29 Thread Mike Schwab
On Fri, Apr 29, 2016 at 9:30 AM, John McKown <john.archie.mck...@gmail.com> wrote: > On Fri, Apr 29, 2016 at 9:27 AM, Mike Schwab <mike.a.sch...@gmail.com> > wrote: > >> Well, the obvious solution is to code the eyecatcher literals before >> the entr

Re: Question about space allocation from Listcat display

2016-04-26 Thread Mike Schwab
HI-A is the maximum RBA in that extent or all extents. Maximum possible size of the dataset is not listed. HI-U is the current highest RBA in that extent or all extents. A record added to the end would be HI-U plus 1. On Tue, Apr 26, 2016 at 9:20 AM, Nguyen Dt wrote: > Thank

Re: Respack Volume Size Challenge

2016-04-23 Thread Mike Schwab
Requires software and hardware that supports it. Varies BY Vendor, and WITHIN Vendor. ICKDSF V 16+ has a REFRESH to pick up a new volume size, once changed in the hardware. Some vendors support 1 cylinder increments. EAVs (Mod 59+) must be incremented by 1113 cylinders. On Fri, Apr 22, 2016 at

Re: OA49446 on RSU1603 - RACF / DFSMS change

2016-04-28 Thread Mike Schwab
I would think this would apply to a discrete authorization, without an ending .**. I. E. authorize DATA.SET.NAME instead of DATA.SET.NAME.** Define DS(DATA.SET.NAME) would fail because of no authorization for DATA.SET.NAME.DATA (optional DATA.SET.NAME.INDEX, DATA.SET.NAME.PATH, etc) . On Thu, Apr

OT: Cern makes raw data available

2016-04-25 Thread Mike Schwab
http://www.theverge.com/2016/4/25/11501078/cern-300-tb-lhc-data-open-access 300TB for the first half of 2011. Just so you can double check the discovery of the Higgs Boson. http://www.particlefever.com/ if you want to buy a movie about it. -- Mike A Schwab, Springfield IL USA Where do Forest

Re: can a program determine the capacity setting of a z-box?

2016-04-25 Thread Mike Schwab
I saw a paper a couple of months ago (I can't find it right now). It related the experience of an insurance company migrating to a z13. The performance tables indicated it should handle the workload, but it was pegged at 100% and not meeting goals. They upgraded a little bit, and the relief from

Re: Respack Volume Size Challenge

2016-04-22 Thread Mike Schwab
Our system programmer has requested a Mod 40 to keep on a single residence volume for z/OS 2.2. Might want to get Mod 54s. Or a device that can expand existing volumes. On Fri, Apr 22, 2016 at 12:32 PM, Jesse 1 Robinson wrote: > After living in close quarters for some

Re: Another Connor writeup

2016-05-24 Thread Mike Schwab
https://www.channele2e.com/2016/05/24/college-student-installs-ibm-mainframe-in-parents-basement/ On Sun, May 15, 2016 at 9:06 PM, Gabe Goldberg wrote: > A Gen Z Mainframe Adventure > http://www.ibmsystemsmagmainframedigital.com/nxtbooks/ibmsystemsmag/mainframe_20160506/#/50 >

Re: Space Calculation on z/OS sytems

2016-05-24 Thread Mike Schwab
HSEND LIST TTOC SELECT(BACK) ODS('data.set.name.BACK') HSEND LIST TTOC SELECT(ML2) ODS('data.set.name.ML2') On Tue, May 24, 2016 at 11:47 AM, retired mainframer wrote: > For backup and archive tapes, HSM has a report that will tell you what > percentage of each tape is

Re: SMP/E Feature?

2016-05-10 Thread Mike Schwab
I recall recent versions of JES2 required changes to a couple of exits, or changing exit numbers. Definitely need multiple source libraries for these changes. On Tue, May 10, 2016 at 10:15 AM, Mark Zelden wrote: > I never responded / commented on Andrew's post, but since you

Re: EAV bug or feature?

2016-05-10 Thread Mike Schwab
I often use this clist for Non-SMS recalls. 2 DSLIST xx.CLIST(HRECN) - 01.00Columns 1 00072 +1+2+3+4+5+6+7-- * Top of Data ** PROC 2 D V CONTROL PROMPT

Re: EXTERNAL: Re: [EXTERNAL] Re: smp/e sha-2 support?

2016-05-17 Thread Mike Schwab
Any ID that can grant privileges to another ID. On Mon, May 16, 2016 at 2:47 PM, Jerry Whitteridge wrote: > I'd reply to the Auditor "Please define Admin access as there is no one > privilege that grants all access" > > Jerry Whitteridge > Manager Mainframe

Re: SAVING JOB OUTPUT IN A PDSE FROM SDSF

2016-05-02 Thread Mike Schwab
Maybe put Year in DSN, member name would include Month 1-9,A,B,C, Day 01-31, Time -2359, or Day of Year 001-366, Time -2359. On Mon, May 2, 2016 at 11:21 AM, Pedro Vera wrote: >>> Is there something I could do to prevent this from happening? > > I think JES2 can be

Re: Resize PDS/PDSE

2016-04-18 Thread Mike Schwab
http://www.cbttape.org/freepds.htm On Mon, Apr 18, 2016 at 3:55 PM, gsg <0053fe88ed35-dmarc-requ...@listserv.ua.edu> wrote: > Beside Serena-StarTools, is there any other products that can be used to > resize(add tracks/cylinders) a PDS or PDSE or add directory blocks etc..? >

Re: Resize PDS/PDSE

2016-04-18 Thread Mike Schwab
On Mon, Apr 18, 2016 at 4:37 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 18 Apr 2016 15:55:50 -0500, gsg wrote: > >>Beside Serena-StarTools, is there any other products that can be used to >>resize(add tracks/cylinders) a PDS or PDSE or add directory

Re: z890 in my basement

2016-04-19 Thread Mike Schwab
https://twitter.com/ConnorKrukosky/status/722218600975724544 Connor turned 19 and accepted an IBM Internship. On Wed, Mar 23, 2016 at 4:00 PM, Neale Ferguson wrote: > For those who saw Connor at SHARE or Hillgang. He spoke at POK today: > >

Re: was I in a coma when this was discussed: z/OS FBA Services

2016-04-21 Thread Mike Schwab
http://www.amazon.com/Complaint-Department-Grenade-PINEAPPLE-CD-4/dp/B00APBED0C On Wed, Apr 20, 2016 at 6:36 PM, Chris Hoelscher wrote: > Take a number . > > Chris Hoelscher > Technology Architect, Database Infrastructure Services > Technology Solution Services > :

Re: ADRDSSU PRINT function not listing KEY (of CKD) as separate item?

2016-05-25 Thread Mike Schwab
On Wed, May 25, 2016 at 10:21 AM, Greg Dyck wrote: > On 5/25/2016 6:51 AM, Peter Hunkeler wrote: >> >> So, just to be sure my memory is correct: On the hardware, the C, K and D >> fields are separate blocks of data separated by GAPs, right? It is only >> DFdss that combines

Re: Error in a simple COBOL program

2016-07-12 Thread Mike Schwab
stem-related interrupts." > > > On Tuesday, 12 July 2016 22:19:52 UTC+2, Mike Schwab wrote: >> I believe that is the Program Interrupt Code 1 as System 360+ hardware >> defines it. z/OS translates it to Abend S0C1 abend. >> > >

Re: DEVTYPE INFO=DASD

2016-07-21 Thread Mike Schwab
ul macro. I must try out this > little gem next week on my z/OS v2.1 sandbox when I'm returning to my bread > and butter work... ;-) > >> This was the data returned in area R15 = 0 >> FFF0 000FF000 0100 08000000 > > On what z/OS level were you trying to try out that

Re: DEVTYPE INFO=DASD

2016-07-21 Thread Mike Schwab
>> >>>> The doc says bytes 0 - 3 is cylinders bytes 0 -3 is FFF0 and >>>> bytes 4 - 7 000FF000 is tracks per cyl ? am I misreading >>>> misunderstanding the documentation >>> >>> What docs? Could you be kind to give us the URL of that

Re: Upcoming Share Conference events in 2017

2016-07-25 Thread Mike Schwab
The 747 was designed as a cargo plane to compete with supersonic passenger jets (Europe, Russian, and American planes were being designed). It was designed to hold 2 cargo containers side by side and to fly at about 575 mph https://en.wikipedia.org/wiki/Boeing_747 . Most other commercial planes

Re: Upcoming Share Conference events in 2017

2016-07-25 Thread Mike Schwab
Amtrak is $15 to $84 dollars for a 90 minute ride. 51 miles 1 hour to drive. https://www.amtrak.com/home On Mon, Jul 25, 2016 at 11:17 AM, Jesse 1 Robinson wrote: > Charles's observation about driving from Boston is sounding better and better. > > . > . > . > J.O.Skip

Re: Delta Outage

2016-08-11 Thread Mike Schwab
On Wed, Aug 10, 2016 at 5:20 PM, Edward Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > > Which company had their primary in the South tower and the backup in the > North tower? > https://en.wikipedia.org/wiki/List_of_tenants_in_One_World_Trade_Center

Re: RFE to add new sizes to AVGREC and IDCAMS Define

2016-08-11 Thread Mike Schwab
I can see GB(10,1). I think TB(10,1) is kind of high for today's capacity. On Thu, Aug 11, 2016 at 12:05 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Thu, 11 Aug 2016 09:41:06 -0700, Lizette Koehler wrote: > >>If you like this, please vote. But I think IBM is

Re: RFE to add new sizes to AVGREC and IDCAMS Define

2016-08-11 Thread Mike Schwab
How about exponential values (#E##) instead of a letter meaning 1E3, 1E6, 1E9, etc. On Thu, Aug 11, 2016 at 1:10 PM, Tom Brennan <t...@tombrennansoftware.com> wrote: > 640YB ought to be enough for anyone! > > Mike Schwab wrote: >> >> I can see GB(10,1). I thi

Re: Adding Module to an empty APFed Library

2016-08-04 Thread Mike Schwab
On Wed, Aug 3, 2016 at 7:17 PM, retired mainframer wrote: > If an empty dataset is on the APF list, it already exists. Why it exists and > why it is on the list are different questions. > > Adding a member to an existing empty dataset is NO different than adding a >

Re: Delta Outage

2016-08-12 Thread Mike Schwab
A couple of comedy items. https://pbs.twimg.com/media/CphpsfvWEAAqVJ0.jpg (Frame from movie Airplane (1980) with unplugged power cord). https://www.youtube.com/watch?v=xVc4KgWcDhw Stand up comic about lack of service on Delta. On Wed, Aug 10, 2016 at 4:21 PM, August Carideo/RYE/US

Re: C/C++ maximum number of arguments on a function prototype

2016-08-12 Thread Mike Schwab
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.cbcdg01/msg-CCN3099.htm CCN3099 Unexpected argument. Explanation The function call contains more arguments than specified in the parameter list of the function prototype. User response Change the number of arguments in

Re: Any Gotchas going from V1.13 to V2.2

2016-07-13 Thread Mike Schwab
http://publibz.boulder.ibm.com/epubs/pdf/e0z3m112.pdf I think the biggest new item is the Jes2 and z/OS simultaneous upgrade. z/OS 1.13 didn't require JES2 to upgrade at same time. z/OSMF is now included instead of separate package. On Wed, Jul 13, 2016 at 2:52 PM, Ward, Mike S

Re: DEVTYPE INFO=DASD

2016-07-21 Thread Mike Schwab
> FFF0 000FF000 0100 0800 x'FFF0' would be 65520 cylinders. x'000F' would be 15 tracks per cylinder. Reasonable for a 3390-54. On Thu, Jul 21, 2016 at 9:00 AM, Reichman Joseph wrote: > Hi > > I was looking for the capability on a dasd device > > > DEVTYPE

Re: DEVTYPE INFO=DASD

2016-07-21 Thread Mike Schwab
> >> This was the data returned in area R15 = 0 >> FFF0 000FF000 0100 0800 > > On what z/OS level were you trying to try out that Assembler snippet? How did > you obtained the contents of that R15? Via a dump or a MVC or something else? > > >>Mike Schwa

Re: RDW corruption

2016-07-18 Thread Mike Schwab
Try a IDCAMS PRINT DUMP of the offending record. Especially examine the BDW and RDW at the start of the block. On Mon, Jul 18, 2016 at 2:21 PM, Campbell Jay wrote: > Have a current SR open with IBM... 57827 082 000 > Our output is VB LRECL=31996 BLKSIZE=32000. >

Re: Changing CPU mix was Re: Any Gotchas going from V1.13 to V2.2

2016-07-18 Thread Mike Schwab
A zIIP runs at full speed and is about 10% the cost of a CP. No software license costs based on zIIP capacity or usage. z/OS 1.6+ on z9+ run zIIPs and used by Java / DB2 V8+ / Linux runs on zIFLs. z13 consolidates zAAPs onto zIIPs. https://en.wikipedia.org/wiki/ZIIP

Re: Bsam VS Qsam for VB records

2016-07-19 Thread Mike Schwab
Nothing. Data 1-LRECL, no RDW, no BDW. On Tue, Jul 19, 2016 at 10:15 AM, Reichman Joseph wrote: > With RECFM=U there is 1 record per block and the BDW is RDW + 4 ? > > Joe Reichman > Joe Reichman > > IT Specialist > Master Files Division > New Carrollton Federal

Re: Default space allocation

2016-07-19 Thread Mike Schwab
TSO ISPF I.4 DATACLAS column 8, 9, 10, 11(and 12 for PDS). On Tue, Jul 19, 2016 at 9:34 AM, Styles, Andy (SD EP zPlatform) <00d68f765d25-dmarc-requ...@listserv.ua.edu> wrote: > Hi All, > > We've had a minor issue a few times over the past year or so. On our GDPS > control systems, we have a

Re: DFSORT and zIIP

2016-07-20 Thread Mike Schwab
If you have a highly kneecapped CP, almost any workload on a zIIP would greatly help the CP. Unless the instruction sequences are very short. On Wed, Jul 20, 2016 at 10:14 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 20 Jul 2016 14:47:49 +0800, Timothy

Re: Error in a simple COBOL program

2016-07-12 Thread Mike Schwab
I believe that is the Program Interrupt Code 1 as System 360+ hardware defines it. z/OS translates it to Abend S0C1 abend. On Tue, Jul 12, 2016 at 2:48 PM, Bill Woodger wrote: > Just to add, I have absolutely no clue (outside of ICL COBOL) what PIC 1 is. > I'm just an

Re: HMC automation

2016-06-28 Thread Mike Schwab
IBM capacity is defined as the maximum usage over a 4 hour rolling period. If you have a temporary high usage period exceeding your capacity that isn't too high and not too long, you aren't impacted. You go too long or too high and the processor starts to slow down so the total usage does not

Re: Minimum Volume Sizes in the Wild

2016-06-28 Thread Mike Schwab
Yep. 100 for JES2 checkpoints. 500+ for catalog volumes. Some mod 3s for ML1 and Mobius datasets due to large number of small datasets. Mod 9s for most volumes. Storage groups are 1TB+ so new space is Mod 27s (due to IPL volumes). z/OS 2.2 installer wants Mod 40s, don't have uncarved space.

Re: IBM Knowledge Centre

2016-07-04 Thread Mike Schwab
Bit savers would be interested in scans of old manuals. Can you give them a list of what manuals you have? On Sun, Jul 3, 2016 at 8:03 PM, J R wrote: > " > We programmers just tend to be highly nervous packrats, and we should > probably get over it. " > > Guilty as

Re: Command to display Enqueue

2016-07-08 Thread Mike Schwab
Not sure where the QCB comes from: xxx.CLIST(WHOHAS) PROC 1 D CONTROL PROMPT NOSYMLIST NOLIST NOCONLIST NOCAPS MSG NOFLUSH /* ADDED IF THEN SET TO WORK WITH ISPF 3.4 (REMOVE QUOTES) */ IF (1:1,) EQ (') THEN + SET = (2:()-1,) QCB SYSDSN/ WRITE QCB SYSDSN/ END /* PROC */ On

Re: OT: Apollo11 source code on line - not IBM

2016-07-11 Thread Mike Schwab
Or use the SIMH emulator. http://svtsim.com/moonjs/agc.html On Mon, Jul 11, 2016 at 9:12 AM, Porowski, Ken wrote: > So now we can have a 'real' Lunar Lander game using the original source code? > > > > CIT | Ken Porowski | VP Mainframe Engineering | Information Technology |

Re: How does COBOL detect a recursive call?

2016-08-09 Thread Mike Schwab
http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab100/reus.htm When you link edit, you indicate the re-usability of the program. When the program runs, it reuses the same program if re-entrant. Each use has a different set of registers and working storage. Serially

Re: Short description of system address spaces

2016-07-01 Thread Mike Schwab
JOBNAME *MASTER* ALLOCAS ANTAS000 ANTMAIN APPC ASCH ASCHINT AUTOTSO AUTOVIEW AUTOVSSI AXR BPXAS * BPXOINIT CADASTRT CAENF CANSO2 CAOMS CATALOG CEA CONSOLE CRONH9 CSSMTP DB2DBM1 DB2DDBM1 DB2DDIST DB2DHNON DB2DHTCB DB2DIST DB2DMSTR DB2HNON DB2HNON DB2HTCB DB2IPROC DB2LPROC DB2MSTR DB2RPROC DB2TDBM1

Re: Short description of system address spaces

2016-07-01 Thread Mike Schwab
http://www.redbooks.ibm.com/abstracts/sg246366.html?Open This would be a good starting point for them. On Fri, Jul 1, 2016 at 7:01 AM, Peter Hunkeler wrote: > While educating colloeagues new to z/OS, I promised to come up with a short > decription of all the system address spaces

Re: Debit card PIN block encryption

2017-02-01 Thread Mike Schwab
https://en.wikipedia.org/wiki/ISO_9564 Several official parts of 9564. This is just one. http://www.iso.org/iso/catalogue_detail.htm?csnumber=61246 On Wed, Feb 1, 2017 at 2:57 PM, Ward, Mike S wrote: > Hello all, we have a z13s running z/os V1.13 soon to be V2.2 and I had a >

Re: Optimum Blksize and Compression

2017-02-02 Thread Mike Schwab
It could be using the LBI (Large Block Interface) to use a full track, or after writing one block knows how much is left for the second block on the track. On Thu, Feb 2, 2017 at 1:59 AM, Buckton, T. (Theo) wrote: > Hi, > > Please assist. For a PS file with RECL of 260 the

H1B minimum wage increase.

2017-02-02 Thread Mike Schwab
http://www.business-standard.com/article/companies/blow-for-indian-it-new-us-bill-proposes-doubling-wage-limit-for-h1b-visa-117013100477_1.html $130,000 minimum wage for H1B technology workers? Might be worth paying american workers $80,000. -- Mike A Schwab, Springfield IL USA Where do Forest

Re: COBOL V5.2 question: INITCHECK option incompatible with OPTIMIZE(0)? (Msg IGYOS4021-W)

2017-01-26 Thread Mike Schwab
I would suggest getting 6.1 then converting. IBM made some changes that eliminate some situations that need coding changes. Should be the same license cost, just cost you install time. Be sure to convert to Country Multiplex / MSU licensing so you don't have a limited time before having to pay

Re: JES2 CKPT and Spool Size RFE

2017-01-26 Thread Mike Schwab
For best results, log in then click on the link. On Wed, Jan 25, 2017 at 1:50 PM, Carmen Vitullo wrote: > :( > Our apologies... > > The content you are trying to access is not available. Please try again later. > > > - Original Message - > > From: "Lizette Koehler"

Re: COBOL V5.2 question: INITCHECK option incompatible with OPTIMIZE(0)? (Msg IGYOS4021-W)

2017-01-26 Thread Mike Schwab
(preferably slide-type presentations suitable > for mgmt) with technical justification(s) that could help change the > decision, I'd appreciate pointers. > > Peter > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Beha

Re: Domino vs. Apache Web Server and Encoding Issue from CGI Program

2017-01-30 Thread Mike Schwab
There is a Redbook Migration Guide. http://www.redbooks.ibm.com/abstracts/redp4987.html?Open Printed page 95 - 97 covers mainframe storing IBM-1047 EBCDIC or ASCII-8. You probably need to change the parameters. On Mon, Jan 30, 2017 at 1:41 PM, Lindy Mayfield wrote: > Hi

Re: Blockchain

2017-01-28 Thread Mike Schwab
I saw SHA-1 and SHA-512 on page 12 and 18. On Fri, Jan 27, 2017 at 11:00 AM, Todd Arnold wrote: > Kirk, you don't need to program the SHA-256 algorithm in software - it's > available as a hardware instruction using CPACF. I don't have performance > numbers handy for

<    4   5   6   7   8   9   10   11   12   13   >