Re: Remember the 9370?

2020-08-12 Thread Joe Monk
And then there were also the micro-channel 9370s... 9371-1xx. Ran VM and DOS/VSE. Joe On Wed, Aug 12, 2020 at 9:20 AM Martin Packer wrote: > In that sense it was rather like the AS/400 - and from the same era. > > Before the - nicer to my eyes - black machine aesthetic kicked in. > > Cheers, Ma

Re: Name those boxes

2020-08-18 Thread Joe Monk
The console is an IBM 1415-2, hard to tell, but looks like it is for a 7010 CPU system. http://ed-thelen.org/comp-hist/IBM-ProdAnn/7010.pdf Joe On Mon, Aug 17, 2020 at 11:51 PM Ken Smith wrote: > The phone is a Western Electric model 500 > https://en.m.wikipedia.org/wiki/Model_500_telephone >

Re: DFSORT confusion.

2020-08-20 Thread Joe Monk
What happens if you code the include like this? OUTFIL INCLUDE=(19,1,CH,EQ,C'ABCDEFGHIJKLNOPQRSTUVWXYZ0123456789') Joe On Thu, Aug 20, 2020 at 6:27 AM John McKown wrote: > This is on z/OS 1.12 (sorry). A programmer has run two DFSORT jobs with > slightly different control statements which both

Re: DFSORT confusion.

2020-08-20 Thread Joe Monk
ted Joe On Thu, Aug 20, 2020 at 7:05 AM John McKown wrote: > On Thu, Aug 20, 2020 at 7:03 AM Joe Monk wrote: > > > What happens if you code the include like this? > > > > OUTFIL INCLUDE=(19,1,CH,EQ,C'ABCDEFGHIJKLNOPQRSTUVWXYZ0123456789') > > > &

Re: PF key - one PF key - not responding

2020-08-24 Thread Joe Monk
When youre in EDIT mode, try PFSHOW on the command line. See what it says. Joe On Mon, Aug 24, 2020 at 1:22 PM Bob Bridges wrote: > While replying to some of the ideas you folks sent me I thought to try > another one: I said works in Outlook, but I forgot to > distinguish: It's working in ~m

Re: Mainframe Multi factor authentication possibilities

2020-08-25 Thread Joe Monk
I dont understand how this is supposed to work. 2FA is for ONE user. If you have many users using one common userid, the system should invalidate any other user logged on with that. same userid and a different 2FA. Joe On Tue, Aug 25, 2020 at 10:42 AM Paul Gilmartin < 000433f07816-dmarc-requ.

Re: Dovetail/Kirk Wolf?

2020-09-01 Thread Joe Monk
Dave, I would encourage you to check whether websockets are enabled on the T:Z product. If not, nothing to worry about, and you can report the issue to your security team as mitigated. Joe On Tue, Sep 1, 2020 at 6:00 AM Jousma, David < 01a0403c5dc1-dmarc-requ...@listserv.ua.edu> wrote: > Th

Re: Architectural Level Sets

2020-09-01 Thread Joe Monk
370 supported DAS (the code is in MVS3.8J). 43XX running MVS supported DAS also. 4381 could have up to 64M of main storage... Joe On Tue, Sep 1, 2020 at 4:26 PM Mike Schwab wrote: > Well, XA+ machines only supported 4K pages / 1M segments and not 2K > pages / 64K segments. Then DAS and Access

Re: Architectural Level Sets

2020-09-01 Thread Joe Monk
> http://mason.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf > of Joe Monk > Sent: Tuesday, September 1, 2020 5:55 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Architectural Level Sets > > 370 supported DAS (

Re: Architectural Level Sets

2020-09-01 Thread Joe Monk
"MVS didn't use 2KiB pages," Yes, MVS 3.8J does use 2KB pages. Joe On Tue, Sep 1, 2020 at 7:20 PM Seymour J Metz wrote: > MVS didn't use 2KiB pages, so I never paid any attention to whether the > 4341 or 3081 had them, but MVS/XA required DAS. Access registers came > later, on the 3090, and w

Re: Architectural Level Sets

2020-09-02 Thread Joe Monk
Page 7-31 says the only condition for XA is the "move-inverse facility" has to be installed... http://www.bitsavers.org/pdf/ibm/370/princOps/SA22-7085-1_370-XA_Principles_of_Operation_Jan87.pdf Joe On Wed, Sep 2, 2020 at 5:10 AM Seymour J Metz wrote: > Strange! The XA PoOps shows MVCIN as on

Re: Multiple FTP Servers

2020-09-04 Thread Joe Monk
Generally, for passive FTP/s, the connection is negotiated on port 21 and then redirected to a higher port. Joe On Fri, Sep 4, 2020 at 10:50 AM Roberto Halais wrote: > Listers: > > We are converting all our file transfer jobs from FTP to FTPS. > Our security people insist we do not use port 21

Re: Ransoming a mainframe disk farm

2020-09-04 Thread Joe Monk
Skip, I will tell you what saved one of my customers. When they use a VTL, they replicated that VTL to another site. So, when some files got encrypted via ransomware, they were able to quickly replicate the files back and re-boot. Joe On Fri, Sep 4, 2020 at 1:51 PM Jesse 1 Robinson wrote: > It

Re: Ransoming a mainframe disk farm

2020-09-04 Thread Joe Monk
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 Discussion List On Behalf > Of Joe Monk > Sent: Friday, S

Re: Constant Identifiers

2020-09-06 Thread Joe Monk
"PL/I doesn't have integers." Sorry Shmuel, youre incorrect. FIXED BINARY (15,0) is a 2 byte integer and FIXED BINARY (31,0) is a 4 byte integer. "The ratiio 4/3 is FIXED BIN," No, its FIXED DECIMAL (1,0)... Joe On Sun, Sep 6, 2020 at 2:33 PM Seymour J Metz wrote: > PL/I doesn't have intege

Re: Constant Identifiers

2020-09-06 Thread Joe Monk
t 7:34 PM Robin Vowels wrote: > On 2020-09-07 09:35, Joe Monk wrote: > > "PL/I doesn't have integers." > > > > Sorry Shmuel, youre incorrect. > > > > FIXED BINARY (15,0) is a 2 byte integer and FIXED BINARY (31,0) is a 4 > > byte > > in

Re: Constant Identifiers

2020-09-07 Thread Joe Monk
Fortran mindset. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf > of Joe Monk > Sent: Sunday, September 6, 2020 7:35 PM > To: IBM-MAIN@LISTSERV.UA.EDU &

Re: Constant Identifiers

2020-09-07 Thread Joe Monk
/knowledgecenter/SSZHNR_2.0.0/com.ibm.ent.pl1.zos.doc/pg/rules.html Joe On Mon, Sep 7, 2020 at 12:23 AM Robin Vowels wrote: > On 2020-09-07 13:05, Joe Monk wrote: > > "No it isn't. 4/3 yields 1.33... to 15 digits, > > and is of precision (15,14)" > > > > D

Re: PL/I integer arithmetic

2020-09-07 Thread Joe Monk
wrote is correct for such. > See Table 15 top entry, for ANS rules for division; > Table 16 top entry, for IBM rules. > > On 2020-09-07 22:19, Joe Monk wrote: > > Actually it does... > > > > Under the IBM suboption: > > > > > >- Nonz

Re: PL/I integers (was: Constant Identifiers)

2020-09-07 Thread Joe Monk
"DECLARE (I, J) FIXED DECIMAL (15); I = 4; J = 3; PUT ((I/J*J));" Well, just doing the math, that should give an answer of 4. 4/3 * 3/1 = 4/1 = 4 ... Joe On Mon, Sep 7, 2020 at 9:15 AM Seymour J Metz wrote: > Did you read what I wrote? The code you wrote has nothing to do with the > expressio

Re: PL/I integer arithmetic

2020-09-07 Thread Joe Monk
/GC33-0009-3_OS_PLI_Language_Reference_Jul74.pdf Joe On Mon, Sep 7, 2020 at 8:43 AM Robin Vowels wrote: > You think that I am not looking at IBM's PL/I LRM? > > On 2020-09-07 23:25, Joe Monk wrote: > > The answer is here: > > > > > https://www.ibm.com/support/knowledgec

Re: Ransoming a mainframe disk farm

2020-09-07 Thread Joe Monk
Let me tell you why it is not such a hypothetical problem... As we all know, Microsoft now allows under Windows for Linux, Windows access to Linux datastores. So, imagine I have a mainframe data store mounted as a Linux FS on a Windows box running Windows for Linux. Now, the windows box gets ranso

Re: Ransoming a mainframe disk farm

2020-09-07 Thread Joe Monk
I will tell you that when it happened to my client, the "ransom" was $1million. It was less expensive to lose a days work. in restoring from backups. Joe On Mon, Sep 7, 2020 at 6:53 PM Charles Mills wrote: > > It should be a moral decision to *never* pay any ransom, no matter what > the cost t

Re: [OT] Rabies [Was: Ransoming a mainframe disk farm]

2020-09-08 Thread Joe Monk
It is an interesting note that the rabies protocol is post-exposure. You will get post-exposure treatments on Days 0, 3, 7, and 14. The treatment on day 0 consists of a globulin shot as well as the vaccine. The other three are vaccine only. Joe On Tue, Sep 8, 2020 at 5:46 AM Robert Prins wrote

Re: Architectural Level Sets

2020-09-09 Thread Joe Monk
According to this guide, the 3090 could still start in BC mode when in 370 mode. See page 7-6. http://vtda.org/docs/computing/IBM/Mainframe/Hardware/System/SA22-7121-6_3090ProcComplexFunctionalCharacteristics.pdf Joe On Wed, Sep 9, 2020, 16:07 Lennie Bradshaw < 032fff1be9b4-dmarc-requ...@lis

Re: Architectural Level Sets

2020-09-09 Thread Joe Monk
OS/360 always runs in BC mode. MVS 3.8J and earlier IPL in BC mode and then change the PSW to EC mode. Joe On Wed, Sep 9, 2020 at 4:47 PM Seymour J Metz wrote: > In XA mode the problem is the SIO instruction. DOS.360, OS/360, OS/VS, > etc. don't support SSCH. Does OS/360 need BC when you sysge

Re: z14 ZR1 CE LR LSYSTEM not found

2020-09-11 Thread Joe Monk
You might check the fiber path between the buildings. I think the link budget on a CE LR is only 7db, so if you have some lossy fiber pairs and/or patches you might be losing too much light. Reference: https://www.ibm.com/support/pages/sites/default/files/inline-files/536468_GA23-0367-13.pdf. - Pa

Re: z14 ZR1 CE LR LSYSTEM not found

2020-09-13 Thread Joe Monk
What version of z/os? Joe On Sat, Sep 12, 2020 at 11:05 PM Jennifer McCumber < 0331f2b9a863-dmarc-requ...@listserv.ua.edu> wrote: > Hi > > The CSYSTEM and LSYSTEM is an actual status via the service element while > looking at the channel problem determination of the VCHPD. > > The weird part

Re: z14 ZR1 CE LR LSYSTEM not found

2020-09-14 Thread Joe Monk
Jennifer, Have you seen these? https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieaf100/ieaf10071.htm Joe On Mon, Sep 14, 2020 at 7:05 AM Jennifer McCumber < 0331f2b9a863-dmarc-requ...@listserv.ua.edu> wrote: > Joe > > We are at 2.3 > >

Re: SMPe ptfs download to USS

2020-09-17 Thread Joe Monk
No, its because the process uses java... Joe On Thu, Sep 17, 2020 at 7:57 AM kekronbekron < 02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote: > I could be *completely* wrong .. so ... will wait for the list to correct > me. > Think this could be because TCP/IP is built 'in' USS, and theref

Re: Searching MLPA module

2020-09-18 Thread Joe Monk
Thats incorrect. MLPA is read only. Joe On Fri, Sep 18, 2020 at 9:42 AM Itschak Mugzach < 0305158ad67d-dmarc-requ...@listserv.ua.edu> wrote: > MLPA is in CSA and is modifiable while lpa is read only. > > בתאריך יום ו׳, 18 בספט׳ 2020, 17:17, מאת Peter ‏: > > > Apology for being ingorant .. i

Re: Searching MLPA module

2020-09-18 Thread Joe Monk
key zero and it's bad form to put nonrefreshable code there, > but it is not always read only. Unlike PLPA, it is subject to page out. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > > From: IBM Ma

Re: Searching MLPA module

2020-09-21 Thread Joe Monk
d form to put nonrefreshable code there, > but it is not always read only. Unlike PLPA, it is subject to page out. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > ____ > From: IBM Mainframe Discussion Li

Re: Determining program name/number of paramaters from called COBOL program

2020-09-22 Thread Joe Monk
Language Environment or non-LE? Joe On Tue, Sep 22, 2020 at 2:24 PM Chris Cantrell < chris.cantr...@palmettogba.com> wrote: > Hello, > > I am hoping someone out there can help me with this 'opportunity'. > > In a Z/OS enterprise COBOL environment, I want to be able to retrieve the > calling prog

Re: Determining program name/number of paramaters from called COBOL program

2020-09-22 Thread Joe Monk
If it's using standard OS linkage, he could use an assembler routine to do a traceback and get some of the items. The problem will come in if passed by value instead of by reference... Joe On Tue, Sep 22, 2020 at 2:58 PM Seymour J Metz wrote: > I doubt that it's possible in general, certain sp

Re: Determining program name/number of paramaters from called COBOL program

2020-09-22 Thread Joe Monk
he question is what special cases does the OP need to > handle. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf > of Joe Monk > Sent: Tuesday, Septemb

Re: Determining program name/number of paramaters from called COBOL program

2020-09-22 Thread Joe Monk
AVE is just an STM (24 bit) or > similar instructions. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf > of Joe Monk > Sent: Tuesday, September

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-21 Thread Joe Monk
; Would you like an 'EOF' option to specify whether EOF should be detected? > > > > TSO is a very-multi-tasked environment. Each command is ATTACHed as a > > subtask, and the default for attention is to mercilessly DETACH it (which > > is essentially CANCEL for

Re: PL/I TSO Interrupt - Attention handling - SLIP trap X33E / X13E

2019-05-21 Thread Joe Monk
gt; is essentially CANCEL for a task). Except for the exceptions, of course. > > > > sas > > > > > > On Mon, May 20, 2019 at 11:03 AM Joe Monk wrote: > > > >> If youre trying to run under TSO, did you compile with the INTERRUPT > >> optio

Re: Job abend with S722

2019-07-05 Thread Joe Monk
Or, you could try OUTLIM=16777215 on the DD SYSOUT card. Joe On Fri, Jul 5, 2019 at 8:56 AM Allan Staller wrote: > JES might also be supplying the OUTLIM. It does not necessarily come from > JCL. > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Mark Jacobs >

Re: STC gets gets DAIR error 0218/0000

2019-07-09 Thread Joe Monk
Some possible reasons for this error are: - The dynamic allocation tried to use a VIO-eligible unit, but the data set name was not a temporary dsname (DSN=&&dsname). - The dynamic allocation tried to put a data set with a non-temporary dsname (DSN=dsname) onto a real DASD volume but

Re: STC gets gets DAIR error 0218/0000

2019-07-09 Thread Joe Monk
ll in the catalog. Our server > does a dynamic allocation with DSN and DISP specified, so it's basically > the same as the above JCL. > > Thanks > Robin > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf

Re: IBM Destination z - Of Elephants and Mainframes

2019-08-01 Thread Joe Monk
I can pretty much guarantee that NASA wasnt writing programs in the late 1950's in machine language... FORTRAN AND LISP were 704 languages. Joe On Thu, Aug 1, 2019 at 5:54 PM Seymour J Metz wrote: > Re 1957: with a SOAP II manual dated February 1957, how likely is it that > the original SOAP

Re: dfsort: Sort job to get price variance records

2019-08-02 Thread Joe Monk
Thats not what is being asked ... In the sample output... 50338 789997580026.00 36052910DF 96.12 50338 789997580026.00 36052910DF 96.12 50338 789997580026.00 36052910DF 95.12 What is different about the first

Re: Local time in C on z/OS

2019-08-15 Thread Joe Monk
Code is right here https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxbd00/localt.htm /* CELEBL07 This example queries the system clock and displays the local time. */ #include #include int main(void) { struct tm *newtime; time_t ltime; time(

Re: Local time in C on z/OS

2019-08-15 Thread Joe Monk
the current locale if POSIX(OFF) or TZ is not defined. Joe On Thu, Aug 15, 2019 at 2:22 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Thu, 15 Aug 2019 14:07:42 -0400, Joe Monk wrote: > > >Code is right here > > > >

Re: Local time in C on z/OS

2019-08-18 Thread Joe Monk
"It needs redesign for use in CICS, IMS and most z/OS components." The time in CICS can be gotten in C very easily: "EXEC CICS ASKTIME ABSTIME(utime)" C char data_area[8]; ABSTIME(data-area) Specifies the data area for the number of milliseconds since 00:00 on 1 January 1900, which is kn

Re: LE 64 bit no main assembler ?

2019-08-23 Thread Joe Monk
Perhaps this will help ... https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.cbcpx01/cexample.htm Joe On Thu, Aug 22, 2019 at 10:49 PM Joseph Reichman wrote: > Hi > > All of the code I have on my system is assembler. The Code is a TCP/IP > Serve > to a Windows Client

Re: LE 64 bit no main assembler ?

2019-08-23 Thread Joe Monk
oseph Reichman wrote: > > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceea400/cee142446.htm > > Thanks I think I need to do this no ? > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Joe Monk > Sent: Frid

Re: LE 64 bit no main assembler ?

2019-08-23 Thread Joe Monk
LQMAIN > > > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Joe Monk > Sent: Friday, August 23, 2019 6:14 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: LE 64 bit no main assembler ? > > Have a look here... Youre calling 64bit C from assem

Re: LE 64 bit no main assembler ?

2019-08-23 Thread Joe Monk
YES right ? > > > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Joe Monk > Sent: Friday, August 23, 2019 8:08 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: LE 64 bit no main assembler ? > > Right you need a stub main. If you look at the section I

Re: Local time in C on z/OS

2019-08-23 Thread Joe Monk
/* get the local offset from GMT */ days_diff = mvsvar('SYMDEF','LYR4') - mvsvar('SYMDEF','YR4') if days_diff = 0 then days_diff = mvsvar('SYMDEF','LJDAY') - mvsvar('SYMDEF','JDAY') hours_diff = mvsvar('SYMDEF','LHR') -, mvsvar('SYMDEF','HR') + 24 * days_diff min_diff = right(abs(mvsvar('SYMDEF',

Re: prceprocess directives XL C\C++

2019-09-22 Thread Joe Monk
Almost :) Its not PARM its CPARM Joe On Sun, Sep 22, 2019 at 4:45 PM Joseph Reichman wrote: > Hi > > > > Would anyone know where to specify pre-processor directives as said > previously I am compiling code that runs on windows as well z/os > > > > So I have #ifdef ZOS AND #IFDEF MSVC > > > >

Re: how to force a free of ispf allocated Dataset

2019-10-05 Thread Joe Monk
you beat me to send :) Joe On Sat, Oct 5, 2019 at 3:44 AM ITschak Mugzach wrote: > You can't. Instead of rename, allocate a new one, copy into the current one > and update the tso proc with the new name. A they later you'll be able to > delete the old one. > > בתאריך שבת, 5 באוק׳ 2019, 11:39, מ

Re: Calling amode 64 C\C++ From assembler

2019-10-20 Thread Joe Monk
https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R3SA380689/$file/ceeam00_v2r3.pdf Page 143 Joe On Sun, Oct 20, 2019 at 10:28 AM Joseph Reichman wrote: > Hi > > > > I am still wondering how to get this done would calling CELQPIPI to > initialize an assembler subroutine as C

Re: "old" OS/390 documentation

2019-10-23 Thread Joe Monk
Seems to be a lot on IBM Publications Center ... https://www-05.ibm.com/e-business/linkweb/publications/servlet/pbi.wss?CTY=US Joe On Tue, Oct 22, 2019 at 9:21 PM Thomas David Rivers wrote: > I know there was a lot of discussion on this, but my > searches have not been fruitful. > > I had a li

Re: "old" OS/390 documentation

2019-10-23 Thread Joe Monk
Try this: https://www-05.ibm.com/e-business/linkweb/publications/servlet/pbi.wss?CTY=US Joe On Wed, Oct 23, 2019 at 3:52 PM Farley, Peter x23353 < peter.far...@broadridge.com> wrote: > Sue, > > Maybe I am missing something, but on that "Library Archive" site you > pointed at I do not see any OS

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-27 Thread Joe Monk
Where are your calls to CELQPIPI? Joe On Sun, Oct 27, 2019 at 6:05 PM Joseph Reichman wrote: > AMODE 64 rmode any > > BROWSEIBMUSER.DBGR.DLLLIB Row 022 of > 022 > Command ===> Scroll ===> > CSR >

Re: Return code X'20' 32 from CELQPIPI INIT_MAIN

2019-10-29 Thread Joe Monk
So according to: "20 The routine_name contains only blanks and the routine_entry was zero. The PreInit table was not updated." https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceeam00/ceeam141.htm Joe On Mon, Oct 28, 2019 at 8:55 PM Joseph Reichman wrote: > The l

Re: GETMAIN LOC=32

2023-02-02 Thread Joe Monk
BAKR (branch and stack) is an ESA/390 instruction. Joe On Thu, Feb 2, 2023 at 11:00 AM Seymour J Metz wrote: > > BAKR is not a S/370 instruction > > ? > > IBM Enterprise Systems Architecture/370 Principles of Operation, > SA22-7200-0, > < > http://bitsavers.org/pdf/ibm/370/princOps/SA22-7200-0_

Re: GETMAIN LOC=32

2023-02-02 Thread Joe Monk
I dont understand the premise here. In AM64, LA loads 64 bits. All of this talk of 32 bits seems to be nonsense. If the registers in z/Arch are 64 bits, then your program is 64 bits... no? Every machine instruction in AM64 is a 64 bit instruction... or am I missing something? And the POPs for z/

Re: GETMAIN LOC=32

2023-02-02 Thread Joe Monk
"And getting a caller to preserve their own registers instead of trusting the called program is something under my control - I don't need a z/OS change." It doesnt work that way, because R14 will change between caller and called program. R14 to the called program will not be the same as R14 just b

Re: Searching the ASVT

2023-02-05 Thread Joe Monk
I always find it fascinating when someone tries to explain to the IBM z/OS designers how z/OS works... Joe On Sun, Feb 5, 2023 at 9:16 AM Michael Stein wrote: > On Sun, Feb 05, 2023 at 01:34:36PM +, Peter Relson wrote: > > > ASVTFRST is documented as "address of first available ASVT entry".

Re: Virtual tape usage

2023-02-06 Thread Joe Monk
https://www.ibm.com/docs/en/zos/2.1.0?topic=dfsms-zos-dfsmsrmm-reporting https://www.ibm.com/docs/en/zos/2.1.0?topic=generator-sample-report-definitions Joe On Sun, Feb 5, 2023 at 10:15 PM Jake Anderson wrote: > We use DFRMM. Is there any specific reporting batch that I can rely on ? > > On Mo

Re: GETMAIN LOC=32

2023-02-07 Thread Joe Monk
e that it took me years to realize this, and it was > Joe Monk (who posts here) who told me the problem > could be solved with DAT. > > BFN. Paul. > > > > > On Thu, 2 Feb 2023 18:55:41 -0600, Paul Edwards > wrote: > > >Why is the first thing a concern? >

Re: The Local death of DB2 z/OS --- what is the best way to preserve the data once the mainframe is gone

2023-02-08 Thread Joe Monk
1. Right click on Table, select Data > Return all Rows.. 2. Result will be displayed in 'SQL Results' view, in the Result1 tab 3. Right click on data (not column heading) any where and select Export > All Results 4. Select the CSV file format in the wizard and then save the file 5. You will hav

Re: Vtam error code

2023-02-12 Thread Joe Monk
I thnk a VTAM cmd code of 23 is an application requested cancel. Joe On Sat, Feb 11, 2023 at 10:46 PM Jake Anderson wrote: > Hello > > One of our application was reporting the below error. I was looking through > the SNA and IP codes but not able to find or am ignorant about the below > code >

Re: Vtam error code

2023-02-12 Thread Joe Monk
Jake, What application is this from? Joe On Sun, Feb 12, 2023 at 3:24 AM Jake Anderson wrote: > Hello Joe > > Would you please point me to the manual where it explains? > > On Sun, Feb 12, 2023, 1:20 PM Joe Monk wrote: > > > I thnk a VTAM cmd code of 23 is an appl

CZAM question

2023-02-12 Thread Joe Monk
Page 4-82 of the PoOPS says: "If CPU power-on reset establishes the configuration, then it sets the architectural mode to one of the following: - The ESA/390 mode (when neither the ESA/390-compatibility-mode facility nor the CZAM facility is installed) - The ESA/390-compatibility

Re: Need advice: rexx calling authorized asmblr w/mult parms

2023-02-16 Thread Joe Monk
The TSO call parm string is 100 characters. Is that not enough? Joe On Thu, Feb 16, 2023 at 7:01 AM Seymour J Metz wrote: > While the TSO authorized service facility will certainly do the job, I > suspect that eventually System Rexx will become mandatory, so you might > want to get your feet we

Re: Z15 EOM

2023-03-02 Thread Joe Monk
"The one rack z16 (aka Business Class) has not yet been announced," It already exists. See slide 91. https://ibm-zcouncil.com/wp-content/uploads/2022/05/z16-Technical-Overview-50M-KennyStine.pdf Joe On Thu, Mar 2, 2023 at 7:45 AM Mike Shorkend wrote: > The one rack z16 (aka Business Class

Re: STP timer information under z/OS?

2023-03-13 Thread Joe Monk
You can also use the STCKSYNC macro... https://www.ibm.com/docs/en/zos/2.5.0?topic=xct-stcksync-store-clock-synchronous-service And you can get info from CLOCKXX in SYS1.PARMLIB. Joe On Mon, Mar 13, 2023 at 4:08 AM Support, DUNNIT SYSTEMS LTD. < supp...@dunnitsys.com> wrote: > Big help! You me

Re: CS/CDS instruction

2023-03-15 Thread Joe Monk
Or you just could do an STFLE and check the facility bits... Joe On Wed, Mar 15, 2023 at 10:52 AM P H < 04843e86df79-dmarc-requ...@listserv.ua.edu> wrote: > This doc (url below) will give you a list of what is available/supported > on different generations of the current System z. However if

Re: Stop the ragging on COBOL please [was: RE: ASM call by value]

2023-03-29 Thread Joe Monk
"Too many languages lack ELSEIF and strong closure. Fie on the danglig ELSE!" Now you know why COBOL programmers always indented their code ... it helps line up the IF...ELSE structure. That was of course before VS COBOL II (Cobol '85). Joe On Wed, Mar 29, 2023 at 8:01 AM Paul Gilmartin < 0

Re: Stop the ragging on COBOL please [was: RE: ASM call by value]

2023-04-07 Thread Joe Monk
"I know more about banking than you know it alls." You dont know what you dont know. Joe On Thu, Apr 6, 2023 at 9:16 PM Bill Johnson < 0047540adefe-dmarc-requ...@listserv.ua.edu> wrote: > I know more about banking than you know it alls. Already proved Crayford > wrong regarding the challeng

Re: COBOL question

2023-04-10 Thread Joe Monk
A lot of times, U4038 is not enough region... Joe On Mon, Apr 10, 2023 at 6:15 AM Cameron Conacher < 03cfc59146bb-dmarc-requ...@listserv.ua.edu> wrote: > Good call 😊 > > I ALLOCATE once. > And just before GOBACK, I issue the FREE. Just one time. > I am thinking it might be related to EXPEDIT

Re: Inexplicable 0C4!

2023-04-27 Thread Joe Monk
"If the operation is completed with condition code 0, the contents of general register R1 are incremented by the contents of general register R1 + 1, and then the contents of general register R1 + 1 are set to zero. If the operation is completed with condition code 1, the contents of general regist

Re: COBOL question: How to dynamically get the name of the routine that called you

2023-05-02 Thread Joe Monk
You use the LE service CEETBCK. This is the traceback utility and can be used to walk the call chain backwards from Enteprise COBOL. Joe On Tue, May 2, 2023 at 12:08 PM Schmitt, Michael wrote: > I wrote an assembler subprogram that gets the name of the caller of the > caller, i.e. if A > B >

Re: PCRE2 source code ....

2023-06-11 Thread Joe Monk
CBTTAPE 939 Joe On Sun, Jun 11, 2023 at 8:02 AM Dave Jones wrote: > Hello, all. > Is there any place where I could access and download the PCRE2 source code > from the port by Ze'ev Atlas? That might be useful to folks that don't have > easy access to a z/OS image... > Thanks. > DJ > >

Re: PCRE2 source code ....

2023-06-11 Thread Joe Monk
Also, https://github.com/PCRE2Project/pcre2 Joe On Sun, Jun 11, 2023 at 8:02 AM Dave Jones wrote: > Hello, all. > Is there any place where I could access and download the PCRE2 source code > from the port by Ze'ev Atlas? That might be useful to folks that don't have > easy access to a z/OS im

Re: PCRE2 source code ....

2023-06-11 Thread Joe Monk
Dave, Those are TSO TRANSMIT files. The hint is in the first record ... *\INMR01 There is a $INSTALL member that is in REXX. It will install all these files... Prompting will occur for hlq and optional volser. and it will then issue the TSO RECEIVE command for the the following mem

Re: PCRE2 source code ....

2023-06-11 Thread Joe Monk
Ok well you can also get it from the github link I shared with you On Sun, Jun 11, 2023 at 10:59 AM Dave Jones wrote: > Thanks, Joe, but I don't have access to a z/OS system to perform those > steps. > Take care. > DJ > > -- > F

Re: Cobol question

2023-07-11 Thread Joe Monk
You can always map the TCB and reference field TCBTTIME to get the accumulated CPU time for the task - I think its offset 316 decimal. Joe On Tue, Jul 11, 2023 at 4:22 PM Pommier, Rex wrote: > Hey all, > > I just got this tossed at me by an application developer. Cobol 6.3. Is > there some bu

Re: OSA-ICC question

2023-07-11 Thread Joe Monk
Page 129 https://www.redbooks.ibm.com/redbooks/pdfs/sg245444.pdf Joe On Tue, Jul 11, 2023 at 5:12 PM Laurence Chiu wrote: > We are having a LPAR being stood up on an outsourcing company's host. It > will be for our use but they will manage it via the HMC's and possibly the > OSA-ICC port. All

Re: OSA-ICC question

2023-07-12 Thread Joe Monk
gt; > > - KB > > --- Original Message --- > On Wednesday, July 12th, 2023 at 9:17 AM, Laurence Chiu > wrote: > > > > Thanks. I thought as much as Googled for this but this link didn't pop > up. > > That is pretty conclusive. > > > >

Re: OSA-ICC question

2023-07-12 Thread Joe Monk
I think he was asking about the hosting company. They will always have access via the HMC. In addition, since their network will be used to access the OSA-ICC port, they will have access via that method. Joe On Wed, Jul 12, 2023 at 8:01 AM Tom Longfellow < 03e29b607131-dmarc-requ...@listserv

Re: z13s going EOS anytime soon?

2023-08-28 Thread Joe Monk
https://www.ibm.com/support/pages/system/files/inline-files/IBM%20Mainframe%20Life%20Cycle%20History%20V2.13%20-%20July%2011%202023.pdf - slide 4 z13s is EOS on 12/31/2024. Joe On Mon, Aug 28, 2023 at 1:58 PM Claude Richbourg < claude.richbo...@myfloridacfo.com> wrote: > Good afternoon, > > We

Re: Is the IBM Assembler List still alive

2023-09-03 Thread Joe Monk
Assembler is only relevant to the Machine. Joe On Mon, Sep 4, 2023 at 12:23 AM Matt Hogstrom wrote: > Assembler is only relevant to the Runtime > > Matt Hogstrom > PGP key 0F143BC1 > > > On Sep 3, 2023, at 13:26, Paul Gilmartin < > 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > > > >

Re: Simple request from chatGPT to write assembler program.

2023-09-05 Thread Joe Monk
It doesn't even establish addressability. Joe On Tue, Sep 5, 2023 at 5:52 PM Bernd Oppolzer wrote: > It will not work, because almost every single instruction has an error > or two. > Every programmer with a little bit ASSMBLER experience can see this; > this ChatGPT program has no grasp of ins

Re: Simple request from chatGPT to write assembler program.

2023-09-05 Thread Joe Monk
It will abend for sure. Joe On Tue, Sep 5, 2023 at 5:52 PM Bernd Oppolzer wrote: > It will not work, because almost every single instruction has an error > or two. > Every programmer with a little bit ASSMBLER experience can see this; > this ChatGPT program has no grasp of instruction formats

Re: Simple request from chatGPT to write assembler program.

2023-09-06 Thread Joe Monk
"LexisNexis is over 200 years old..." Bull. LexisNexis was started by a lawyer in 1956... Joe On Wed, Sep 6, 2023 at 7:57 AM Bill Johnson < 0047540adefe-dmarc-requ...@listserv.ua.edu> wrote: > Shocking, LexisNexis is over 200 years old and is designed specifically > for legal purposes. Chat

Re: Programatically setting JCL symbolsragg

2023-10-18 Thread Joe Monk
On Wed, Oct 18, 2023 at 16:28 Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 18 Oct 2023 16:18: 05 -0500, Charles Hardee wrote: > > > >Thanks in advance for anyone that can shed light on the subject. > > > >Is there a umechanism for setting a JCL type variable fr

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-13 Thread Joe Monk
1. Restrictions for encrypted data sets - System data sets (such as Catalogs, SMS control data sets, SHCDS, HSM data sets) must not be encrypted, unless otherwise specified in product documentation. - Data sets used during IPL must not be encrypted. Page

Re: Paging Jay Maynard

2019-11-27 Thread Joe Monk
try jay.k...@gmail.com Joe On Wed, Nov 27, 2019 at 11:59 AM Mike Schwab wrote: > https://twitter.com/tronguy > > Pretty much ignores anything Hercules related, won't assign a replacement > owner. > > On Wed, Nov 27, 2019 at 11:28 AM Seymour J Metz wrote: > > > > Does anybody have a valid e-mai

Re: Transfering files from z/OS to VSE

2019-12-04 Thread Joe Monk
OK, so you said transmit via open system. IMHO, The easiest way is to use IDCAMS to REPRO the file to a flat file (RECFM=V). Then, ZIP the file, and send it over the open systems, which should have no problem with a ZIP file. When it gets to the far end (VSE), just unzip it and use IDCAMS REPRO to

Re: Water-cooled 360s?

2019-12-09 Thread Joe Monk
"I am 99.9% positive there were no water cooled S360 or S370 processors." "The central processing complex of the System/360 Model 195 is made up of seven stand-alone units: a CPU, three CPU power supply units, a power distribution unit, a coolant distribution unit, and a system console (Figure 2).

Re: CICS term _BLINK_

2019-12-10 Thread Joe Monk
Set the field attribute HILIGHT to BLINK on the DFHMDF map definition OR Set the -H map attribute for the field in the generated data area to DFHBLINK Joe On Tue, Dec 10, 2019 at 12:23 PM Ward Able, Grant wrote: > Carlos - probably best to ask this on the dedicated CICS list > cic...@listser

Re: IP 0.0.0.0

2019-12-23 Thread Joe Monk
The address 0.0.0.0 is nothing in and of itself to worry about. What you need to worry about are the port numbers to which it is trying to communicate. Joe On Mon, Dec 23, 2019 at 1:54 AM Jake Anderson wrote: > Hello > > Cross posted > > Out network vulnerability team has reported that there is

Re: IP 0.0.0.0

2019-12-23 Thread Joe Monk
"0.0.0.0 is non-routable and a typical use in traffic would be in DHCP, in which an adaptor doesn't have an address assigned yet and the device sends out a DHCP request from 0.0.0.0 asking to be assigned a proper address." PCs dont send DHCP to 0.0.0.0. They send DHCP to 255.255.255.255 ... broadc

Re: VSAM record length 0

2019-12-27 Thread Joe Monk
ESDS uses RBA (relative byte address). You cant store a record at RBA 0, because that would be the last byte of the previous record. Joe On Fri, Dec 27, 2019 at 4:55 PM Frank Swarbrick wrote: > So I am trying to copy sequential file to a VSAM ESDS. One of the lines > in the source file has a r

<    1   2   3   4   5   6   >