Re: FileZilla not connecting to z/OS V3.1 - it used to

2025-07-27 Thread Dave Gibney
FTP as the client is not using the FTPSERVE STC and can have very different configuration settings, > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Support, DUNNIT SYSTEMS LTD. > Sent: Sunday, July 27, 2025 6:12 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: F

Re: Packed decimal sign nibbles

2025-04-28 Thread Dave Gibney
In 1981, I don't know the complier level I wrote a Cobol loop to distribute the small arithmetic error across a set of variables. I don't remember the algorithm, but I wrote it to loop until the remaining error was zero. The routine looped when the error value stabilized on negative packed zero.

Re: Stupid outages you caused (was: Cost of an outage)

2025-03-08 Thread Dave Gibney
___ > From: IBM Mainframe Discussion List on > behalf of Dave Gibney <06fb76de82cb-dmarc- > requ...@listserv.ua.edu> > Sent: Wednesday, March 5, 2025 8:29 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Stupid outages you caused (was: Cost of an outage) > >

Re: Rescue system (was stupid outages)

2025-03-07 Thread Dave Gibney
When we were setting up our 1st Tech LPAR, TCPIP was pretty new to our mainframe. And in my knowledge. I set-up the parms for the new stack, mostly cloning and some experimentation. When looking at ROUTER/NONROUTER I got it wrong and specified ROUTER. We brought the LPAR up, all looked well a

Re: Stupid outages you caused

2025-03-06 Thread Dave Gibney
gel > Sent: Thursday, March 6, 2025 10:31 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Stupid outages you caused > > Hi Dave, > Did you also use JTIP for Wylbur? > > Thanks and regards, > David > > On 2025-03-06 13:22, Dave Gibney wrote: > > By the

Re: Stupid outages you caused

2025-03-06 Thread Dave Gibney
ther dead code.) > > Regards, > > David > > On 2025-03-06 19:56, Dave Gibney wrote: > > That acronym isn't familiar, so I guess no. We were MILTEN/Wylbur and > Orvyl was there but not much used. > > > > At the time of this issue, I was a newly hired, s

Re: Stupid outages you caused (was: Cost of an outage)

2025-03-05 Thread Dave Gibney
Very early in my career, I had a Wylbur Exec that dropped a TYPRUN=PRINT jobcard as line 0.0 and submitted it. At that time, a line printer was in the same room as my desk. Apparently, they updated Wylbur, or the JES2 mods, I never learned which. One day, I did my print command and Wylbur crashe

Re: Code to Process SMF Type 64 Records?

2025-01-29 Thread Dave Gibney
If you already have SAS, MXG is pretty cheap and worth it > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Martin Packer > Sent: Wednesday, January 29, 2025 12:49 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Code to Process SMF Type 64 Records? > > Let me jus

Re: VPS STC run as a batch job

2025-01-28 Thread Dave Gibney
1. There is a healthcheck that watches for memory boundary (sqa/esqa/csa/ecsa) over ipls. 2. Djd you add additional printers? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of rpinion865 > Sent: Tuesday, January 28, 2025 6:55 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Su

Re: File transfer question

2025-01-16 Thread Dave Gibney
Why use DBC= or BLKSIZE= at all > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of David Spiegel > Sent: Thursday, January 16, 2025 10:46 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: File transfer question > > Hi Tom, > Why use 3380 half track blocking when you

Re: AI makes stuff up

2025-01-13 Thread Dave Gibney
Actually, lying to humans by robots eventually becomes R, Daneel Olivaw's existence and purpose. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Lionel B Dyck > Sent: Monday, January 13, 2025 10:11 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: AI makes stuff

Re: HSM BACKVOL indirect backup

2024-12-26 Thread Dave Gibney
You need to set-up DFHSM and RMM so that DFHSM is an EDM (External Data Manager) to RMM, > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jake Anderson > Sent: Thursday, December 26, 2024 1:49 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: HSM BACKVOL indirect back

Re: DFHSM strange behaviour

2024-12-23 Thread Dave Gibney
You really would be better served reading the DFHSM manuals. There are several changes to the HSM SETSYS commands in your ARCCMDnn member(s) involved. And the sample JCL for the documented started set are helpful > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of

Re: DFHSM error

2024-12-20 Thread Dave Gibney
frame Discussion List On > Behalf Of Bost, David Loyd > Sent: Friday, December 20, 2024 11:49 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: DFHSM error > > Any reason you don’t have DFHSM CDSs backed up straight to VTL tape? It is > an option. > > From: IBM Mainf

Re: DFHSM error

2024-12-20 Thread Dave Gibney
When I had a system, I had the HSM CDS backup datasets pre-allocated (4 each) on non-SMS volumes with sufficient space. DFHSM then rotated between them. This is the way the DFHSM starter set (there is sample JCL) originally set things up. BCD's can grow significantly, especially if EXPIREBV is n

Re: Logon to TSO+ISPF on multiple LPAR's at the same time?

2024-11-25 Thread Dave Gibney
In failsoft mode (no viable RACF active) SAF requests access via CONSOLE WTOR for each and every access to any and all datasets, regardless of DSCB bits > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Seymour J Metz > Sent: Monday, November 25, 2024 12:36 PM > T

Re: Listing proclibs

2024-11-18 Thread Dave Gibney
If you have syslog access, return to the beginning of the last ipl. You can learn a lot about how your system is configured. Also, try the D IPLINFO console command. Look at the LOADnn (usually in SYSn.IPLPARM on the IODF volume) member follow the IPL from there. Read System Init and Tuning. >

Re: Listing proclibs

2024-11-13 Thread Dave Gibney
d my own research and found that only 1500 people die from > > hypothermia in the US per year. That's only 0.0005% of the > > population. They live in fear of something 99.9995% of people won't > > die from. It gets better: A lot of the people who died from > >

Re: [EXTERNAL] Listing proclibs

2024-11-13 Thread Dave Gibney
You also need to remember that a source for PROCs can be defined in the JCL. // JOB //name JCLLIB ORDER=(pds/pdsename,...) //step EXEC PROCNAME So, the PROC that executes can be in any PDS or PDS/E known to the system > -Original Message- > From: IBM Mainframe Discussion List On > Behal

Re: What is a "programming language"? Was:: Modifying JCL on the fly

2024-11-11 Thread Dave Gibney
tp://mason.gmu.edu/~smetz3 > עַם יִשְׂרָאֵל חַי > נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר > > > > ____ > From: IBM Mainframe Discussion List on > behalf of Dave Gibney <06fb76de82cb-dmarc- > requ...@listserv.ua.edu> > Sent: Monday,

Re: What is a "programming language"? Was:: Modifying JCL on the fly

2024-11-11 Thread Dave Gibney
> -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Phil Smith III > Sent: Monday, November 11, 2024 10:42 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: What is a "programming language"? Was:: Modifying JCL on the > fly > > Joel Ewing wrote, in part, on the origin

Re: Old ISPF application scripting from batch?

2024-11-08 Thread Dave Gibney
anyway. > > Thanks. > > Peter > > From: IBM Mainframe Discussion List On > Behalf Of Dave Gibney > Sent: Friday, November 8, 2024 5:51 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Old ISPF application scripting from batch? > > > I am saying that the techniq

Re: Old ISPF application scripting from batch?

2024-11-08 Thread Dave Gibney
fused. > > Peter > > From: IBM Mainframe Discussion List On > Behalf Of Dave Gibney > Sent: Friday, November 8, 2024 2:49 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Old ISPF application scripting from batch? > > > The Naviquest application (Part o

Re: Old ISPF application scripting from batch?

2024-11-08 Thread Dave Gibney
The Naviquest application (Part od ISMS) is batch ISPF. Burns CPU, but works. Might be used as an example to getstarted. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Farley, Peter > Sent: Friday, November 8, 2024 9:53 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subjec

Re: Calculating used dataset space

2024-11-06 Thread Dave Gibney
I ran DCOLLECT daily (to a GDS) as part of storage tracking. I don't think you will find accurate/useable data in SMF. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jack Zukt > Sent: Wednesday, November 6, 2024 12:21 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject

Re: Bounded string move?

2024-11-01 Thread Dave Gibney
The description does not state the alignment is required. It states that with ETF-2 installed, the table will be treated as if it was doubleword aligned eve if it is not actually so aligned. At least that is how I read ir. > -Original Message- > From: IBM Mainframe Discussion List On >

Re: AUTOCMD

2024-10-30 Thread Dave Gibney
You can do many useful automation things with System Rexx and JES auto commands. And, there's a few good message processing exits on that CBT tape that you can use to trigger System Rexx routines. As we moved towards our shutdown, I replaced both OPS/MVS, CA-7 with these tools. Granted we were

Re: Passphases

2024-10-28 Thread Dave Gibney
Correct on PROTECTED vs RESTRICTED. Thank you. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Radoslaw Skorupka > Sent: Monday, October 28, 2024 10:08 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Passphases > > W dniu 28.10.2024 o

Re: Passphases

2024-10-28 Thread Dave Gibney
> @Dave > As I mentioned a user can have both passphrase and password, but simple > ALU user NOPASSWORD makes him passphrase only. No unknown password. > Just lack of password. Before passphrases, I used ALU NOPASSWORD to create RESTRICTED ids. I guess I missed the new/changed function to remove

Re: Passphases

2024-10-27 Thread Dave Gibney
I was my understanding that RACF ids with passphrases all still had passwords, perhaps unknown to anyone and that it wasn't possible to not have passwords. I could of course be wrong > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Alan Altmark > Sent: Sunday, O

Re: Is z/OS FTP encrypted?

2024-09-18 Thread Dave Gibney
Bob was/is the OP. If the systems are connected via JESn, then th xmit/receive path would perhaps be fatser > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Paul Gilmartin > Sent: Wednesday, September 18, 2024 8:45 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: R