Re: rexx and IDCAMS functions

2022-08-16 Thread Seymour J Metz
The TSO commands that front-end IDCAMS expect a CPPL; you need ADDRESS TSO.; -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Lizette Koehler [stars...@mindspring.com] Se

Re: LINK monitor status for OSA HMC

2022-08-16 Thread Jake Anderson
So I did wrap plug test to ensure the ports were fine and they were good So after finally replacing the 10g SFP with 1G SFP from z14 fixed this issue. Unfortunately the auto negotiate didn't helped. On Wed, Aug 17, 2022, 12:42 AM Mark Zelden wrote: > Jumping in at the middle, so I apologize.

Re: rexx and IDCAMS functions

2022-08-16 Thread Paul Gilmartin
On Tue, 16 Aug 2022 20:31:43 -0500, Hobart Spitz wrote: >IDCAMS commands, like RACF commands are TSO commands. No need for LINKMVS; >I 've never done it, so it might not even work. > Is that true for *all* IDCAMS commands, such as I find in the Ref, SC23-6846-50: IF MAXCC=0

Re: rexx and IDCAMS functions

2022-08-16 Thread Lizette Koehler
I am actually using LINKMVS and that is getting the error I want my general user to be able to do things without knowing idcams Lizette -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Tuesday, August 16, 2022 2:36 PM To: IBM-MAIN@LISTSERV.UA.ED

Re: Simple JOBGROUP or Simple User

2022-08-16 Thread kekronbekron
SDSF folks at Rocket... job groups need some love too. This feature could be very useful when used in ad-hoc job suites or workflows. Ones that are too infrequent to warrant going into the scheduler. Too frequent that submitting one job after another is a bore. Kicking off a chain and letting jobs

Re: How to set time parameter in TSO/E REXX getmsg function

2022-08-16 Thread Nobuhiko Furuya
Hi ALL, Thank you for your all suggestions. But my explanation seemed poor. What I would like to do is  specifying the wait time indirectly in getmsg as follows. But the following code gets errors as I reported. ARG hsmcmd':'seconds                                    <- get wait seconds as a

Re: How to set time parameter in TSO/E REXX getmsg function

2022-08-16 Thread Nobuhiko Furuya
Hi Willy, Thank you for your suggestion. I have confirmed that delay time(isfdeley) can be set from argue indirectly. But why do you recommend the REXX/SDSF API rather than TSO GETMSG, i.e ? Best regards, Nobuhiko Furuya(古谷信彦) V-SOL Inc. On 2022/08/16 21:22, Willy Jensen wrote: In any case, I

Re: rexx and IDCAMS functions

2022-08-16 Thread Hobart Spitz
IDCAMS commands, like RACF commands are TSO commands. No need for LINKMVS; I 've never done it, so it might not even work. Be sure to follow TSO dataset name syntax: Fully qualified names in apostrophes or unqualified names without. "listc ent(ispf.ispprof)" for example. On Tue, 16 Aug 2022, 1

Re: Simple JOBGROUP or Simple User

2022-08-16 Thread Peter Vels
Roger is correct; you don't need both CONCURRENT statements. In fact, you'll get an error with two. Note that the syntax is CONCURRENT *NAME=* *job.* Also, what does *$D GRPDEF* show? If you are seeing CONCURRENT_MAX=0 (which is the default) then change it to 2 (or more if you like) with command

Re: HMC and zombie USB device

2022-08-16 Thread Mike Schwab
Might have been included on the USB subsystem and not connected. You could look up the schematics or observe the circuit boards and chips. On Tue, Aug 16, 2022, 16:33 Radoslaw Skorupka wrote: > As many of us know HMC reports all external devices connected via USB - > mice, keyboards, pendrives,

Re: Problems caused by Health Checker?

2022-08-16 Thread Pew, Curtis G
On Aug 16, 2022, at 9:24 AM, Peter Relson mailto:rel...@us.ibm.com>> wrote: HC infrastructure does not access datasets other than those that you tell it to (such as logstream dataset(s) and the persistent data dataset). I can't speak about the check routines themselves, but well-behaved health

Re: Password Resets

2022-08-16 Thread Steve Beaver
OKTA Sent from my iPhone No one said I could type with one thumb > On Aug 16, 2022, at 16:33, Steely.Mark wrote: > > Does your site use a Self Help Password Reset Tool for RACF or TSS ? > > We would like the customer to be able to perform this function without > involving the Help Desk. >

Re: rexx and IDCAMS functions

2022-08-16 Thread Paul Gilmartin
On Tue, 16 Aug 2022 14:18:54 -0700, Lizette Koehler wrote: >I am going to write a process in REXX using things like DCOLLECT LISTC >etc.. > >I am running into S913-70 > Have you looked at: ? >I am trying to figure out what I need to

Password Resets

2022-08-16 Thread Steely.Mark
Does your site use a Self Help Password Reset Tool for RACF or TSS ? We would like the customer to be able to perform this function without involving the Help Desk. Any suggestions ? Thank You -- For IBM-MAIN subscribe / signo

HMC and zombie USB device

2022-08-16 Thread Radoslaw Skorupka
As many of us know HMC reports all external devices connected via USB - mice, keyboards, pendrives, etc. That's good from security point of view. However I noticed some HMC (2.15) report *non-existent* device. Yes, I checked it thoroughly. Imagine pizza-box HMC machine and all the cables and po

Re: rexx and IDCAMS functions

2022-08-16 Thread Mike Schwab
RACF, DSN authorization. On Tue, Aug 16, 2022, 16:19 Lizette Koehler wrote: > I am going to write a process in REXX using things like DCOLLECT LISTC > etc.. > > > > I am running into S913-70 > > > > I am trying to figure out what I need to do to resolve it > > > > Something in RACF? Pads IKJTS

rexx and IDCAMS functions

2022-08-16 Thread Lizette Koehler
I am going to write a process in REXX using things like DCOLLECT LISTC etc.. I am running into S913-70 I am trying to figure out what I need to do to resolve it Something in RACF? Pads IKJTSOxx?? Anu guidance appreciated Lizette ---

Re: Question about z16 allowed cores

2022-08-16 Thread Joe Monk
See here: https://www.ibm.com/downloads/cas/6NW3RPQV * If ordering a zIIP, one or more general purpose processor (CP) per the specialty engine is required. IBM has modified the ratio of zIIP to CPs to be 2:1. Up to two zIIP processors may be purchased for every general purpose processor purchased

Re: Simple JOBGROUP or Simple User

2022-08-16 Thread Roger W Suhr
Hi, Maybe you can try this: //DRCPYFC JOBGROUP //DRCPYFC1 GJOB // CONCURRENT NAME=DRCPYFC2 I'm not sure you need two CONCURRENT statement Roger W. Suhr suhr...@gmail.com -Original Mess

Re: LINK monitor status for OSA HMC

2022-08-16 Thread Mark Zelden
Jumping in at the middle, so I apologize. I probably missed something. Is this something that just stopped working or isn't working with a CPU upgrade? In a recent upgrade I did we had some OSA OSE ports that wouldn't activate and that is due to the 1G speed but after talking to the LAN / W

Simple JOBGROUP or Simple User

2022-08-16 Thread Tom Longfellow
My forehead is bruised from beating it against the wall. I am trying to set up a simple JOBGROUP with two simultaneous jobs. Here is my JCL (excerpted for brevity) //DRCPYFC JOBGROUP //DRCPYFC1 GJOB // CONCURRENT=DRCPYF

Re: How to set time parameter in TSO/E REXX getmsg function

2022-08-16 Thread Mark Zelden
On Tue, 16 Aug 2022 14:18:41 +0900, Nobuhiko Furuya wrote: >Thanks. But I can't find how to code it. >I would line to change time value depend on the logic. >How can I resolve this ? Are you trying to do something that requires the REXX "interpret" instruction? Is that what you mean? https://

Re: Automatic ftp process

2022-08-16 Thread Angel Jara
Sure this is the doc for the python FTP module: https://docs.python.org/3/library/ftplib.html That contains some sample syntax for the python module, this is a quick generic script I wrote up. You will need to make sure python, ftplib, and io libraries are downloaded on the linux server. You ca

Re: Problems caused by Health Checker? [EXTERNAL]

2022-08-16 Thread Pew, Curtis G
On Aug 15, 2022, at 5:42 PM, Feller, Paul <02fc94e14c43-dmarc-requ...@listserv.ua.edu> wrote: I've not seem this type of behavior as far as I recall. Depending on the level of z/OS you are running there are lots of different checks bei

Re: Question about z16 allowed cores

2022-08-16 Thread P H
Simple answer, Yes for any flavour of speciality engine. However if you want more than 39 CPs then you can't have sub-capacity CPs. Get Outlook for Android From: IBM Mainframe Discussion List on behalf of Horne, Jim Sent: Tuesday, August

Question about z16 allowed cores

2022-08-16 Thread Horne, Jim
Does anyone know if you can have more than 39 total cores configured on a z16 sub-capacity model with the MAX82 feature? I know you can have a max of 39 GCPs, but can zIIPs spill over to the second book? What about ICFs and IFLs? Thanks, Jim Horne NOTICE: All i

Re: Automatic ftp process

2022-08-16 Thread Jake Anderson
Hello Angel Thanks for your sharing. Do you have a sample python script for this process or you would be able to point me in the right direction for sample python script from some GIT ? On Tue, Aug 16, 2022, 7:34 PM Angel Jara < 0444f3c91457-dmarc-requ...@listserv.ua.edu> wrote: > As far as

Re: Automatic ftp process

2022-08-16 Thread Angel Jara
As far as the Linux side goes, I use python and it's FTP module on the linux server to send files from a user directory on the linux server to the mainframe which is then accessible. Once you do the changes on the mainframe, then you can also use python on the linux server to ftp down the new/ch

Re: Problems caused by Health Checker?

2022-08-16 Thread Peter Relson
HC infrastructure does not access datasets other than those that you tell it to (such as logstream dataset(s) and the persistent data dataset). I can't speak about the check routines themselves, but well-behaved health checks running within the HZSPROC address space do not open datasets (and I k

Re: Automatic ftp process

2022-08-16 Thread Carmen Vitullo
CDC IIRC supports DB's other than DB2, on the Mainframe, I worked with a product from Oracle that performed about the same task, running in Unix System Services, it supported Oracle and DB2 IIRC on the mainframe. I forget the product since it's been about 12 years since we did a POC for the pro

Re: Automatic ftp process

2022-08-16 Thread Jake Anderson
It's basically we run a non IBM Database in mainframe The user(management) have a list of employees code where they want to know some of their personal data of employees from mainframe Database. So here management or the requestor doesn't have mainframe access and we as mainframer will pick the l

Re: Automatic ftp process

2022-08-16 Thread Carmen Vitullo
any record? any file? maybe there's some DASD replication tool for this ?  we do this for DASD subsystems to another subsystem for DR for Data bases there's IBM's Info-sphere change data capture Carmen On 8/16/2022 8:24 AM, Jake Anderson wrote: Hi We have requirement whenever someone saves

Automatic ftp process

2022-08-16 Thread Jake Anderson
Hi We have requirement whenever someone saves a record(non-mainframe user) in Linux.We automatically wants to get those record and ftp to mainframe and and pull all details from database then save it back to the same location where the user saves his Initial record. Has anyone tried this similar

Re: How to set time parameter in TSO/E REXX getmsg function

2022-08-16 Thread Willy Jensen
In any case, I will strongly recommend that you use the REXX/SDSF API rather than TSO GETMSG, i.e.: /* Demo REXX/SDSF API system command */ zz=isfcalls('ON') isfdelay=2 /* value for WAIT */ Address SDSF ISFSLASH "'d prog,apf' (WAI

Re: How to set time parameter in TSO/E REXX getmsg function

2022-08-16 Thread Seymour J Metz
The getmsg() is valid; the problem is before that. You're not showing enough of your code to diagnose the problem. Include a trace i before the CONSOLE command. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: How to set time parameter in TSO/E REXX getmsg function

2022-08-16 Thread Willy Jensen
You might be missing something. This is (one of) my TSO console pgms. The delay of 2 seconds could be a variaible. /* Issue command, receive response via the TSO CONSOLE commandrexx */