Re: Improve OMVS cp performance?

2020-11-17 Thread Paul Gilmartin
On Wed, 18 Nov 2020 13:01:53 +0800, David Crayford wrote: >This is really cool. We could use this right now for our SCLM/Git >Integration tooling. > >Q: How does it handle member ENQs. Does it ENQ using SPFEDIT or SYSDSN? >One of the problems we ran into with "cp" copying an entire data set is

Re: Finding JES2 node name

2020-11-17 Thread Tim Hare
The code is not just to _find_ the node, but we want to use the node name for other purposes in this program. So SDSF isn't going to help here. As for other methods of using IEFSSREQ and/or control block chain chaining why are they better than the ASASYMBM/F program interface?

Re: Improve OMVS cp performance?

2020-11-17 Thread David Crayford
This is really cool. We could use this right now for our SCLM/Git Integration tooling. Q: How does it handle member ENQs. Does it ENQ using SPFEDIT or SYSDSN? One of the problems we ran into with "cp" copying an entire data set is it fails if one member is in use. We worked around this by

Re: Non-L/E assembler program calling L/E Cobol program

2020-11-17 Thread Mike Hochee
I call LE C++ from non-LE assembler programs by first creating a Language Environment for them using IBM pre-initialization services. Check out CEEPIPI in chapter 30 of the following... https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R3sa380682/$file/ceea200_v2r3.pdf I

Re: Non-L/E assembler program calling L/E Cobol program

2020-11-17 Thread Charles Mills
I call LE C++ from non-LE assembler and Rexx with no issues. It's just like calling any other program; just like calling IEFBR14. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Clark Morris Sent: Tuesday, November 17, 2020

Re: Non-L/E assembler program calling L/E Cobol program

2020-11-17 Thread Clark Morris
[Default] On Tue, 17 Nov 2020 10:52:49 -0800 (PST), in bit.listserv.ibm-main Joe DeChirico wrote: >Hi > >I have a need for a non-l/e program to call an l/e cobol program, are there >any examples of this sort of call? > >Is it even possible? Others either have or will point you to the correct

Re: Reference for NIH or Mellon multi-access SPOOL?

2020-11-17 Thread Clark Morris
[Default] On 17 Nov 2020 09:24:13 -0800, in bit.listserv.ibm-main sme...@gmu.edu (Seymour J Metz) wrote: >Can anybody point me to documentation on the provenance of the NIH (HASP II >V3) or Mellon (HASP II V4) mods for mult-access SPOOL? There are citation >needed tags in

Re: IMS 10 - psb not defined

2020-11-17 Thread Wilby, Luke
You need to look at the datasets that the IVP jobs are using and the datasets the IMS address space is using. NOTINIT means that the PSB is not in the active IMS ACBLIB dataset. You need to review the dataset names specified in job IV3E202J (PSBGEN) and IV3E203J (ACBGEN) and compare them to

Re: ALET value of CSRC4GET

2020-11-17 Thread Joseph Reichman
That's the doc for IARV64 For CSRC4GET seems okay ? cntl_alet Specifies the fullword variable containing the ALET that identifies the location of the anchor and extents. Initialize the ALET to 0 if your program is running in AR mode and the anchor and extents are in the primary address space.

Re: ALET value of CSRC4GET

2020-11-17 Thread Charles Mills
If the doc specifically says those are the valid values then my wild guess would be that those are the valid values. Most things just say to specify an ALET, so if the doc has that specific restriction I would guess it is there for a reason. I've been wrong before. Charles -Original

Re: ALET value of CSRC4GET

2020-11-17 Thread Joseph Reichman
CSRC4GET specfies 64 bit storage the thing that made ask the question the documentation on IAVR64 which has an ALETvalue param says valid values are 0 and 2 primary and home I do specify an ALET of the address space where I issued the IARV64 (storage used for cell pool services) and am getting

Re: ALET value of CSRC4GET

2020-11-17 Thread Charles Mills
I'm not an ALET expert and I don't know CSRC4GET but isn't "specifying another address space" the whole point of an ALET? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joseph Reichman Sent: Tuesday, November 17, 2020 4:14

ALET value of CSRC4GET

2020-11-17 Thread Joseph Reichman
Hi Can the alet value of this service specify another address space Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Finding JES2 node name

2020-11-17 Thread Charles Mills
Well, my code could almost certainly be improved by using SRST rather than a CLI loop to find the comma, and perhaps by changing the code such that the likely path through the conditional jumps was straight through rather than branching. In my defense I wrote it a long time ago. I was just

Re: IMS 10 - psb not defined

2020-11-17 Thread Itschak Mugzach
Mike, ACBGEN only requires MODIFY PREPARE ACBLIB. follow the messages on syslog. Program status NOTINIT means that the program resources (such as PSB, DBD, ACB, etc.) are not available. ITschak *| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere Platform* *|* *Information

Re: IMS 10 - psb not defined

2020-11-17 Thread Mike Stramba
Ok, I've managed to get the database and PSB working. Though I'm not really sure how. I *had* done an ACBGEN and the members were showing in all three ACLIB data sets. Should a *cold start* of IMS be necessary ? (It seems? that the psb/database didn't respond until a cold start). Now I'm

Re: [MVS-OE] [External] Re: [MVS-OE] Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-17 Thread Frank Swarbrick
OK, issue resolved. I not only had to set the read and execute bits on the program itself (curl), but also on the entire directory path. Not sure what the difference is in regard to executing the program directly vs inside a script, but hey. From: MVS

Re: Finding JES2 node name

2020-11-17 Thread Rob Scott
Getting the JES node name from the SSVI (in response to SSI-54) is exactly what SDSF does. Rob Scott Rocket Software -Original Message- From: IBM Mainframe Discussion List On Behalf Of Charles Mills Sent: 17 November 2020 17:48 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding JES2

Re: Using PCOMM with SSL ?

2020-11-17 Thread Charles Mills
Your TN3270 server -- or AT-TLS as its proxy -- is using a server certificate. That certificate is signed by some CA. You will need that CA's root certificate installed in Windows. That CA might be - The PKI group at your site - Some well-known CA such as DigiCert or GoDaddy - The server

Re: Finding JES2 node name

2020-11-17 Thread Charles Mills
The following code works. No idea if it is the "best" way. * INFORMATION RETRIEVED FROM JES VIA IEFSSREQ LAR1,ASSOB IEFSSREQ , * Check for errors on IEFSSREQ LHI R0,0No reason code LAR14,=C'IEFSSREQ' LTR R15,R15

Reference for NIH or Mellon multi-access SPOOL?

2020-11-17 Thread Seymour J Metz
Can anybody point me to documentation on the provenance of the NIH (HASP II V3) or Mellon (HASP II V4) mods for mult-access SPOOL? There are citation needed tags in https://en.wikipedia.org/wiki/Job_Entry_Subsystem_2/3 and I'd like to include some. Thanks. -- Shmuel (Seymour J.) Metz

Re: Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-17 Thread Paul Gilmartin
On Tue, 17 Nov 2020 16:59:13 +, Frank Swarbrick wrote: >Why would PATH have any effect here, since I have the fully qualified path >specified? > /u/dvfjs/rocket/bin/curl itself might issue an execvp() call or depend on having a current working directory. It's kinda like needing dependencies

Re: FTP converting between UTF-8 and EBCDIC

2020-11-17 Thread Paul Gilmartin
I've checked the 2020 September refresh. On Tue, 17 Nov 2020 09:12:17 -0600, Paul Gilmartin wrote: > >Does "conversion errors" mean "invalid octet sequences" in the source >as well as characters valid in the source CCSID but having no equivalent >in the target charact set. In the former case,

Re: Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-17 Thread Seymour J Metz
You're right. Ghosties and ghoulies and things that go bump n the night? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Frank Swarbrick Sent: Tuesday, November 17, 2020 11:59 AM To:

Re: Finding JES2 node name

2020-11-17 Thread Tim Hare
The program is already in Assembler - so I'm guessing I would use the AMASYMBM or AMASYMBF service to resolve SYSNODE -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-17 Thread Frank Swarbrick
Why would PATH have any effect here, since I have the fully qualified path specified? From: IBM Mainframe Discussion List on behalf of Seymour J Metz Sent: Tuesday, November 17, 2020 6:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Other user trying to run

Using PCOMM with SSL ?

2020-11-17 Thread Lionel B Dyck
I would like to enable PCOMM (14.0) to use a secure connection. It appears that I need to provide a certificate. IBM support told me to use RACDCERT to export the certificate and import it into PCOMM - that didn't work as there is no place that I can see to do such an import after I did a

Re: FTP converting between UTF-8 and EBCDIC

2020-11-17 Thread Seymour J Metz
ypo, that should be ISO-8859-15, Latin9. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> Sent: Tuesday, November 17, 2020 10:12

Re: Microsoft using IBM was Re: IBM splitting into two companies

2020-11-17 Thread Bfishing
And it is still alive and well. I'd expect to see some updates in this space soon too: https://www.sinenomine.net/products-and-services/products-and-tools/mono On Tue, Nov 17, 2020 at 11:02 AM Tim Hare wrote: > The Mono project ran .NET stuff on Linux, and I have seen it running on > z/Linux >

Re: Improve OMVS cp performance?

2020-11-17 Thread R.S.
W dniu 17.11.2020 o 01:57, Wayne Bickerdike pisze: Atlas rang a bell and then I remembered it was used at the Rutherford labs in Chilton. I worked at AERE (Atomic Energy Research Establishment) which was next door. They were basically the same campus but AERE was secure and Rutherford wasn't.

Re: Finding JES2 node name

2020-11-17 Thread R.S.
W dniu 17.11.2020 o 16:53, Tim Hare pisze: I have some code that follows a control block chain to the HCCT to get the JES2 node name, but that requires going to key zero (or so the source says, it's been years ). Is there a way to retrieve the JES2 node name in a program running in batch,

Re: Microsoft using IBM was Re: IBM splitting into two companies

2020-11-17 Thread Tim Hare
The Mono project ran .NET stuff on Linux, and I have seen it running on z/Linux -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Finding JES2 node name

2020-11-17 Thread Tim Hare
I have some code that follows a control block chain to the HCCT to get the JES2 node name, but that requires going to key zero (or so the source says, it's been years ). Is there a way to retrieve the JES2 node name in a program running in batch, without being APF-authorized? We'd like to

Re: FTP converting between UTF-8 and EBCDIC

2020-11-17 Thread Seymour J Metz
Why would you presume that the character is not in the target character set? Certainly there are EBCIDIC character sets containing accented letters, and there iare the issues of GE and SI/SO. In either direction encodings of characters can legitimately change length. -- Shmuel (Seymour J.)

Re: FTP converting between UTF-8 and EBCDIC

2020-11-17 Thread Paul Gilmartin
On Tue, 17 Nov 2020 13:29:32 +, Seymour J Metz wrote: >NFW; unless the documentation describes such bizarre behavior, it should *NOT* >translate characters to SUB when there is a correct translation. If you want >to preserve the length then use a character set in which all characters are 8

Re: FTP converting between UTF-8 and EBCDIC

2020-11-17 Thread Seymour J Metz
NFW; unless the documentation describes such bizarre behavior, it should *NOT* translate characters to SUB when there is a correct translation. If you want to preserve the length then use a character set in which all characters are 8 bits, e.g., ISO-8869=15. -- Shmuel (Seymour J.) Metz

Re: Other user trying to run my shell script gets "FSUM7351 not found" error

2020-11-17 Thread Seymour J Metz
That sounds like PATH is different in the two cases. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Frank Swarbrick Sent: Monday, November 16, 2020 2:03 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: Sequence or procedure of getting new dasd

2020-11-17 Thread R.S.
W dniu 17.11.2020 o 05:15, Peter pisze: Hello, I am just trying to understand on how new pool of volume is created in DS8K box , then what values are shared from DS8K with zOS system programmer to the newly created LCU in IODF ? Does the newly added DASD UCB needs a POR or just soft activation

Re: FTP converting between UTF-8 and EBCDIC

2020-11-17 Thread Cameron Conacher
I just run a batch JOB. I set the FROMCODE to 1208 and the TOCODE to IBM-1047 Sent from my iPhone > On Nov 16, 2020, at 8:09 PM, Wayne Bickerdike wrote: > > I use iconv too. Had to jump through some hoops to get ASCII event binds to > new environments. > > I use something along the lines of