Re: Best catch up resources for MVS / ZOS Technologies (CA Migration tips?)

2021-05-31 Thread Steve Estle
Everyone, I want to thank all for the ideas / suggestions / references on catching up on ZOS - I am now finding out the mainframe environment is very heavy CA/Broadcom vendor product centric (Top Secret, CA7, CA1, OpsMVS, MIM, etc) and am pretty green in that world (I predominantly worked in

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies Since they drop the register addressing with PSW relative addressing they execute faster. Does somebody have a list of S/370 instructions with possible XA/ESA/Z replacements that can directly replaced? On T

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Mike Schwab
Since they drop the register addressing with PSW relative addressing they execute faster. Does somebody have a list of S/370 instructions with possible XA/ESA/Z replacements that can directly replaced? On Thu, May 20, 2021 at 11:47 AM Charles Mills wrote: > > If you are a significant coder or

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Seymour J Metz
: Thursday, May 20, 2021 12:46 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies If you are a significant coder or maintainer of assembler code, one big improvement that IIRC no one has mentioned is the relaxation of the base register nightmare. You know

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread Charles Mills
If you are a significant coder or maintainer of assembler code, one big improvement that IIRC no one has mentioned is the relaxation of the base register nightmare. You know, where you go to make a one-minute change to some code and you kick it over the 4K boundary and you are faced with three

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-20 Thread David Spiegel
Hi gil, Which correct tool did you use? Thanks and regards, David On 2021-05-19 23:16, Paul Gilmartin wrote: On Thu, 20 May 2021 03:13:19 +0100, CM Poncelet wrote: Saving "test.pdf.txt", renaming it as "test.pdf" and then trying to open it as a PDF produces the following error message:

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread Paul Gilmartin
On Thu, 20 May 2021 03:13:19 +0100, CM Poncelet wrote: >Saving "test.pdf.txt", renaming it as "test.pdf" and then trying to open >it as a PDF produces the following error message: "Adobe reader could >not open 'test.pdf' because it is either not a supported file type or >because the file has been

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread CM Poncelet
Saving "test.pdf.txt", renaming it as "test.pdf" and then trying to open it as a PDF produces the following error message: "Adobe reader could not open 'test.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-19 Thread Timothy Sipples
Shmuel Metz wrote: >Remote copy is fine for, e.g., hot backups, but when you need to >retain old versions of your data back a long stretch of time, tape >is still an inexpensive solution. I suspect that there will >eventually be a solid state storage medium with the cost per byte >of tape, but we

My opinion of COND was Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Clark Morris
etter than COND= >> >> Also symbols in SYSIN data. >> >> Charles >> >> >> -Original Message- >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On >> Behalf Of Steve Horein >> Sent: Tuesday, May 18, 2021 5:35 AM >

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Paul Gilmartin
On Wed, 19 May 2021 01:19:01 +0100, CM Poncelet wrote: >With all due respect, anyone who has difficulty coding JCL COND= >statements should consider *not* working with IBM mainframe systems. >  I've long believed the convention was invented by an Assembler programmer accustomed to branching

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Seymour J Metz
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies With all due respect, anyone who has difficulty coding JCL COND= statements should consider *not* working with IBM mainframe systems. All boolean conditional execution steps can be handled using only COND

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread CM Poncelet
ISTSERV.UA.EDU] On > Behalf Of Steve Horein > Sent: Tuesday, May 18, 2021 5:35 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Best catch up resources for MVS / ZOS Technologies > > I would argue JCL got better when symbols were allowed! :-) > https://www.ibm.com/docs/en/z

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Seymour J Metz
[charl...@mcn.org] Sent: Monday, May 17, 2021 11:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies Steve, let me wade in here and suggest some big picture. I think SHARE and such is great for the details. What has changed since 2001? An idiosyncratic

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Seymour J Metz
...@gmail.com] Sent: Tuesday, May 18, 2021 8:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies I would argue JCL got better when symbols were allowed! :-) https://www.ibm.com/docs/en/zos/2.4.0?topic=es-symlist-parameter On Mon, May 17, 2021 at 10:46

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Radoslaw Skorupka
Mike, IMHO you talk about EAV in DS8000, but not about EAV. EAV Volume (*) can be up to ~1TB big, but chunk size of 1113 cylinders is for DS8000 family, AFAIK. Space above 65520 cyl. is called EAS and from z/OS point of view the smallest chunk is 21 cylinders. So, you can allocate 1 track

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Mike Schwab
Volumes have gotten bigger. The first 64K Cylinders (Mod 54) remain the same, but EAV space past that can be added in 1113 cylinder chunks to a multipile of 1113 cylinders. 250GB first step then 1000GB (or so). On Mon, May 17, 2021 at 8:42 PM Steve Estle wrote: > > Hello Everyone in Mainframe

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Radoslaw Skorupka
rame Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Timothy Sipples Sent: Tuesday, May 18, 2021 6:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies A bit more from me The IBM Learning System is also available if you'd like to

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Charles Mills
BM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies A bit more from me The IBM Learning System is also available if you'd like to go grab a free z/OS account to "kick some tires" (and with no service level commitment). The 2020-2021 "Master the

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Charles Mills
Another thing that no one has mentioned, other than my saying "security has gotten big": Passwords have changed. They can now potentially be mixed case, and can include additional "special" symbols .<+|&!*-%_>?:=. They can even be longer than 8 characters -- IBM calls that Pass Phrases. "How

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Timothy Sipples
A bit more from me The IBM Learning System is also available if you'd like to go grab a free z/OS account to "kick some tires" (and with no service level commitment). The 2020-2021 "Master the Mainframe" contest has ended in terms of prizes and awards, but you can still try the contest

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Charles Mills
ge----- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gibney, Dave > Sent: Monday, May 17, 2021 6:58 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Best catch up resources for MVS / ZOS Technologies > > I would suggest SHARE presentatio

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Steve Horein
re > critical. The concept of "how long does an LR take" has totally > disappeared. It is a question with no answer other than "it depends." > > Anyone else want to weigh in? > > Charles > > > -Original Message----- > From: IBM Mainframe Disc

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Radoslaw Skorupka
Steve, Nothing changed since 2001. We still use punched cards and reel tapes. We love our 24-bit addressing and avoid 31-bit or 64-bit. OK, there were some changes: We migrated our memory from core to TTL. Our Bus channels rusted away, so we moved to fiber optic. Some of us started using

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread ITschak Mugzach
If not already mentioned, see redbooks series ABCs of IBM z/OS System Programming (13 volumes). Link to vol-1: https://www.redbooks.ibm.com/abstracts/sg246981.html?Open ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread P H
Others have mentioned a number of resources. One of the best resources for details are the IBM Redbooks for Z. For a high-level summary of functions and features for different generations of z Systems, if can you still get these are the S/390 Reference Guides (I authored these during the

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-18 Thread Timothy Sipples
Charles Mills wrote: >- Everything is of course bigger. Z hardware goes up to >what? 4TB real? Someone will correct me if that is wrong. The IBM z15 T01 and LinuxONE III LT1 models can have up to 40TB of real, customer usable memory per machine. Each LPAR can have up to 16TB, and each z/OS

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Charles Mills
May 17, 2021 6:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Best catch up resources for MVS / ZOS Technologies I would suggest SHARE presentations and perhaps Marna Walle's migration guides > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Stev

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Attila Fogarasi
IBM system z magazine back issues ... http://www.ibmsystemsmagmainframedigital.com/mspcomm/ibmsystemsmag/ibmsystems_mainframe_20201112/index.php#/p/Intro On Tue, May 18, 2021 at 11:57 AM Gibney, Dave wrote: > I would suggest SHARE presentations and perhaps Marna Walle's migration > guides > > >

Re: Best catch up resources for MVS / ZOS Technologies

2021-05-17 Thread Gibney, Dave
I would suggest SHARE presentations and perhaps Marna Walle's migration guides > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Steve Estle > Sent: Monday, May 17, 2021 6:42 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Best catch up resources for MVS / ZOS