Re: [EXT] Re: Is the IBM Assembler List still alive - Dumps - Early days

2023-09-08 Thread Crawford Robert C (Contractor)
I used WYLBUR at Texas A&M University in the early 80's. It worked well enough for undergraduate programmers although it got very slow towards the end of the semester when everybody was trying to finish their final projects. The EXEC facility was pretty slick. I hated the line editor but didn

Re: [EXT] Re: The ultimate (another one!) definition of mainframe

2023-08-15 Thread Crawford Robert C (Contractor)
is "Big Brother"? From: IBM Mainframe Discussion List on behalf of Crawford Robert C (Contractor) <04e08f385650-dmarc-requ...@listserv.ua.edu> Sent: Tuesday, August 15, 2023 9:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [EXT] Re: The ultima

Re: [EXT] Re: The ultimate (another one!) definition of mainframe

2023-08-15 Thread Crawford Robert C (Contractor)
I also have to wonder if MS-DOS would've taken off at all if IBM had kept it. In the 20th century I remember a lot of companies, Microsoft and Apple included, styling themselves as IBM "giant killers." They were cool, (relatively) inexpensive and bringing computing to the masses. IBM, on the

Re: [EXT] Re: Cloud may be overpriced compared to on-premises systems

2023-08-09 Thread Crawford Robert C (Contractor)
The genius of the autobahn is the left lane is for passing only and passing on the right is illegal. Nobody camping out in the left lane, going the speed limit and turning the highway into a dodgeball court. Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- F

Re: [EXT] Re: Cloud may be overpriced compared to on-premises systems

2023-08-07 Thread Crawford Robert C (Contractor)
As a witness to an outsourcing followed some years later by an insourcing, I can infer that cloud providers (which are essentially outsourcers) can and will lowball companies to get their business on the platform. Then comes the big contract renewal. A customer's bargaining position is weaker

Re: [EXT] Using SAS/MXG to create a .csv file

2023-08-03 Thread Crawford Robert C (Contractor)
PROC EXPORT will create CSV files (DBMS=CSV) on Windows machines. It doesn't work on mainframe, for some reasons with SAS. However, I had a lot of luck creating CSV's with PROC EXPORT and WPS. Since my current shop doesn't have WPS I wrote a SAS macro that ultimate writes a CSV file to a USS

Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives

2023-07-31 Thread Crawford Robert C (Contractor)
480 characters? Sounds like Twitter. Was the 2260 keyboard the one with two, count 'em, two PF keys? Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: IBM Mainframe Discussion List On Behalf Of billogden Sent: Saturday, July 29, 2023 11:16 AM To: IBM-MAIN

Re: [EXTERNAL] Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives

2023-07-26 Thread Crawford Robert C (Contractor)
Discussion List On Behalf Of Crawford Robert C (Contractor) Sent: Wednesday, July 26, 2023 9:57 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [EXTERNAL] Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives I don't remember the specific date. I think CICS 3.2.1 was the las

Re: [EXTERNAL] Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives

2023-07-26 Thread Crawford Robert C (Contractor)
sion List On Behalf Of Crawford Robert C (Contractor) Sent: Wednesday, July 26, 2023 9:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives That's good to know. I always assumed CICS had a storage manager be

Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives

2023-07-26 Thread Crawford Robert C (Contractor)
t have the same facilities as VS1, so CICS had to be written to the lowest level of code. On Wed, 26 Jul 2023 at 14:45, Crawford Robert C (Contractor) < 04e08f385650-dmarc-requ...@listserv.ua.edu> wrote: > Yes, CICS has problems with shared memory which it mitigates through

Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives

2023-07-26 Thread Crawford Robert C (Contractor)
WAIT) without affecting any other transaction processing. Because, it uses the OS to do *preemptive* multitasking, like a modern operating system. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Crawford Robert C (Contractor) Sent: Tuesday, July 25, 2023 8:14 AM To: IB

Re: [EXT] Ars Technica: The IBM mainframe: How it runs and why it survives

2023-07-25 Thread Crawford Robert C (Contractor)
Sorry, I worked in a shop that had both and I can tell you CICS is way more flexible, modern and performed better. I will give you this: IMS is a great piece of 90's technology. Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: IBM Mainframe Discussion Li

Re: [EXT] Re: Userid schemes

2023-07-17 Thread Crawford Robert C (Contractor)
My favorite user ID mess was on an old Vax system that used the last name followed by first initial. Of course this system began each printed report with a banner page listing the user's ID printed in large, block letters. One day I went to the printer and noticed a report from user SEXTONG.

Re: [EXT] Re: Invoke Java from Assembler

2023-07-13 Thread Crawford Robert C (Contractor)
esday, July 12, 2023 at 02:40:08 PM GMT+2, Crawford Robert C (Contractor) <04e08f385650-dmarc-requ...@listserv.ua.edu> wrote: Thanks, Allan. Back in the 90's I used CEEPIPI to create a persistent C enclave I could call from Assembler because building the environm

Re: [EXT] Re: C DLL abend CEE3350S

2023-07-13 Thread Crawford Robert C (Contractor)
You might want to try disassembling the LE initialization modules beginning at the entry point and follow the logic. Some of the CEE CSECT's are included from SCEELKED while the compiler generates others specific to the module's requirements (e.g., stack storage, application code entry point).

Re: [EXT] Re: Invoke Java from Assembler

2023-07-12 Thread Crawford Robert C (Contractor)
e we had a circumvention. Allan On Tue, Jul 11, 2023 at 5:58 PM Crawford Robert C (Contractor) < 04e08f385650-dmarc-requ...@listserv.ua.edu> wrote: > We're interested in invoking Java from assembler in batch. > Specifically, we'd like to create a persistent Java envir

Invoke Java from Assembler

2023-07-11 Thread Crawford Robert C (Contractor)
We're interested in invoking Java from assembler in batch. Specifically, we'd like to create a persistent Java environment we can call repeatedly and terminate when we're through. Has anyone done this? Is the LE pre-initialization module CEEPIPI worth exploring? Thanks. Robert Crawford Abst

Re: [EXT] Re: z/OSMF

2023-07-05 Thread Crawford Robert C (Contractor)
wford Robert C (Contractor) wrote: > In the early 80's we had an adventure game written in PL/1. It was largely > table driven so I added a room full of Texas Aggies. To retrieve the > "treasure," an Aggie Joke book, you had to find a bar of soap and throw it >

Re: [EXT] Re: z/OSMF

2023-07-05 Thread Crawford Robert C (Contractor)
YES!! Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Eric Erickson Sent: Monday, July 3, 2023 10:30 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXT] Re: z/OSMF PLUGH!

Re: [EXT] Re: z/OSMF

2023-07-05 Thread Crawford Robert C (Contractor)
In the early 80's we had an adventure game written in PL/1. It was largely table driven so I added a room full of Texas Aggies. To retrieve the "treasure," an Aggie Joke book, you had to find a bar of soap and throw it into the room at which point the Aggies would run out of the room enabling

Re: [EXT] Re: Counting EXIT invocations

2023-06-29 Thread Crawford Robert C (Contractor)
Are you talking about the EXIT macro? You might be able to use a SLIP trap to count the invocations. Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tony Harminc Sent: Thursday, June 29, 2023 3:33 AM To: IBM-MA

Re: [EXT] Re: SAS Replacement

2023-06-29 Thread Crawford Robert C (Contractor)
WPS worked very well for us on several important reporting applications. Even better, it supports MXG which was really important for performance and tuning. However, there are some quirks and a few things that don't work exactly the same. If you trial WPS I suggest you perform extensive testin

Re: [EXT] Re: Coupling Facility Structure Resizing

2023-06-21 Thread Crawford Robert C (Contractor)
Note on GBP duplexing: Not duplexing, to my understanding, would force a DB2 group restart after a CF failure. On the other hand, duplexing GBP's can be expensive. Fortunately, IBM introduced asynchronous duplexing which saves quite a bit of CPU. You just have to make sure your z/OS, CF micr

Re: [EXT] Re: Mainframe help now available!

2023-06-13 Thread Crawford Robert C (Contractor)
Nice Sabbath reference. Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bfishing Sent: Tuesday, June 13, 2023 9:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXT] Re: Mainframe help now available! This also fit

Re: [EXT] Re: Mainframe help now available!

2023-06-13 Thread Crawford Robert C (Contractor)
I knew a couple of VP's who didn't understand why mainframe folks weren't interchangeable. You have too many MVS guys and need a CICS guy. Move an MVS guy over to the CICS team. What could be simpler? Robert Crawford Abstract Evolutions LLC (210) 913-3822 -Original Message- From: I

Re: [EXT] Re: JZOS SMF 121 Records

2023-06-08 Thread Crawford Robert C (Contractor)
@LISTSERV.UA.EDU Subject: [EXT] Re: JZOS SMF 121 Records Robert, I replied to your personal email just now. Darrold On Thu, Jun 1, 2023 at 9:45 AM Crawford Robert C (Contractor) < 04e08f385650-dmarc-requ...@listserv.ua.edu> wrote: > I'm trying to figure out some of the finer details for

JZOS SMF 121 Records

2023-06-01 Thread Crawford Robert C (Contractor)
I'm trying to figure out some of the finer details for JZOS' type 121 SMF records. For instance, field SMF121JRS_STRTTME contains the JVM startup time. The doc says it uses method java.lang.management.RuntimeMXBean::getStartTime() which returns the time in milliseconds. Does anyone know if JZ