Re: Enterprise COBOL 6.3 and IBM Programmer Tools

2019-12-31 Thread Savor, Thomas (Alpharetta)
If I read the Manual correctly, only Batch is 64-bit supported. CICS is not 64-bit supported. I have many DB2 programs that run Batch and Online, so I guess they will have to be forced to run as 31-bit. Thanks, Tom Savor -Original Message- From: IBM Mainframe Discussion List On

Re: Using a Variable in an IPCS LENGTH tatement

2019-12-31 Thread CM Poncelet
Perhaps something like this would allow a LENGTH GT 1000 - you could give it a try:   ARG WHATEVER ADDRESS IPCS PSA_ADDRESS = '' "EVALUATE" PSA_ADDRESS||. ,   "POSITION("X2D(00)") LENGTH("WHATEVER") REXX(STORAGE(DATA_IN_PSA))" SAY 'DATA STARTING AT PSA ADDRESS 0 WITH LENGTH 'WHATEVER' IS

Re: Chaning time zone for Unix based tasks

2019-12-31 Thread Gadi Ben-Avi
This is the result: # cat TZlog.txt Script command is started on Wed Jan 1 05:50:11 2020. # date Wed Jan 1 05:50:29 2020 # export -p | grep TZ

Re: Migrating to new DS8884

2019-12-31 Thread Brian Westerman
Yes, save the old configuration to USB and import it into the new box. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Chaning time zone for Unix based tasks

2019-12-31 Thread Paul Gilmartin
On Tue, 31 Dec 2019 05:51:40 +, Gadi Ben-Avi wrote: >I changed TZ to the value you suggested, and when I issue the time command I >get UTC. > So the TZ mailing list gently scolded me for rehashing old news and mentioned: http://austingroupbugs.net/view.php?id=1252 This proposal would

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Mark Regan
After using the Brew tool to install the x3270 package, the x3270 executable itself does not show up. These are the only ones that show up in the x3270 bin directory: drwxr-xr-x 7 markregan staff 224 Jun 3 2019 . drwxr-xr-x 8 markregan staff 256 Dec 31 12:51 .. -r-xr-xr-x 1

Re: it was 20 years ago today ....

2019-12-31 Thread Mike Schwab
W.C. Fields? https://en.wikipedia.org/wiki/W._C._Fields On Tue, Dec 31, 2019 at 2:01 PM Rupert Reynolds wrote: > > Ah . . . sigh . . . > A story I can tell now: > One night around the new year, at the end of 1999. I was wondering around > (client) with a bottle of nice sparkling wine, looking

Hour 26? (was: Chaning time zone for Unix based tasks)

2019-12-31 Thread Paul Gilmartin
(cross-posting to tz and IBM-MAIN) Hi, TZData, On a Linux system, I see: 1043 $ uname -a Linux Bunsen5-PG 4.9.0-11-686-pae #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) i686 GNU/Linux 1044 $ cat /usr/share/zoneinfo/Asia/Tel_Aviv | tail -1 IST-2IDT,M3.4.4/26,M10.5.0 1045 $ ... This would seem

Re: it was 20 years ago today ....

2019-12-31 Thread Rupert Reynolds
Ah . . . sigh . . . A story I can tell now: One night around the new year, at the end of 1999. I was wondering around (client) with a bottle of nice sparkling wine, looking for somewhere to keep it cool. It was a special one-off night shift tacked onto the ml llend of a contract. I was to stay

Re: Happy Holidays

2019-12-31 Thread Richards, Robert B.
Ditto! And may all remain in good health! Bob -Original Message- From: IBM Mainframe Discussion List On Behalf Of scott Ford Sent: Tuesday, December 31, 2019 2:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Happy Holidays All, To all my friends and colleagues i would like to wish you

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread scott Ford
Mark, We use x3270 all the time on macOS and Linux due to testing etc. Once the syntax is understood it’s not bad to use. Scott On Tue, Dec 31, 2019 at 2:32 PM Mark Regan wrote: > Correction, I got c3270, the curses-based version, to work, not x3270 > itself. > > Regards, > > *Mark T. Regan,

Happy Holidays

2019-12-31 Thread scott Ford
All, To all my friends and colleagues i would like to wish you and yours a Happy Holiday and Happy prosperous New Year .. Scott Ford Z/OS Lead IDMWORKS -- Scott Ford IDMWORKS z/OS Development -- For IBM-MAIN subscribe /

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Mark Regan
Correction, I got c3270, the curses-based version, to work, not x3270 itself. Regards, *Mark T. Regan, K8MTR* CTO1 USNR-Retired, 1969-1991 Nationwide Insurance, Retired, 1986-2017 On Tue, Dec 31, 2019 at 1:43 PM Mark Regan wrote: > Lee, > > Thanks for the pointer to Brew. I got Brew

Re: Strange Migration behaviour DFHSM

2019-12-31 Thread Lizette Koehler
I would look for messages like ARC0310A Can Volume be mounted - You could have an issue if the response is N ARC0560E MIGRATION LIMITED: NO TAPE MIGRATION VOLUME I find these two are the major contributors to migration issues. Note: If you have a PARMLIB member called AUTOR00 - or

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Joe Monk
Ive emailed that guy about the rewrite he wants to do. Unfortunately its like a brick wall... no response. Joe On Tue, Dec 31, 2019 at 12:44 PM Seymour J Metz wrote: > There'd be an obvious option (https://www.brown.edu/cis/tn3270/) for a > tn3270 client if you could convince apple to upgrade

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Seymour J Metz
There'd be an obvious option (https://www.brown.edu/cis/tn3270/) for a tn3270 client if you could convince apple to upgrade Carbon to 64 bit. the similarity between *bsd and Linux, I would expect that some of the TN3270 clients for Linux would also work on macosx; there might even be binary

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Mark Regan
Lee, Thanks for the pointer to Brew. I got Brew installed okay, and using it, I got x3270 installed okay too. Thanks, *Mark T. Regan, K8MTR* CTO1 USNR-Retired, 1969-1991 Nationwide Insurance, Retired, 1986-2017 On Tue, Dec 31, 2019 at 12:41 PM leeb <

it was 20 years ago today ....

2019-12-31 Thread Chris Hoelscher
Has it been 20 years since Y2K?? sometimes it seems like last year, other times seems like another lifetime . Thank You, Chris Hoelscher| Lead Database Administrator | IBM Global Technical Services| T 502.476.2538 or 502.407.7266

Re: VSAM record length 0

2019-12-31 Thread Paul Gilmartin
On Tue, 31 Dec 2019 17:44:05 +, Frank Swarbrick wrote: >VSAM macro return and reason codes > >Reason Codes (RPLERRCD) > >108(X'6C') Incorrect RECLEN. Some possible reasons are: > > 1. RECLEN specified was larger than the maximum allowed, equal to 0, or > smaller than the sum of the length

Re: GOODBYE

2019-12-31 Thread Seymour J Metz
You're still allowed to subscribe after you're retired. Enjoy. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of esmie moo <012780d99c7b-dmarc-requ...@listserv.ua.edu> Sent: Tuesday, December

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Seymour J Metz
I might believe X Window. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Matt Hogstrom Sent: Tuesday, December 31, 2019 12:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Looking for tn3270

Re: GOODBYE

2019-12-31 Thread Farley, Peter x23353
Be sure you call Operations before you leave to tell them to remove you name and phone number from their lists . . . After leaving a job many years ago I still got calls from their Operations people months after I had left that place. Enjoy your retirement! Peter -Original Message-

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Paul Gilmartin
On Tue, 31 Dec 2019 12:49:33 -0500, Matt Hogstrom wrote: >Sorry, I was equally fast on send. brew installs x3270 but I believe it >requires X Windows. > Aka X11 aka XQuartz. >These items are installed using brew install x3270 in /usr/local/bin >c3270 -> ../Cellar/x3270/3.6ga8/bin/c3270

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Joe Monk
I use zoc7 for tn3270 on my mac. Joe On Tue, Dec 31, 2019 at 11:49 AM Matt Hogstrom wrote: > Sorry, I was equally fast on send. brew installs x3270 but I believe it > requires X Windows. > > These items are installed using brew install x3270 in /usr/local/bin > c3270 ->

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Joe Monk
I use zoc7. Joe On Tue, Dec 31, 2019, 11:49 leeb < 02ae733369f7-dmarc-requ...@listserv.ua.edu> wrote: > Huh, OK. Does 'x3270' include c3270 these days? I'm not near my work > machine > so can't check. > > > On Tue, Dec 31, 2019 at 12:44:04PM -0500, Matt Hogstrom wrote: > > Your command

Re: GOODBYE

2019-12-31 Thread Robert Longabaugh
Enjoy your retirement. At least you will know when the clock strikes 1, 2, 3, or 4, you won't be getting a call from Operations. Happy New Year Bob Longabaugh Broadcom Storage Management - CA Allocate and CA Disk On Tue, Dec 31, 2019 at 9:27 AM esmie moo <

Re: GOODBYE

2019-12-31 Thread Jesse 1 Robinson
Esmie, you kept us gentle. Or at least marginally genteel. ;-( . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Matt Hogstrom
Sorry, I was equally fast on send. brew installs x3270 but I believe it requires X Windows. These items are installed using brew install x3270 in /usr/local/bin c3270 -> ../Cellar/x3270/3.6ga8/bin/c3270 pr3287 -> ../Cellar/x3270/3.6ga8/bin/pr3287 s3270 -> ../Cellar/x3270/3.6ga8/bin/s3270

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread leeb
Huh, OK. Does 'x3270' include c3270 these days? I'm not near my work machine so can't check. On Tue, Dec 31, 2019 at 12:44:04PM -0500, Matt Hogstrom wrote: > Your command ‘brew install x3270 c3270’ > Error: No available formula with the name "c3270" > ==> Searching for a previously deleted

Re: VSAM record length 0

2019-12-31 Thread Frank Swarbrick
VSAM macro return and reason codes Reason Codes (RPLERRCD) 108(X'6C') Incorrect RECLEN. Some possible reasons are: 1. RECLEN specified was larger than the maximum allowed, equal to 0, or smaller than the sum of the length and the displacement of the key field. 2. RECLEN was not equal to

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Matt Hogstrom
Your command ‘brew install x3270 c3270’ Error: No available formula with the name "c3270" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow Error: No

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread leeb
Sorry, a little too quick with the send button. I should have added that once brew is installed, 'brew install x3270 c3270' should have the desired effect. However, I'm not running Catalina so YMMV. Happy new year! Lee. On Tue, Dec 31, 2019 at 12:24:24PM -0500, Mark Regan wrote: > Since the

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Matt Hogstrom
Yes, brew works under catalina Matt Hogstrom m...@hogstrom.org +1-919-656-0564 PGP Key: 0x90ECB270 Facebook LinkedIn Twitter “It may be cognitive, but, it ain’t intuitive." — Hogstrom > On Dec

Re: Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread leeb
I assume brew works under Catalina? https://brew.sh/ Lee. On Tue, Dec 31, 2019 at 12:24:24PM -0500, Mark Regan wrote: > Since the Catalina version of macOS is 64-bit only, any 32-bit tn3270 > emulators no longer work on the macOS. I found ZOC, and I'm trying it out > but was wondering if there

GOODBYE

2019-12-31 Thread esmie moo
Gentle Readers,      The clock has struck 12 and I am retiring from the work force.  I want to thank you all for the support I received over the years. A massive thanks to one and all.  Good luck and great health to you all and a great 2020.

Looking for tn3270 emulator that can run on macOS 10.15.2 (Catalina)

2019-12-31 Thread Mark Regan
Since the Catalina version of macOS is 64-bit only, any 32-bit tn3270 emulators no longer work on the macOS. I found ZOC, and I'm trying it out but was wondering if there are any other products out there. Another option is to try and build a copy x3270 or c3270 for use on macOS. Not being a

Re: CBT File 120 - A new article - Member BM1912DE

2019-12-31 Thread Seymour J Metz
> "A PDS must be compressed to a DASD." Does that sentence have any meaning? I would have guessed that it means compressed to a sequential dataset on DASD, but a search suggests that it means that AMATERSE itself copies the members to a temporary DASD dataset. -- Shmuel (Seymour J.) Metz

Re: RCA MCF and jukebox

2019-12-31 Thread Seymour J Metz
I wouldn't describe the 3850 as poor quality, but it did sometimes drop a cartridge on the floor of the enclosure. Also, while it supported 3350 staging drives in 3330 compatibility mode, IBM never upgraded it to support native 3350, much less newer drives. The BULL Gamma 30 was an RCA 3301,

Re: Chaning time zone for Unix based tasks

2019-12-31 Thread Paul Gilmartin
On 2019-12-30, at 22:51:40, Gadi Ben-Avi wrote: > > I changed TZ to the value you suggested, and when I issue the time command I > get UTC. > "time"? Try "date" instead. Troubleshooting: o Run the commands in the attached TAtry.txt file (This is not a shell script.)

Re: Strange Migration behaviour DFHSM

2019-12-31 Thread Mike Schwab
The management class on the dataset may be set to require backup or migration to Level 1 before allowing migration to ML2. On Tue, Dec 31, 2019 at 5:31 AM Lennie Dymoke-Bradshaw wrote: > > Is it possible you have a tape device which is stuck in some allocation > failure? > > I encountered one

Re: Strange Migration behaviour DFHSM

2019-12-31 Thread Lennie Dymoke-Bradshaw
Is it possible you have a tape device which is stuck in some allocation failure? I encountered one of these many years back. Device management had issued a message for a failed allocation and the message had been DOMed. Net result was that tape allocations hung behind the first failure. I my