Re: SFTP issue

2017-04-03 Thread Mike Schwab
How about the individual enters a cell in the row after the last data line with "end of data" then check for that in the file? On Mon, Apr 3, 2017 at 6:22 PM, Ron Thomas wrote: > No , we need to go via VM only . Thanks! > >

Re: H1B's for Technology are Now Dead

2017-04-03 Thread Mike Schwab
Since they are annual renewals, perhaps people wanting jobs there should apply and CC the U.S. State Department. On Mon, Apr 3, 2017 at 8:24 PM, Tom Conley wrote: > On 4/3/2017 8:49 PM, Steve Beaver wrote: >> >> H1B's for Technology are Now Dead >> >> >>

Re: Job hold on jes2 input queue

2017-04-03 Thread Mike Schwab
If they are submitting from another Jes system then the link from the source to the destination is hung. On Mon, Apr 3, 2017 at 1:14 PM, Ambrose Jr wrote: > Hi Team, > > > We recently migrated test lpar from mainframe to RDT. All our submitted > jobs are hold(freeze )in

Re: Browser caching (was: z/OS Processor Requirements)

2017-04-02 Thread Mike Schwab
Many browsers have one setting to discard cache records over a certain age, and another setting to discard cache records over a certain space limit. When I have checked them I like to set them to 1 week and 64MB. On Sun, Apr 2, 2017 at 4:55 PM, Joel C. Ewing wrote: > On

Re: VSAM Extended addressing

2017-04-02 Thread Mike Schwab
You can do a LISTDSI clist command. IF EQ 'YES' then it is extended addressability (F8/F9 DSCBs). https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ikjb800/a26230.htm You can do an IDCAMS DCOLLECT statement for the dataset. Bit DCAG4G (x'04' in DCAFLAG2 offset 113(X'71')

Re: 64 bit execution above the bar

2017-03-29 Thread Mike Schwab
I believe z/OS Java 64 has reserved the 2GB -4GB+ bar for itself, uses a 32 bit address stub that is shifted 3 bits to the left before use, making every allocation a 8 byte unit and a size limit of 32GB. Option is -Xcompressedrefs. On Wed, Mar 29, 2017 at 10:59 AM, Paul Gilmartin

Re: 64 bit execution above the bar

2017-03-27 Thread Mike Schwab
The z13 is the LAST processor to support 31 bit mode. I would assume that for the z14 all interrupt areas will be 64 bit capable. On Mon, Mar 27, 2017 at 7:09 PM, John McKown wrote: > On Mon, Mar 27, 2017 at 6:13 PM, Paul Gilmartin < >

Re: thoughts on z/OS ftp server enhancement.

2017-03-24 Thread Mike Schwab
How about doing a portion of the dataset, FTP the result, delete the intermediate file. Repeat for each segment. I. E. last 1 or 2 digits of an account number, etc. Using the high order digits could lead to some groups being pretty large, I.E. SS#s. Or X number of records. 2nd run skip X,

Re: thoughts on z/OS ftp server enhancement.

2017-03-22 Thread Mike Schwab
What you have to do is take the file layout and code SORT or IEBGENER control cards. They will copy the EBCDIC text fields as is and expand the packed and binary numbers to EBCDIC digits. Then you can FTP the resulting EBCDIC text only file. In some cases you might want to put in quotes and

Re: ComputerWorld Says: Cobol plays major role in U.S. government breaches

2017-03-21 Thread Mike Schwab
https://en.wikipedia.org/wiki/Export_of_cryptography_from_the_United_States Just made other countries share their non-us encryption software. On Mon, Mar 20, 2017 at 11:33 AM, Martin Packer wrote: > Not to disagree with anything anyone has said, I think one thing might

Re: curious: why S/360 & decendants are "big endian".

2017-03-14 Thread Mike Schwab
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Mike Schwab > Sent: Monday, March 13, 2017 4:59 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: (External):Re: curious: why S/360 & decendants are "big endian". > > English is a pidgin langua

Re: curious: why S/360 & decendants are "big endian".

2017-03-13 Thread Mike Schwab
English is a pidgin language, combined from the three Celtic languages on the British Isles and 4 norther European languages from northern Europe. http://learningenglish.voanews.com/a/how-english-evolved-into-a-modern-language/1575959.html https://www.englishclub.com/history-of-english/

Re: IBM Enterprise COBOL for z/OS, V6.1 supports the continuous delivery model for new features

2017-03-12 Thread Mike Schwab
The big advantage of 64 bit on the mainframe is the elimination of paging. Using hundreds of address spaces that are potentially 1-2 GB each spread over 32GB or more instead of paging in and out with much smaller amount of memory. On Sun, Mar 12, 2017 at 3:01 AM, Bill Woodger

Re: z/OS 2.3 preview announcement

2017-03-10 Thread Mike Schwab
The JES2 destination fields have an address of 4 lines of 60 characters, and 5 other fields of 60 characters. On Thu, Mar 9, 2017 at 5:09 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On 2017-03-09, at 00:18, Vernooij, Kees (ITOPT1) - KLM wrote: >> >> How many DLM's

Re: GSE UK - Large Systems Meeting

2017-03-07 Thread Mike Schwab
It downloads an xhtml document to my system. On Tue, Mar 7, 2017 at 9:25 AM, Leanne Wilson wrote: > The full agenda has now been released for the GSE UK Large Systems working > group meeting on the 28th March at CA offices, Berkshire. > > To download the agenda please

Re: Friday fun: trapping message IEC386S.

2017-03-04 Thread Mike Schwab
On the Mir they used cleaners with ethanol leading to atmospheric concentration 10X the shuttle levels. https://www.nap.edu/read/5435/chapter/11#172 On Fri, Mar 3, 2017 at 9:49 AM, Elardus Engelbrecht wrote: > Vernooij, Kees (ITOPT1) - KLM wrote: > >>Never too

Re: Defined capacity?

2017-03-01 Thread Mike Schwab
When I worked with RMF LPAR reports over a decade ago, there was a maximum number of physical processors for each LPAR, and a weighting factor, especially for CFs, to limit them to a small part of a whole processor. On Wed, Mar 1, 2017 at 12:50 PM, zMan wrote: > My

Re: Extended ZFS

2017-02-22 Thread Mike Schwab
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ioea700/ioea7d0041003067.htm Must be CREATED Extended Format, Extended Addressabilty to grow bigger than 4GB. On Wed, Feb 22, 2017 at 3:46 PM, Jesse 1 Robinson wrote: > Hope this does not smack

Re: Maximum size of a PDSE library?

2017-02-17 Thread Mike Schwab
I think a PDSE can only exist on one volume, so a 1TB limit (so far). 64K track limit does not apply. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab600/xddspace.htm On Fri, Feb 17, 2017 at 10:08 AM, Farley, Peter x23353 wrote: >

Re: Loyalty

2017-02-15 Thread Mike Schwab
This dog is hungry and isn't going to let that food just sit there. The race will just have to wait. https://www.youtube.com/watch?v=5iTTNRE-njM On Tue, Feb 14, 2017 at 1:46 AM, Edward Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > Yeah, but sometimes I just gets distracted...

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: 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: 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: IBM-MAIN subscription

2017-01-29 Thread Mike Schwab
How about FROM: , or FROM: ? On Sat, Jan 28, 2017 at 8:04 PM, Jesse 1 Robinson wrote: > Thanks David for this illumination. All we're looking for is some kind of > nonblank FROM <> value that passes validation on the receiving

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

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: 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
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-24 Thread Mike Schwab
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.hasa300/calspa.htm Maximum size is 5850 tracks or 390 cylinders. On Tue, Jan 24, 2017 at 3:23 PM, Lizette Koehler wrote: > If you like it, please vote for it. > >

Re: Hidden Figures

2017-01-13 Thread Mike Schwab
https://en.wikipedia.org/wiki/Punched_tape About 1974-75, I lived with my dad, manager of a Kroger store. At night he would insert various strips of punch film into a reader to report the store's daily transactions. On Fri, Jan 13, 2017 at 12:05 PM, Frank Swarbrick

Re: Friday SDB puzzle

2017-01-13 Thread Mike Schwab
1 more than 1/3 track blocking? Could try 1 more than 1/4, 1/5, 1/6, ..., track blocking. A small lrecl would get you the highest multiple under 1/2 track. Smallest utilization might be 1 more than 1/2 track blocking. On Fri, Jan 13, 2017 at 11:40 AM, Paul Gilmartin

Re: History of Mainframe Cloud

2017-01-13 Thread Mike Schwab
On Fri, Jan 13, 2017 at 12:32 AM, Jack J. Woehr wrote: > Lizette Koehler wrote: >> [deleted] > > "I'm not the first to point it out, but the World Wide Web browsers of today > are effectively dumb terminals" > > - Michael Cowlishaw > And the web site is the server and the web page

Re: COBOL5 and ceedump

2017-01-08 Thread Mike Schwab
The offset should be in the compiler listing. On Sun, Jan 8, 2017 at 10:51 AM, Steff Gladstone wrote: > Are there any whizzes out there who specialize in reading and deciphering > CEEDUMPs? > I have a question for you. In a COBOL5 CEEDUMP, how do I locate the >

Re: IBM LOGREC Analysis

2017-01-06 Thread Mike Schwab
Even for non-IBM hardware, we opened a PMR with IBM (and the other vendor) for them to check out the logrec. Always. On Fri, Jan 6, 2017 at 2:58 PM, Jesse 1 Robinson wrote: > OK, I have to say it. Especially given the central role that LOGREC plays in > mainframe

Re: DNS, Resolver, and /etc/hosts

2017-01-06 Thread Mike Schwab
https://support.microsoft.com/en-us/kb/172218 1, itself, 2 hosts file, 3 DNS, 4 NetBios. Stops at first result. On Fri, Jan 6, 2017 at 12:16 PM, Phil Smith wrote: > Anyone got a pointer to a coherent discussion of these three options for name > resolution? I know how DNS and

Re: Addressing Question

2017-01-04 Thread Mike Schwab
If all modules are linked into one load modules, the resulting member should have the most restrictive settings placed on the member. On Wed, Jan 4, 2017 at 4:24 PM, Bill Woodger wrote: > No. Your CALLs are static. > >

Re: RIP Richard Peurifoy

2016-12-21 Thread Mike Schwab
At least it wasn't 867-5309. On Wed, Dec 21, 2016 at 6:40 PM, Edward Finnell <000248cce9f3-dmarc-requ...@listserv.ua.edu> wrote: > I went to obituaries.com and this is all that's posted so far. > http://obits.dignitymemorial.com/dignity-memorial/obituary.aspx?n=Richard-Pe >

Re: AW: Re: 32760 vs. 32768

2016-12-16 Thread Mike Schwab
If you are coming from VBS on z/VSE you should keep the data set in VBS on z/OS. With a multipart record you can essentially have an unlimited length record. On Fri, Dec 16, 2016 at 10:55 AM, Peter Hunkeler wrote: > > >> Does DOS really support 32768? not 32767? > > > Not sure why

Re: [OT] S/370 Archive Footage

2016-12-12 Thread Mike Schwab
Before S/360, characters were often encoded in 6 bits. Even ASCII was 7 bits. Which allowed the definition of UTF-8. On Sun, Dec 11, 2016 at 3:14 PM, Bill Woodger wrote: > I never thought I'd see film of "the flick", for manual bursting of fan-fold > paper, on YouTube.

Re: LzLabs in ComputerWorld

2016-12-12 Thread Mike Schwab
Sounds like z/390. Keep the hardware instructions, rewrite the z/OS calls. On Sun, Dec 11, 2016 at 10:49 PM, zMan wrote: > http://www.computerworlduk.com/infrastructure/lzlabs-promises-end-mainframe-migration-woes-with-software-defined-approach-3645686/ > seems

Re: Why Can't You Buy z Mainframe Services from Amazon Cloud Services?

2016-12-10 Thread Mike Schwab
Minimum charge is throttled to 3 MSU for $126 / mo. On Fri, Dec 9, 2016 at 12:42 PM, Tom Marchant <000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 9 Dec 2016 10:56:01 -0500, Steve wrote: > >>If you look at equipment resellers, you can get a 35 MIP z10 >>for next to nothing. You

Re: XKCD is on target again.

2016-12-09 Thread Mike Schwab
Not to mention all the keystroke changes with every version of M$ windows shell and software products. MVS and Linux usually don't change these. On Fri, Dec 9, 2016 at 6:46 AM, John McKown wrote: > http://xkcd.com/1770/ > > Is now part > of my .sig, replacing the

Re: What about that nextgen? [was Re: Why Can't You Buy z Mainframe Services from Amazon Cloud Services?]

2016-12-09 Thread Mike Schwab
To promote System Z to cloud providers, I suggest IBM reach an agreement for a free used starter system (something they are getting back from orders for new systems). Z12 / used DASD / ficon controller / zLinux / etc. Start out with 2 cores then once you are running their systems ramp it up to a

Re: Dummy question on ISPF command

2016-12-01 Thread Mike Schwab
Press F1 for a longer message. On Thu, Dec 1, 2016 at 11:20 PM, Peter wrote: > Hi > > Apologies for asking a dummy question > > When we do C ALL DATA1 DATA2 in a PS or PDS. Is it possible to get a count > of changes it made ? > > Since I am not able to see the changes at

Re: CALLLIBS and non-existent library

2016-12-01 Thread Mike Schwab
DSN=SYS1.EMPTY, DISP=(NEW,CATLG), UNIT=3390,SPACE=(TRK,(1,0,1)),RECFM=U On Thu, Dec 1, 2016 at 7:54 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On 2016-12-01 13:29, Jesse 1 Robinson wrote: >> I had this problem some time ago with some optional part of an IBM

Re: MIPS Calculation formula

2016-11-30 Thread Mike Schwab
On Wed, Nov 30, 2016 at 3:54 PM, John McKown wrote: > -- > Heisenberg may have been here. > > Unicode: http://xkcd.com/1726/ > > Maranatha! <>< > John McKown > Donna the Deer Lady https://www.youtube.com/watch?v=n5edIVgiTU4 -- Mike A Schwab, Springfield IL USA

Re: TSO Setup on SSH

2016-11-27 Thread Mike Schwab
On Sun, Nov 27, 2016 at 4:53 PM, Edward Gould wrote: >>> —SNIP- >>> IBM blundered with the 'scp' command on z/OS and made it automatically and >>> uncontrollably convert text. >>> >>> scp is universally outside z/OS a binary transfer

Re: Compiled Rexx Question

2016-11-25 Thread Mike Schwab
In some cases, compiled REXX performs slower than interpreted REXX. This is because the variable have to be created with each call, and destroyed upon return.. On Fri, Nov 25, 2016 at 12:53 PM, scott Ford wrote: > All: > > Has anyone compile a Rexx clist with arguments...then

Re: A true discussion in today's world (at least here)

2016-11-23 Thread Mike Schwab
On Wed, Nov 23, 2016 at 12:51 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On 2016-11-23, at 10:33, Jesse 1 Robinson wrote: > >> When I get flak about the churn of staying current with maintenance, I climb >> my soapbox. Look, I say, I've calculated that on balance

Re: DFSMSdss DUMP and extended format

2016-11-21 Thread Mike Schwab
http://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/coefsds.htm It uses the LBI (Large Block Interface). On Mon, Nov 21, 2016 at 9:25 AM, R.S. wrote: > Since (FAIK) z/OS 1.12 times DSS DUMP output dataset can be extended format > PS. >

Re: Which STEPLIB concatenation is not authorized?

2016-11-20 Thread Mike Schwab
OK. How about 2 REXX commands. The first REXX command reads SYS*.PARMLIB members, parses out the DSN and Vol/SMS ignoring syntax errors, and checks each DSN for APF authorization. The second REXX command read any JCL member, parses out the steplib DSNs and Volumes ignoring syntax errors, and

Re: z/VM customer who moved from HDS to IBM storage (preferably DS8884)

2016-11-20 Thread Mike Schwab
. > > Thank you for the suggestion, > I would be glad to use z/OS for the migration but for some political and > marketing reasons it s not an option. > > Thanks, > Arye. > > > > On Thu, Nov 17, 2016 at 4:19 AM, Mike Schwab <mike.a.sch...@gmail.com> > wrote: >

Re: Invalid characters in JCL symbols passed to SYSIN within a PROC

2016-11-19 Thread Mike Schwab
If you use quotes, you can put in any character you want into a data set name. If it uncataloged on a non-SMS volume, it will be created. You don't even have to limit yourself to 8 characters between dots. On Fri, Nov 18, 2016 at 9:47 PM, Paul Gilmartin

Re: z/VM customer who moved from HDS to IBM storage (preferably DS8884)

2016-11-16 Thread Mike Schwab
And if you can get a volume offline you can use z/VMs own command to move it with the rest of the system up. On Wed, Nov 16, 2016 at 8:17 PM, Mike Schwab <mike.a.sch...@gmail.com> wrote: > Of course, the z/VM was done with the system down. About 1/2 TB in a > 2 hour window. > &

Re: z/VM customer who moved from HDS to IBM storage (preferably DS8884)

2016-11-16 Thread Mike Schwab
Of course, the z/VM was done with the system down. About 1/2 TB in a 2 hour window. On Wed, Nov 16, 2016 at 8:16 PM, Mike Schwab <mike.a.sch...@gmail.com> wrote: > I have used TDMF, FDRPAS, and EMC z/OS Migrator. Different way of > doing the same thing. They all got the job

Re: z/VM customer who moved from HDS to IBM storage (preferably DS8884)

2016-11-16 Thread Mike Schwab
I have used TDMF, FDRPAS, and EMC z/OS Migrator. Different way of doing the same thing. They all got the job done. 30TB in a few weekdays. Ask for an expert to remote assist or on site assist for 1 week. On Wed, Nov 16, 2016 at 2:01 AM, Arye Shemer wrote: > I need a

Re: OS/VS COBOL - FD DCB vs JCL DCB

2016-11-14 Thread Mike Schwab
Panvalet has the TSO ISPF P.3.6 search option. It is one string at a time. On Mon, Nov 14, 2016 at 10:05 AM, Styles, Andy (SD EP zPlatform) <00d68f765d25-dmarc-requ...@listserv.ua.edu> wrote: > Classification: Public > We do have a source manager (Panvalet in this particular case), but this

Re: OS/VS COBOL - FD DCB vs JCL DCB

2016-11-14 Thread Mike Schwab
What are the conflicts? Block contains not 0 is the one that comes to mind. Search for Block, eliminate the ' 0. ' On Mon, Nov 14, 2016 at 9:42 AM, Styles, Andy (SD EP zPlatform) <00d68f765d25-dmarc-requ...@listserv.ua.edu> wrote: > Classification: Public > > Hi all, > > We are converting

Re: Time to dump time zones?

2016-11-13 Thread Mike Schwab
Who was born first? Emily and Seth Peterson of West Barnstable welcomed their sons in the early morning hours of Nov. 6 at Cape Cod Hospital. Samuel was born 5 pounds, 13 ounces at 1:39 a.m., shortly before the 2 a.m. hour when clocks were turned back an hour. Brother Ronan arrived at 5 pounds,

Re: Setting up existing EMC DLM/DD in DR

2016-11-12 Thread Mike Schwab
1) HCD / I/O definition in MVS. 3) Set range for volumes in the Virtual tape pool. Other volumes would be manual mounts. On Sat, Nov 12, 2016 at 2:19 PM, Lizette Koehler wrote: > So, I may not be very clear on this question. > > Fred is in the Sandbox and there are 3

Re: MVSDS and GDGs

2016-11-07 Thread Mike Schwab
You won't get the newest until the creating job completes. On Mon, Nov 7, 2016 at 3:31 PM, Mary Kay Tubello wrote: > Hello, > > Are there any special considerations when trying to use MVSDS to read GDGs. > > When I use it as follows, sometimes I get the most recent

Re: Enterprise COBOL "INITCHECK"

2016-10-08 Thread Mike Schwab
Init then target? That would be a natural use. Init then source? That would be an error. On Sat, Oct 8, 2016 at 4:00 AM, Bill Woodger wrote: > Yes, so far looks good. Need to see documentation. > > Waiting for its counterpart, INITSTUPID, for where data is initialised,

Re: Fwd: Shark Tank: Is this why mainframes almost never get rebooted?

2016-10-07 Thread Mike Schwab
Yep. Helped a co-worker who deleted all the files in the C:\ directory on Win 95 about 1997. Undeleted most files and rebooted with system disk and restored IO.SYS, etc with special command from floppy. Help desk was taking a long time to come over to fix it. On Fri, Oct 7, 2016 at 7:46 AM,

Re: Weird idea? IPL LPAR from DVD ISO image on HMC?

2016-10-04 Thread Mike Schwab
On Tue, Oct 4, 2016 at 7:35 AM, John Eells wrote: > R.S. wrote: > >> >> The notable exception is z/OS COD - Customized Offering Driver. While it >> can be IPL-ed from both DVD and ftp, the next activity is to restore DVD >> content to CKD disk and the source has to be DVD. > >

Re: Question About ATTACHX and ECB

2016-09-30 Thread Mike Schwab
Is IDCAMS and APF program? On Fri, Sep 30, 2016 at 7:09 PM, Charles Mills wrote: > This is a pretty common sort of thing to do and it works for me > > Are you saying "When I ATTACHX IEFBR14 everything works as I expect but when > I ATTACHX IDCAMS I get the funny completion

Re: VSAM CA reclaim for RMM

2016-09-29 Thread Mike Schwab
. > . > J.O.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-302-7535 Office > robin...@sce.com > > > -Original Message- > From: IBM Mainframe Discussion List [mailt

Re: VSAM CA reclaim for RMM

2016-09-29 Thread Mike Schwab
son Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-302-7535 Office > robin...@sce.com > > > -----Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Mike Schwab

Re: Would HiperDispatch likely delay heavy multitasking job?

2016-09-29 Thread Mike Schwab
Probably the high CPs share cache. Going to a middle or low CP probably would required invalidating some cache and loading cache on the new CP. Would be slower than waiting for the CP in a few cycles. With the MSU capping, it can run more CPs slower, and the waits don't count toward usage. On

Re: VSAM CA reclaim for RMM

2016-09-29 Thread Mike Schwab
We had some user catalogs needing annual reorgs. Control Area Reclaim eliminated this. Helped with SMS control data sets and ML1 Small Data Set. Don't know about user datasets. On Thu, Sep 29, 2016 at 11:08 AM, Jesse 1 Robinson wrote: > (In honor of today's post from

Re: z/OS V2.2 and HTTP apache

2016-09-28 Thread Mike Schwab
p.«õ¨©-.-Ú-. M-Èo§ÁCd-È.-VëHÜ-µÚà]¼--¢XEw > > Is there additional processing that needs to be done ? > > Thanks > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Mike Schwab > Sent: Wednesday, September 28, 2016 3:54

Re: z/OS V2.2 and HTTP apache

2016-09-28 Thread Mike Schwab
If binary is getting you close, how about AMATERSE and / or XMIT steps? On Wed, Sep 28, 2016 at 3:47 PM, Steely.Mark wrote: > We are currently on z/OS v2.2 and we are trying to get HTTP Apache configured. > > I found the ihsCMT tool which states: The IHS Configuration

Re: Would HiperDispatch likely delay heavy multitasking job?

2016-09-28 Thread Mike Schwab
Cheryl's tuning letter fall 2015 described a case where they implemented MSU capping http://www-01.ibm.com/support/docview.wss?uid=isg1OA49201 and reconfigured their CPUs from 706 to 712 to 730. With LPAR cores consolidating onto one chip with cache shared among multiple z cores, they saw a huge

Re: REASON: 3 - RECORD TYPE NOT RECOGNIZED

2016-09-16 Thread Mike Schwab
http://www-01.ibm.com/support/docview.wss?uid=isg1II13354 For reorging / moving a catalog to a new volume. http://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.idac100/dffvol.htm New location, possibly updated. On Fri, Sep 16, 2016 at 12:23 PM, willie bunter

Re: TSO User ID Rules (Was: z/OS and code pages)

2016-09-15 Thread Mike Schwab
The TSO ID is used as a HLQ for data set names. Therefore it must meet the rules for MVS Dataset names: first character A-Z@#$, second to seventh character A-Z@#$0-9, max 7 due to PDS member needing 8th character. Minimum length determined by site. On Thu, Sep 15, 2016 at 11:19 AM, Tony Harminc

Re: A Programing language called Scala?

2016-09-08 Thread Mike Schwab
Well, if you want a very fast language, Lua on z/OS is very fast. Syntax is similar to Basic. It generates a byte code, and the interpreter is small and runs in L1 cache. http://lua4z.com/ Free to download and run without support. Support contracts available. On Wed, Sep 7, 2016 at 1:33 PM,

Re: Cobol V5/V6

2016-08-30 Thread Mike Schwab
If you convert to the new Country Multiplex Pricing, you only pay for 1 version of Cobol despite having multiple versions available for compiling. http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?subtype=ca=an=897=ENUS215-230 On Tue, Aug 30, 2016 at 11:45 AM, Lizette Koehler

Re: Elementary dataset alias question

2016-08-30 Thread Mike Schwab
On Mon, Aug 29, 2016 at 6:27 PM, Charles Mills wrote: > I just want a batch job to be able to say //STEPLIB DD > DISP=SHR,DSN=JOEBLOW.MY.FOO.BAR and have it load programs from SYS1.FOOBAR. > Isn't that what aliases are for? I guess you are saying "aliases are not >

Re: ESD info using ENTRY name

2016-08-24 Thread Mike Schwab
You pass to the binder at link time options that specify WHERE and HOW the program should be loaded and reused. These are stored in the PDS(E) directory. When the program is first requested, the loader program looks at the directory entry and reads it into the specified location and executes it.

Re: Comments in SYS1.PARMLIB

2016-08-23 Thread Mike Schwab
But how would you switch over to the new syntax? On Tue, Aug 23, 2016 at 10:44 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Tue, 23 Aug 2016 10:02:30 -0400, Cheryl Watson wrote: >> >>It's true that not all Parmlib members support the same format, but the Init

Request for Knowledge Center to search within book.

2016-08-19 Thread Mike Schwab
https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe_ID=93288 -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? -- For IBM-MAIN subscribe / signoff / archive access

Re: expiration date in a catalog entry

2016-08-19 Thread Mike Schwab
Only Forever is valid for DASD datasets, otherwise ignored. Valid for Tape datasets. On Thu, Aug 18, 2016 at 6:51 PM, Paul Schuster wrote: > At what point in time does the 'expiration date' of a data set get written > to its catalog entry? > > It seems you can allocate

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: 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: 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: 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: 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: 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: COBOL 2014 dynamic capacity tables

2016-08-05 Thread Mike Schwab
Define a file with a record containing the maximum array size for each table. Open file, read record, set sizes to 10% over maximum, Close file. Process main file. If any maximum array size exceeded, Set new maximum, Open file for output, Write record, Close file. On Fri, Aug 5, 2016 at 10:25 AM,

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

<    7   8   9   10   11   12   13   14   15   16   >