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

2025-07-29 Thread Mike Shaw
This Windows Powershell command performs a similar function for any TCP/IP port: *tnc -port nn* '**' is the domain name or IP address of the target system and '*nn*' is any port number. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Jul 29,

Re: Understanding Data Compression and z/OS services

2025-07-13 Thread Mike Shaw
Tom, Simple, maybe. The POPs description for DFLTCC is over 40 pages of two-column text. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Jul 13, 2025 at 9:40 AM Tom Harper < 05bfa0e23abd-dmarc-requ...@listserv.ua.edu> wrote: > Richard, > > Simplest of

Re: Understanding Data Compression and z/OS services

2025-07-11 Thread Mike Shaw
Richard: I used some of the algorithms in 'The Data Compression Book' by Mark Nelson and Jean-Loup Gailly with great success. The code is mostly in C but I ported it to zArch Assembler with moderate effort. Amazon sells the book as of today. Mike Shaw MVS/QuickRef Support Group Ch

Re: Many Moons

2025-06-25 Thread Mike Shaw
Barry is still alive and kicking. He posted on the RACF-L list 20 hours ago. I think he is with Vanguard Integrity Professionals now. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Wed, Jun 25, 2025 at 3:20 PM Phil Smith III wrote: > Barry Schrager, Eberhard Klemens, and Sc

Re: Looking for clues on out-of-storage at end-of-jobstep

2025-06-16 Thread Mike Shaw
Charles, As far as getting a better dump is concerned, you can increase MAXSPACE to get a useful dump with the CHNGDUMP command, e.g. CHNGDUMP SET,SDUMP,MAX SPACE=12000M Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Jun 16, 2025, 6:09 PM Charles Mills wrote: > I have

Re: Is there an equivalent of an S-con for a long displacement?

2025-06-10 Thread Mike Shaw
MASPZAP and branched to when a zap fix is applied. S-cons make fitting the zap much easier. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff / archive access instructions, send ema

Re: Seerms like TAR requires AR mode

2025-06-05 Thread Mike Shaw
, they > changes > the manual number, i.e., SA23-1370-60 to SA23-1370-61 > > This is kind of scary. > > You periodically check the checksum of the manuals to see if there were > changes? > > > On Wed, 4 Jun 2025 12:07:50 -0400 Mike Shaw > wrote: > > :&

Re: Seerms like TAR requires AR mode

2025-06-04 Thread Mike Shaw
We review a LOT of IBM publications in our work. There are many many cases where doc changes are made and are NOT noted in the manual. It seems to be an artifact of the 'continuous deliver' method of doc delivery used on the IBM doc web site now. Mike Shaw MVS/QuickRef Support Group Ch

Re: Storage Pools

2025-05-19 Thread Mike Shaw
not, you can choose DASD volumes to report on by mount status, volser pattern, esoteric or generic device type or SMS storage group. Hope this helps, Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, May 19, 2025 at 9:15 AM Steve Beaver < 050e0c375a14-dmarc-requ...@listserv.ua

Re: Java saved IBM Z?!

2025-03-26 Thread Mike Shaw
+1 Ed. I was at the Poughkeepsie TDM where Don Ault gave ISVs the initial presentation on Open MVS. That was way before Linux was ported to the mainframe. At the time, I didn't understand the need for OMVS, but it has turned out to be a lifesaving element that has kept our ecosystem afloat.

Re: Open XL C dramaticallly slower thant z/OS XL C compiler - expected?

2025-03-17 Thread Mike Shaw
ing minds? With what the blazes do they propose to replace > it? Or haven't they thought that far ahead? Howzabout Dignus' Systems/C compiler? It may be a viable and well-supported alternative. Mike Shaw MVS/QuickRef Sup

Re: New to Z - History of SPF / ISPF Presentation / Tips & Tricks?

2025-03-14 Thread Mike Shaw
were used to the native TSO line-mode EDIT, SUBMIT, STATUS and TEST commands, etc. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. https://bitsavers.org/pdf/ibm/370/ISPF/GC34-2078-2_ISPF_General_Information_Jul83.pdf https://bitsavers.org/pdf/ibm/370/ISPF/ On Fri, Mar 14, 2025 at 10:5

Re: Stupid outages you caused

2025-03-07 Thread Mike Shaw
I once fat-fingered a JCL error into our one and only TSO logon proc, and had to keypunch in IEBUPDTE JCL and control cards to fix that logon proc; submitted that job through a locally attached card reader. Moral of the story: aAlways have multiple logon TSO/E logon procs available! Mike Shaw

Re: Trying to determine if a dataset exists

2025-02-16 Thread Mike Shaw
replies and questions. Show us your code. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Feb 16, 2025 at 3:39 PM Joseph Reichman < 05812645a43c-dmarc-requ...@listserv.ua.edu> wrote: > Did that for some reason getting abend 66D reason code 61 > > > On Feb 16

Re: Izzy Software acquires ColeSoft

2025-01-31 Thread Mike Shaw
its before CA itself was acquired is a similar story). Maybe this won't happen in this case with Izzy/Big Band; time will tell. When those at the top of a company did not start as software developers, IMO the future of high quality support for the customers of that enterprise is dim. Mike Sh

Re: TSO TEST subcommand Call and how to restore original R14

2024-10-14 Thread Mike Shaw
subcommand is set thusly: REGISTER 14 WILL CONTAIN A RETURN ADDRESS WHICH WILL CAUSE A CHANGE TO COMMAND MODE. that is NOT the same thing as saying R14 will point to the last breakpoint. You have to specify RESUME on the call to have R14 point to the last breakpoint. Show us some code. Mik

Re: TSO TEST subcommand Call and how to restore original R14

2024-10-14 Thread Mike Shaw
Joe, TEST knows where it set breakpoints. AFAIK you can't fake it out by moving code and branching to an area that is not within any program extent and trying to breakpoint there. Mike Shaw MVS/QuickRef Support Chicago-Soft, Ltd. On Sun, Oct 13, 2024, 9:43 PM Joseph Rei

Re: File Manager and viewing tracks

2024-10-11 Thread Mike Shaw
Lennie, The DISKMAP utility (file 792) from cbttape.org will give you a map of a DASD volume in CCHHR sequence. You could use that map to get CCHHR values to use with AMASPZAP. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, Oct 11, 2024 at 2:15 PM Lennie Bradshaw wrote

Re: File Manager and viewing tracks

2024-10-11 Thread Mike Shaw
data set on a volume in our DASD DSLIST report. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, Oct 11, 2024, 5:10 AM Lennie Bradshaw wrote: > If it uses a normal OPEN for the data set then it will see the clear text > data. I am interested to know if there is a way to s

Re: File Manager and viewing tracks

2024-10-10 Thread Mike Shaw
iscussion List On Behalf > Of Mike Shaw > Sent: 10 October 2024 20:44 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: File Manager and viewing tracks > > Radoslaw, > > I do that using the Filemanager ISPF interface. > > I choose option 5, 'Disk/VSAM', then option

Re: File Manager and viewing tracks

2024-10-10 Thread Mike Shaw
how count/key/data. Hit enter and on the next screen in the format field type 'hex' or 'lhex'. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Thu, Oct 10, 2024 at 3:26 PM Radoslaw Skorupka < 0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote: > Is

Re: Obscure messages issued by ftp in batch with -d option

2024-10-07 Thread Mike Shaw
when diagnosing an ftp customer issue, but IMO they should be documented somewhere for customer reference. Once IBM documented the -d switch, I think the debugging messages should have been documented also. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Oct 7, 2024, 3:53 PM Jay

Obscure messages issued by ftp in batch with -d option

2024-10-07 Thread Mike Shaw
3169 CG3171 CG3183 CZ1374 CZ1459 CZ1459 They all have that two-character alpha prefix followed by four numerics. Anyone know where these are documented? They are not defined in any IBM message manual that I can find... Mike Shaw MVS/QuickRef Suppor

Re: IPCS and Console DUMP command

2024-10-03 Thread Mike Shaw
pi=89978449> Redbook are good starting points. The IPCS user's guide for z/OS V3R1 is here. <https://www.ibm.com/docs/en/zos/3.1.0?topic=mvs-zos-ipcs-users-guide> We also have doc on all the IPCS commands and subcommands in MVS/QuickRef. Mike Shaw MVS/QuickRef Support Grou

Re: Filezilla & ZOS "native" datasets?

2024-08-05 Thread Mike Shaw
s. Three separate FTP clients use the same 'trick' to access MVS data sets during an sftp transfer; they got the convention somewhere, but I don't know where it originated. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Aug 5, 2024 at 12:28 PM Paul Gilmartin <

Re: Filezilla & ZOS "native" datasets?

2024-08-03 Thread Mike Shaw
I don't know why, but /_'.' is used in the Filezilla Pro, Ipswitch WSFTP and WinSCP Windows FTP clients. Three different ISVs, one convention for listing MVS data sets. Maybe Kirk Wolf can chime in here, he probably knows where that convention comes from... Mike Sh

Re: Filezilla & ZOS "native" datasets?

2024-08-03 Thread Mike Shaw
ets you want to list, e.g. /_'SYS1.' or /_'SYS3.' works for me. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sat, Aug 3, 2024 at 12:12 PM Steve Estle < 05dcac13570d-dmarc-requ...@listserv.ua.edu> wrote: > Hello, > > Recently downloaded

Re: What's at a comma?

2024-07-02 Thread Mike Shaw
.".0.".0.* _ +20 0s 7000 7000 7000 7000 *".0.".0.".0.".0.* _ +30 0s 7FFFF000 7FFFF000 *".0.".0.* Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Jul 2, 2024 at 6:20 PM Phil Smi

Re: Getting dasd info

2024-06-14 Thread Mike Shaw
No. With the right combination of DYNALLOC, OPEN and RDJFCB you can open the VTOC and execute a channel program that reads the entire VTOC without any kind of SAF authorization. It can also be read with BSAM but that is a little slower. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd On

Re: Getting dasd info

2024-06-14 Thread Mike Shaw
your job step. The CVAFTST macro will tell you whether or not a particular DASD volume has an indexed VTOC or not. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, Jun 14, 2024 at 11:20 AM Tony Thigpen wrote: > All, > > I have a z/VSE program that I want to start u

Re: EAV sysres?

2024-05-22 Thread Mike Shaw
How about allocating 'filler' data sets to fill up the empty space below the EAS on the EAV? We did this once to force allocation in the EAS, but we were not allocating ZFS files up there. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Wed, May 22, 2024 at 12:43 PM Jou

Re: Dump Analysis Best Training / Documentation

2024-05-20 Thread Mike Shaw
n the format of the system trace table entries. We also carry syntax descriptions for all of the IPCS commands in the database; type this under ISPF to see a list of IPCS commands: QW L=V P='Z/OS IPCS COMMANDS' Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, May 19,

Re: zOSMF - Installing z/OS 3.1 Observations

2024-05-17 Thread Mike Shaw
If z/OSMF were an ISV product that you had to pay for, it would not sell very well, IMO. There would be trial installs, but very few licenses sold. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, May 17, 2024 at 6:51 AM Shaffer, Terri < 017d5f778222-dmarc-r

Re: IGGCSI00 Catalog Search interface

2024-03-19 Thread Mike Shaw
Don, As Kirk pointed out, you can determine that information from the Format 1 DSCB in the VTOC. If you have MVS/QuickRef installed there, the DSNLIST report that it produces indicates LARGE or BASIC or Extended Format as appropriate for data sets on each DASD volume in the report. Mike Shaw

Re: Recovery routine for IRB

2024-03-01 Thread Mike Shaw
Robert, This invoice has been paid for credit to your account tonight. Mike On Fri, Mar 1, 2024 at 9:36 AM Peter Relson wrote: > If an ESTAE-type recovery routine (whether ESTAE or ESTAEX or ARR or > IEAARR) is established when the IRB blows up, it will get control. > Therefore we conclude th

Re: How read Cyl 0 from within a program?

2024-02-13 Thread Mike Shaw
I have used this JCL to open a VTOC to read it: //DD1 DD UNIT=3390,DISP=SHR,DSN=FORMAT4.DSCB,VOL=SER=xx The VTOC might be adjacent to track zero, but I am not sure the DEB for an open VTOC would include track zero. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Feb 13

Re: So Long, and Thanks for All the Fish*

2024-01-23 Thread Mike Shaw
Godspeed Cheryl... Mike Shaw On Mon, Jan 22, 2024, 11:33 PM Cheryl Watson wrote: > * For those too young to remember, check out Wiki > > Hi all, > > I’m retiring, but first want to send out a thank you to all the > IBM-Mainers still posting, as well as those who are no lo

Re: sdwagrsv not equal rbgrsave

2024-01-23 Thread Mike Shaw
+1 Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Jan 23, 2024 at 10:47 AM Tom Harper wrote: > Joseph, > > Programs executing in AMODE(31) can and often do store critical data in > the high halves of registers, so I would always display the full 64-bit > reg

Re: Question on SSRV entries in system trace table

2024-01-11 Thread Mike Shaw
Thank you Jim (and Binyamin). I learned something here by examining the prior PC trace entry. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Thu, Jan 11, 2024 at 12:32 AM Jim Mulder wrote: > We don't want to waste the time and space. The caller information is in > th

Question on SSRV entries in system trace table

2024-01-10 Thread Mike Shaw
system service calls? It makes diagnosis of errors more difficult... Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu w

Re: Can this be done?

2023-12-15 Thread Mike Shaw
We use EXCP for the I/O to our DB and when customers incorrectly allocate it as an extended format DS we fail with a S213-B8: B8An OPEN was attempted against an extended-format data set with a DCB that specified EXCP. EXCP is not supported for extended-format data sets. Mike Shaw MVS/QuickRef

Re: Assembler programmer wanted

2023-12-01 Thread Mike Shaw
Gotta be low... Mike Shaw MVS/QuickRef Support Chisoft On Fri, Dec 1, 2023, 3:23 PM Gord Tomlin wrote: > On 2023-12-01 14:14 PM, Bob Bridges wrote: > > I think the rate is unusual > > Pure curiosity: unusually low or unusually high? > > -- > > Regards, Go

Re: Access to PDS(E) ISPF statistics outside of TSO/ISPF

2023-10-10 Thread Mike Shaw
#x27;14' DSCL10Reserved for ISPF * when ISPESTAT = On and SMDE_USRD_LEN = X'28' then ORG ISPBLANK+1 ISPECLIN DSCL4 Current number of lines ISPEILIN DSCL4 Initial number of lines ISPEMLIN DSCL4

Re: Bob Shannon

2023-09-25 Thread Mike Shaw
Bob was a regular attendee at the IBM ISV meetings in Poughkeepsie for many years. He was a technical wizard. May he rest in peace. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff

Re: Any recommendations for a 3270 emulator for Android

2023-09-24 Thread Mike Shaw
+1 Mike Shaw On Sun, Sep 24, 2023, 7:27 PM W Mainframe < 01304632a58d-dmarc-requ...@listserv.ua.edu> wrote: > I have used Mocha TN3270 Lite..No issues about itDan > > > Sent from Yahoo Mail for iPhone > > > On Sunday, September 24, 2023, 8:26 PM, Charles Mill

Re: Error messages (a rant and an idea)

2023-09-18 Thread Mike Shaw
description, on one screen, to save the user time. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Sep 18, 2023, 10:43 AM Lionel B. Dyck wrote: > My guess is that even if IBM were to accept this idea and begin > implementation that it would take years, perhaps decades, and tha

Re: Why it's importan There a good description of how the system handles an IRB INt to take Seymour's advice

2023-09-17 Thread Mike Shaw
technique was used to create a task that would write SMF records asynchronously out of *MASTER*, and it worked well. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Sep 17, 2023 at 10:09 AM Seymour J Metz wrote: > An IRB is an RB while an SRB, despite the name, is not. An SRB

Re: Why it’s important to take Seymour’s advice

2023-09-17 Thread Mike Shaw
+1 Since you do not have z/XDC, taking this advice from Rob will save you hundreds of hours of debugging later, PLUS ensure that your final product is reliable and as error free as you can make it. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Sep 17, 2023 at 5:38 AM Rob

Re: Somewhat OT: 3279 front bezel needed

2023-09-05 Thread Mike Shaw
Jay, Have you got a 3174 also? I wrote code in 1981 that invoked GDDM/PGF to write to 3279s. It was fun to see it display pie charts, bar graphs, etc. Very cool for the times. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd

Re: Setup Filezila for MF to PC transfers

2023-08-26 Thread Mike Shaw
; option under the 'File' menu to set that as your default remote directory. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. > -- For IBM-MAIN subscribe / signoff / archive access instructions, send email t

Re: Converting Assembler TPUTS to ISPF

2023-08-22 Thread Mike Shaw
& use that panel definition? > > That works. We have used that technique in the past. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email t

Re: Creating an SMP install tape

2023-08-22 Thread Mike Shaw
oad modules and other elements of your FUNCTION SYSMOD. SMP/E MCS usage is a complex topic. You need to read up on ++JCLIN, ++MOD and ++SRC MCS statements in the SMP/E reference manual. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. > --

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

2023-08-07 Thread Mike Shaw
rames AFAIK...how was that number developed...anybody know? Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Mainframe Makers.... WAS: Ars Technica: The IBM mainframe: How it runs and why it survives

2023-08-02 Thread Mike Shaw
Seymour Cray worked for CDC before he founded Cray Research, so that makes sense. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Wed, Aug 2, 2023 at 5:02 PM Grant Taylor < 023065957af1-dmarc-requ...@listserv.ua.edu> wrote: > On 8/2/23 10:35 AM, Allan Staller wrote: >

Re: Ignorant z/OS question

2023-07-25 Thread Mike Shaw
I used BTAM to read and write 3270 data streams to a locally attached 3270 back in the early 80's. It was simple to code and worked well. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Jul 25, 2023, 8:43 AM Mark Jacobs < 0224d287a4b1-dmarc-requ...@listserv.ua.ed

Re: How to set a SLIP to catch S0C4 in OMVS separate AS

2023-07-16 Thread Mike Shaw
plus two bytes: the first byte contains a value indicating the failing parameter and the second byte contains zero. For a description of the DEBUG values, see the SLIP debug trace record for GTF in z/OS MVS Diagnosis: Tools and Service Aids. Mike Shaw MVS/QuickRef Support Group

Re: Where does the IHASLMSG mapping macro live?

2023-07-13 Thread Mike Shaw
Thanks David/Schmuel. I suppose the macro is not distributed but since it's in data areas, that's good enough. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Thu, Jul 13, 2023 at 11:07 AM David Spiegel < 0468385049d1-dmarc-requ...@listserv.ua.edu> wrote: > Hi

Where does the IHASLMSG mapping macro live?

2023-07-13 Thread Mike Shaw
ping macro anywhere on our z/OS V2R4 system. I have searched all SYS1 data sets. Does anyone know where that macro lives? Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff / archive access in

Re: z/OSMF

2023-07-11 Thread Mike Shaw
Platinum is right. We used to carry Platinum Software DB2 utility msgs in the MVS/QuickRef DB. Mike Shaw Chicago-Soft, Ltd. On Tue, Jul 11, 2023, 4:29 PM Wayne Bickerdike wrote: > *Can anyone remember the major DB2 player was?* > > > *On Mon, Jul 3, 2023 at 8:26 AM

Re: Where am I going wrong with XLC __TIMESTAMP__ ?

2023-07-02 Thread Mike Shaw
Itschak, Ok. We received no such letter and we are partnerworld members and an ISV using the ADCD on a zPDT system. This is news to us. I see that it is for use only to report defects in the ADCD system. Thanks for that info. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun

Re: Where am I going wrong with XLC __TIMESTAMP__ ?

2023-07-02 Thread Mike Shaw
Itschak, How? Calling the support center? They always ask for a CPU serial number. Are you an ISV? Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Jul 2, 2023 at 1:18 PM ITschak Mugzach wrote: > Not true. ZPDT users can open tickets and access shops for ptfs. > >

Re: Where am I going wrong with XLC __TIMESTAMP__ ?

2023-07-02 Thread Mike Shaw
Ed is correct. If you don't license IBM mainframe hardware, you can't get full z/OS support. ISVs using zPDT as their sole z/OS development host can't report problems OR get formal tech support for z/OS. We adapt... Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun,

Re: How batch create a PDSE2 with Generations?

2023-06-26 Thread Mike Shaw
Lionel has a REXX exec handy for every purpose... ;-) Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd On Mon, Jun 26, 2023, 1:30 PM Lionel B. Dyck wrote: > You can run this exec to see what the limit is, assuming you don't have > access to parmlib: > > /

Re: Checkpoint/restart in COBOL applications?

2023-06-18 Thread Mike Shaw
I used it at two different shops extensively prior to 1983. Mike On Sun, Jun 18, 2023, 5:58 PM Radoslaw Skorupka < 0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote: > My €0.02 > Obviously no one use checkpoint/restart facility nowadays. > Proper question is: is there anybody (not retired ye

Re: Checkpoint/restart in COBOL applications?

2023-06-18 Thread Mike Shaw
. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Jun 18, 2023, 11:39 AM Seymour J Metz wrote: > Checkpoint is an old (as in OS/360 old) facility that comes with > restrictions that make it less useful than it might otherwise be. I'm not > sure what the use case

Re: Mainframe help now available!

2023-06-12 Thread Mike Shaw
James, Don't you mean immersion? Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Jun 12, 2023 at 5:01 PM James FRSolutions wrote: > FR Solutions has programs to help find resources or training emersion for > new resources for organizations in search of Mainframe pr

Re: [EXTERNAL] Re: zOSMF

2023-05-24 Thread Mike Shaw
NOT a facility that one learns to use or modify quickly. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Wed, May 24, 2023 at 4:22 PM Phil Smith III wrote: > Harris Randy wrote, in part: > >I do understand the need to atract younger people to the mainframe. > > >W

Re: Are you serious about wanting a better IBM doc RCF-type process?

2023-05-22 Thread Mike Shaw
z/OS professionals who actually USE the documentation, it's accuracy and usability will not improve. IBM has good technical documentation writers but they are NOT end-users. Eliminating RCFs disconnects authors of the documentation from consumers of the documentation...NOT a good idea. Mike

Re: ispf , way to achieve the last ispf msgid from rexx

2023-05-11 Thread Mike Shaw
Weizman, What is the context in which your REXX exec is executing? Is it executing as an ISPF edit macro, or in some other context? Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Thu, May 11, 2023, 1:23 AM Weizman arbel wrote: > Hello , > > from rexx > Which comm

Re: Not aging well (know-it-alls)

2023-04-07 Thread Mike Shaw
On Fri, Apr 7, 2023, 1:02 PM Bill Johnson < 0047540adefe-dmarc-requ...@listserv.ua.edu> wrote: > <...snip...> > I know my character is flawless. <...snip...> Wow. Mike Shaw MVS/QuickRef Support Chisoft ---

Re: Is z/OS Name/Token pair retrieval supported from REXX?

2023-03-22 Thread Mike Shaw
Also excellent. Thank you. Mike On Wed, Mar 22, 2023, 4:21 AM Steve Austin wrote: > This works for me; > > level='0004'x > name=left(serverName,16) > token=''x > retcode=''x > do until retcode = '0004'x > "sleep 2" > address LINKPGM "IEANTRT

Re: Is z/OS Name/Token pair retrieval supported from REXX?

2023-03-21 Thread Mike Shaw
splay = X2C(token) > /* translate out characters between 00 and 3f */ > display = TRANSLATE(display,,XRANGE(,'3f'x),'00'x) > Say ' Token = 'token' ('display')' > base = C2D(Storage(D2X(base+64),4)) > End > Say '' > Return

Is z/OS Name/Token pair retrieval supported from REXX?

2023-03-21 Thread Mike Shaw
I can run with the Rexx STORAGE function... Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Bad backup stories (was: Re: Ransomware in VSAM and DB2)

2023-03-12 Thread Mike Shaw
3350s, installs our HDA and we fix the problem there, then he deinstalls our HDA, we take it back to our shop, reinstall it in our 3350, then IPL just in time for CICS to come up at 6AM. A very bad night. Mike Shaw QuickRef Support Chisoft On Sun, Mar 12, 2023, 1:33 PM Charles Mills wrote: >

Re: Cant SPKA to PSW Key 4

2023-02-27 Thread Mike Shaw
our company > > Not you yourself correct ? > > > On Feb 27, 2023, at 9:03 AM, Mike Shaw wrote: > > > > +1 > > > > We have been licensees of z/XDC for over 25 years. It has saved us > > immeasurable amounts of man-hours. > > > > Mi

Re: Cant SPKA to PSW Key 4

2023-02-27 Thread Mike Shaw
+1 We have been licensees of z/XDC for over 25 years. It has saved us immeasurable amounts of man-hours. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Feb 27, 2023 at 5:07 AM Rob Scott wrote: > Joseph > > As others might have suggested, if you are even semi-seri

Re: Paddle temporary fix?

2023-02-26 Thread Mike Shaw
Jim, Great information; thank you. I worked for EDS in 1978; they were still running OS/MVT 21.8 at that time, supporting five Blue Cross and Blue Shield plans in the Northeast. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sat, Feb 25, 2023, 7:49 PM Jim Marshall

Re: Q: Where is LISTDSI kept?

2023-02-20 Thread Mike Shaw
code LISTDSI the way you coded it: IKJ56621I INVALID COMMAND NAME SYNTAX +++ RC(-3) +++ As someone else pointed out, LISTDSI is a Rexx TSO/E external function so it has to be invoked as a function. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Feb 20, 2023 at 5:04 PM S

Re: Q: Where is LISTDSI kept?

2023-02-20 Thread Mike Shaw
Steve, If you change the EXEC statement to use PGM=IRXJCL instead of PGM=IKJEFT01 does the result change? Mike Shaw QuickRef Support On Mon, Feb 20, 2023, 2:53 PM Steve Thompson wrote: > Thankfully this time I can show the code. One needs to > understand, sometimes I'm working o

Re: Missing Values For The 'SDSF DA' Panels - z/OS 2.5

2023-02-18 Thread Mike Shaw
I meant Brian Westerman...sorry. Mike On Sat, Feb 18, 2023, 11:25 AM Mike Shaw wrote: > Everyone,: > > Brian Western, who is active on this forum, did some of the coding on SDSF > in its infancy when he was still a teenager. He has a good story to tell > about it if you can ge

Re: Missing Values For The 'SDSF DA' Panels - z/OS 2.5

2023-02-18 Thread Mike Shaw
Everyone,: Brian Western, who is active on this forum, did some of the coding on SDSF in its infancy when he was still a teenager. He has a good story to tell about it if you can get it out of him. Mike Shaw MVS/ QuickRef Support Chicago-Soft, Ltd On Sat, Feb 18, 2023, 10:54 AM Jay Maynard

Re: determine job that created dataset?

2023-02-14 Thread Mike Shaw
On Tue, Feb 14, 2023, 5:29 AM Bill Giannelli wrote: > Is there a way to determine what job created a dataset > The job name is in the F8 DSCB in the VTOC entry for the dataset IF the dataset resides in the Extended Addressing Space (EAS) on an Extended Addressing Volume (EAV). Mike Sh

Re: Beware IBM PTF UJ09197 (APAR OA63062)

2023-01-16 Thread Mike Shaw
Or a newbie developer? I would like to know the background on this one... Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Mon, Jan 16, 2023, 2:35 PM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Sun, 15 Jan 2023 20:51:20 -0500, Tony Harm

Re: dump command not fitting in console

2022-12-13 Thread Mike Shaw
Bill, You type *DUMP COMM=('dump explanatory 'text')* and ENTER, and then when prompted you reply *R nn,ASID=...,SDATA=...* and so on until done, then reply *R nn, END* to complete the request. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Dec 13, 2022

Re: SPF/SE is available for free

2022-11-01 Thread Mike Shaw
Michael, Thank you for this gift to our community. I used SPF/PC and SPF/SE extensively in the past and thought it was gone forever. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Nov 1, 2022 at 10:22 AM Michael Knigge wrote: > FYI: > > I guess some of you guys u

Re: A Million Years

2022-10-18 Thread Mike Shaw
18, 2022 at 9:11 AM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Tue, 18 Oct 2022 05:23:24 -0400, Mike Shaw wrote: > > >We use IEBUPDTE for Assembler source change application. SUPERC can > compare > >two source programs and generate a De

Re: A Million Years

2022-10-18 Thread Mike Shaw
We use IEBUPDTE for Assembler source change application. SUPERC can compare two source programs and generate a Delta file in IEBUPDTE format. We even use IEBDG as part of a process when packaging our product elements for customer download. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd

Re: QWS3270 on zPDT

2022-10-12 Thread Mike Shaw
Section 7.1.1 in the I*BM ISV z/PDT Guide and Reference* reference discusses the Linux-to-z/OS TCP/IP connections and how to define them in your z/PDT DEVMAP. It's a long section with lots of detail. Mike On Wed, Oct 12, 2022 at 12:57 PM Binyamin Dissen wrote: > On Wed, 12 Oct 2022 11:10:48 -05

Re: QWS3270 on zPDT

2022-10-12 Thread Mike Shaw
m. QWS3270 will let you specify any port number for either secure or unsecure TN3270 connection. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Wed, Oct 12, 2022 at 6:54 AM Binyamin Dissen wrote: > On Sun, 9 Oct 2022 10:34:12 -0400 Mike Shaw > wrote: > > :>The z/PDT

Re: 50 Years of SAS

2022-10-09 Thread Mike Shaw
Great stuff Barry. Brings back memories of the IBM world in the seventies. Tony Barr went on to found Barr Systems. Mr. Barr's history of SAS is here: http://www.barrsystems.com/about_us/the_company/sas_history.asp Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Sun, Oct 9, 20

Re: QWS3270 on zPDT

2022-10-09 Thread Mike Shaw
3270. If you define a new session to QWS3270 and specify the name or IP address of the Linux side of the box and a port number of 3270, you can connect (non-securely) to that port and appear as a channel-attached local 3270 to z/OS. Does that method eliminate the problem you are seeing? Mike Shaw

Re: QWS3270 on zPDT

2022-10-07 Thread Mike Shaw
We use QWS3270 on a z/PDT and we have not seen that problem. Are you running as a locally attached 3270 device address or through TCP/IP remotely? Mike Shaw Chicago-Soft, Ltd On Fri, Oct 7, 2022, 6:17 AM Binyamin Dissen wrote: > I am having a strange issue running QWS3270 against a z

Re: MVS Update

2022-10-04 Thread Mike Shaw
The 'V' file viewer at www.fileviewer.com will let you view the contents of an XMIT file on your Windows PC. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Oct 4, 2022 at 11:04 AM esst...@juno.com wrote: > . > . > I was able to obtain CBT830.zip >

Re: z/OSMF - again, next issue

2022-08-30 Thread Mike Shaw
e are all participants in a giant beta test. My opinion only... Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Aug 30, 2022 at 9:01 AM Carmen Vitullo wrote: > from what I was told by my teammate, Zsecure version 2.5 requires > z/osmf, I could be wrong, she could be mistak

Re: rexx and IDCAMS functions

2022-08-22 Thread Mike Shaw
AFAIK, APF authorized pgms execute under TSO/E in a sister task to IKJEFT09...the original IKJEFT09 task is in a wait until the APF authorized pgm ends. Maybe the AUTHPGMS list in IKJEFTxx came into being as part of that mechanism... Mike On Mon, Aug 22, 2022, 10:47 AM Paul Gilmartin < 042bf

Re: Finding uncatalogued datasets

2022-07-22 Thread Mike Shaw
Michael, Look at member QWDSLIST in the MVS/QuickRef JCL library. Comments at top of member will provide guidance and sort criteria help. Volser masking is supported. Mike Shaw MVS/QuickRef Support Group On Fri, Jul 22, 2022, 11:19 AM Michael Watkins < 032966e74d0f-dmarc-r

Re: Finding uncatalogued datasets

2022-07-22 Thread Mike Shaw
Jack, MVS/QuickRef will give you a list of the uncataloged data sets across all your online DASD volumes, with one batch job, and you don't need to code any DD statements. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Fri, Jul 22, 2022, 10:00 AM Jack Zukt wrote: > Hi all

Re: z/OS FTP ISPF Client - Available?

2022-07-19 Thread Mike Shaw
Try FTPB, Lionel Dyck's excellent ISPF FTP tool. www.lbdsoftware.com Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Jul 19, 2022, 4:05 PM Jasi Grewal < 040674ae00fc-dmarc-requ...@listserv.ua.edu> wrote: > Greetings, > I work in an organization where there

Re: EXTERNAL: Re: FedEx to move entirely to the cloud [Internal]

2022-07-13 Thread Mike Shaw
"You know Shaw, you are disgustingly clean cut." I couldn't deny it... Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Wed, Jul 13, 2022 at 3:36 PM Phil Smith III wrote: > Karl S Huf wrote: > > >I would refer anyone genuinely interested in sibling pend to

Re: File Transfer Alternatives - Different Platforms

2022-06-27 Thread Mike Shaw
We have a Synology NAS RAID server that Windows and our z/OS system connect to via FTP. OSX and Linux can also talk to it via other protocols . It is very easy to use. Mike Shaw On Mon, Jun 27, 2022, 10:17 AM Mark Jacobs < 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote: > This

  1   2   >