Re: RACF Special User Revoked System

2018-08-04 Thread Joe Monk
t; > Also, once we login how can we solve that special user racf password issue > and let system to again use racf for security > > On Sat, Aug 4, 2018, 2:56 PM Joe Monk wrote: > > > > > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1. > 0/com.ibm.zos.v2r1.icha2

Re: using REXX to spawn a Java program

2018-10-08 Thread Joe Monk
This kinda gives you a clue: "syscalls('ON') ensures that the SYSCALL host command environment is available in your REXX environment. If the call detects that SYSCALL is not available in your environment, it dynamically adds it." "Performance characteristics for dynamically added host commands ar

Re: DCB Open Exit

2018-10-24 Thread Joe Monk
Coming in a little late here, but I don't understand the issue. Isn't EXLST coded on the DCB macro? So when the exit code gets invoked, why wouldn't you know in the exit what DCB called the exit? So, even in the case of a multiple open, the DCB macro invokes the exit list code... Joe On Wed, Oc

Re: TSO STEPLIB Allocation

2018-10-28 Thread Joe Monk
you can always use TASKLIB to put in your own stuff ahead of step lib in the search order... TSO searches tasklib ahead of steplib. Joe On Sun, Oct 28, 2018 at 10:13 AM Beverly Caldwell wrote: > Does anyone know, by any chance, if there is any (legitimate) way to rid > oneself of an unwanted ST

Re: TSO STEPLIB Allocation

2018-10-28 Thread Joe Monk
; > On Oct 28, 2018, at 11:42 AM, Joe Monk wrote: > > > > you can always use TASKLIB to put in your own stuff ahead of step lib in > > the search order... TSO searches tasklib ahead of steplib. > > > > Joe > > > > On Sun, Oct 28, 2018 at 10:13 AM Beverly

Re: TSO STEPLIB Allocation

2018-10-28 Thread Joe Monk
ichman > 170-10 73 rd ave > Fresh meadows NY 11366 > > > On Oct 28, 2018, at 12:06 PM, Joe Monk wrote: > > > > you can only use TSOLIB outside of ISPF :) > > > > But from ISPF you can ALLOC and then execute ... > > > > Joe > > > > On

Re: Storage question

2018-11-22 Thread Joe Monk
If you check the CBT, there is a VTOC TSO command that can do what you want. Joe On Thu, Nov 22, 2018 at 2:28 AM Sankaranarayanan, Vignesh < vignesh.v.sankaranaraya...@marks-and-spencer.com> wrote: > Hello again List! > > Is there a way to produce a listing of datasets (given the HLQs) based > e

Re: GETMAIN LOC=32

2018-05-09 Thread Joe Monk
Please remember that everything Paul talks about is running on a software based emulation of the IBM mainframe ... Hercules. Please also remember that he changes the code of Hercules to make it run the way that he wants, rather than conforming to the actual IBM Principles of Operation. Everything

Re: GETMAIN LOC=32

2018-05-09 Thread Joe Monk
bar. Joe On Wed, May 9, 2018 at 6:48 PM, Paul Edwards wrote: > No, that is not true. The 32-bit load modules > I produce run on MVS 3.8j, MVS/XA, OS/390 > and z/OS. It has nothing to do with Hercules. > > BFN. Paul. > > > > On Wed, 9 May 2018 18:24:51 -0500, Joe Monk

Re: GETMAIN LOC=32

2018-05-09 Thread Joe Monk
You didn't even read the post. I specifically said "IBM 370". There isnt an IBM 370 machine out there that can run AMODE 64. So yes it is correct. Joe On Wed, May 9, 2018 at 7:26 PM, Paul Edwards wrote: > On Wed, 9 May 2018 19:17:37 -0500, Joe Monk wrote: > > >The

Re: GETMAIN LOC=32

2018-05-09 Thread Joe Monk
the 32-bit address registers > in the 32-bit program will be masked down > to 24 bits. > > A trimodal 32-bit module will run just fine > on S/370 MVS 3.8j. > > BFN. Paul. > > > > > On Wed, 9 May 2018 20:04:17 -0500, Joe Monk wrote: > > >You didn't

Re: GETMAIN LOC=32

2018-05-10 Thread Joe Monk
istserv.ua.edu > Subject: Re: GETMAIN LOC=32 > > On Wed, 9 May 2018 20:45:46 -0500, Joe Monk wrote: > > >Once again, you dont comprehend. > > > >IBM 370 can run XA (31-bit) (a la 3084). They CANNOT run AMODE 64. > > And non-XA IBM 370 CANNOT run AMODE 31. &g

Re: GETMAIN LOC=32

2018-05-10 Thread Joe Monk
d expect existing code to continue to run. Joe On Thu, May 10, 2018 at 8:18 AM, Paul Edwards wrote: > On Thu, 10 May 2018 08:09:32 -0500, Joe Monk wrote: > > >For instance, if you look at his PDOS, the command processor is named > >command.com. He wants the mainframe to behave like a

Re: GETMAIN LOC=32

2018-05-11 Thread Joe Monk
"How did that work? Did a high bit in BASR cause AM32 to be activated?" No ... the 360-67 had to be IPL'd in extended PSW mode to activate AM32. Otherwise it was a BC mode PSW machine... Joe On Fri, May 11, 2018 at 5:32 AM, Paul Edwards wrote: > On Fri, 11 May 2018 00:59:14 -0700, Glen wrote:

Re: How do I use 3270-4E on TSO?

2018-05-24 Thread Joe Monk
I always logged on with a logmode that supported all models, then I could pick which one I wanted. Had three LT'a, so one was TSO 43x80, one was SDSF report display, and one was test CICS region,,, Joe On Thu, May 24, 2018 at 4:46 PM, Tony Thigpen wrote: > What is the TSO setting to allow me t

Re: How do I use 3270-4E on TSO?

2018-05-24 Thread Joe Monk
Try a generic logmode ... SNX32705 and see if the session binds. Joe On Thu, May 24, 2018 at 7:50 PM, Tony Thigpen wrote: > Failing. > > I tried it, but it did not work. First, I am on a real VTAM non-SNA > session using an OSA-C. So, I had to use: > logon applid(tso) logmode(D4C32XX3) > But, i

Re: XSS and Host on Demand

2018-06-06 Thread Joe Monk
The easiest way to remediate that is to use a URL filter (bluecoat, Cisco Sourcefire) that check URLS going thru the firewall and block any that contain scripting... Joe On Wed, Jun 6, 2018 at 8:50 AM, Joe Sumi wrote: > Hello, has anyone encountered a situation with a Cross-site scripting > (XS

Re: compares

2018-06-06 Thread Joe Monk
IEBCOMPR (compare) comes to mind... Data Set A on SYSUT1 Data Set B on SYSUT2 SYSPRINT=* and SYSIN DUMMY Joe On Wed, Jun 6, 2018 at 9:58 AM, Nai, Dean wrote: > > >Howdy, > > I have numerous lists of tape numbers that I need to compare so I can > remove any duplicate and only keep them in o

Re: JNI - Release

2024-10-07 Thread Joe Monk
I was thinking the same thing. The __atoe function must be making a copy of the string and sticking it in the msg variable, and the strcpy is operating on that. Joe On Mon, Oct 7, 2024 at 12:29 PM Colin Paice < 059d4daca697-dmarc-requ...@listserv.ua.edu> wrote: > ... mark 2 answer. > Perhap

Re: How to FTP a Variable-Length File to the Mainframe

2024-10-24 Thread Joe Monk
When you transfer a variable length file using the binary option, the rdws become part of the the data. One way around this that I am aware of is to change the file into an XMIT file and then ftp it in binary mode. Joe On Thu, Oct 24, 2024 at 2:17 AM Jason Cai wrote: > Hi all > > I followed

Re: 32 bit

2024-11-03 Thread Joe Monk
support 32-bit addresses as well? > > On Mon, Nov 4, 2024 at 12:03 AM Joe Monk < > 05971158733e-dmarc-requ...@listserv.ua.edu> wrote: > > > "I understand the model 67 supported 32-bit addresses." > > > > 1. It was an PRPQ > > 2. the only OS su

Re: 32 bit

2024-11-03 Thread Joe Monk
"I understand the model 67 supported 32-bit addresses." 1. It was an PRPQ 2. the only OS support for 32-bits was in ACP/TPF Joe On Sun, Nov 3, 2024 at 2:59 PM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 1 Nov 2024 15:45:07 -0500, Linda Chui wrote: > > ...

Re: 32 bit

2024-11-01 Thread Joe Monk
"I wonder: are IBM z/OS products written in C,..." PL/X Joe On Fri, Nov 1, 2024 at 1:07 PM Kirk Wolf wrote: > True, but there are lot's of reasons for not wanting to port your 31-bit > C/C++ to 64 bit. > > One example is when you are using XPLINK-31 with C/C++ and have a bunch of > XPLINK ass

Re: PoOP z/ARCH latest xx number

2024-09-20 Thread Joe Monk
I dont see any J mnemonics in the PoOP. https://publibfp.dhe.ibm.com/epubs/pdf/a227832d.pdf They are documented in the HLASM guide: https://publibz.boulder.ibm.com/epubs/pdf/asmr1021.pdf on page 67 They are also documented in the z/Arch Reference Summary: https://www.ibm.com/support/pages/sites/d

Re: NYDFS Cybersecurity 500.7(c)(2) blocking common passwords

2024-11-26 Thread Joe Monk
You can use the exit routine (ICHPWX11) to lookup the password in a dataset and reject if the password is found. https://www.ibm.com/docs/en/zos/2.4.0?topic=exits-new-password-phrase-exit-ichpwx11 Joe On Tue, Nov 26, 2024 at 11:25 AM Grace Godfrey < 072e3a8a3050-dmarc-requ...@listserv.ua.edu

Re: NYDFS Cybersecurity 500.7(c)(2) blocking common passwords

2024-11-26 Thread Joe Monk
gt; > > > > From: IBM Mainframe Discussion List on behalf > of Joe Monk <05971158733e-dmarc-requ...@listserv.ua.edu> > Date: Tuesday, November 26, 2024 at 1:50 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: NYDFS Cybersecurity 500.7(c)(2) blocking common password

Re: NYDFS Cybersecurity 500.7(c)(2) blocking common passwords

2024-11-26 Thread Joe Monk
So best practice now is to use passphrases. Joe On Tue, Nov 26, 2024 at 1:20 PM Grace Godfrey < 072e3a8a3050-dmarc-requ...@listserv.ua.edu> wrote: > Thank you David, Joe, and David for the referrals. I'm reading them now. > > SYS1.SAMPLIB(IRRPHREX) says error 10 will occur if a forbidden wo

Re: Temporary data that must persist till end of job

2024-11-21 Thread Joe Monk
Why wouldnt you use an &&dataset with a disp of (new,pass) and a unit of VIO in the creating step, then just reference the file in successive steps? //STEP1 EXEC PGM=SOMEPGM //DD1 DD DSN=&&temp1,disp=(new,pass),unit=vio,DCB=... //STEP2 EXEC PGM=SOMEPGM //DD2 DD DSN=&&temp1,disp=(old,pas

Fwd: Job opening | Mainframe Administration | onsite

2024-11-22 Thread Joe Monk
This is not for me ... forwarded if you are looking for a job ... Joe -- Forwarded message - From: Ankit Yadav Date: Fri, Nov 22, 2024 at 12:16 PM Subject: Job opening | Mainframe Administration | onsite To: Joe Monk Hi Joe,Warm greetings! My name is Ankit, and I cam

Re: Online manual for VTAM 3180 support

2024-11-22 Thread Joe Monk
https://www.ibm.com/docs/en/zos/3.1.0?topic=devices-pservic-operand-modeent-macroinstruction Joe On Fri, Nov 22, 2024 at 12:05 PM Seymour J Metz wrote: > Those are hardware manuals. What I'm looking for is an online TSO or VTAM > manual describing the PSERVIC for the extended model codes 2+ thr

Re: Temporary data that must persist till end of job

2024-11-22 Thread Joe Monk
&& datasets are always dynamically allocated. Its just done by JES. Joe -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: history and evolution of INFO/MVS, INFO/VM-VSE etc.

2025-01-11 Thread Joe Monk
The info/man, I remember came out around 1981. It was used for a problem management and change control in an MVS environment. Joe On Sat, Jan 11, 2025 at 10:09 Mark S Waterbury < 01c3f560aac1-dmarc-requ...@listserv.ua.edu> wrote: > Hello, all, > > I am curious about the history and evolution

Re: Pipes

2025-01-13 Thread Joe Monk
Hey John Hartmann has to get his salary somehow! Joe On Mon, Jan 13, 2025 at 12:35 PM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 13 Jan 2025 12:19:35 -0600, Lionel B Dyck wrote: > > > >A decent, open-source, alternative would be wonderful. > > > That would

Re: New z16's packing slips

2025-03-22 Thread Joe Monk
It is called the cfr (configuration file report). Joe On Sat, Mar 22, 2025 at 08:33 Anton Britz < 07a55504e417-dmarc-requ...@listserv.ua.edu> wrote: > Question : > > I have 2 new z16's on the computer floor that we need to get working but > I need to find the detail of what is in them. > > W

<    1   2   3   4   5   6