Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-02 Thread Paul Gilmartin
On Fri, 2 Nov 2018 13:01:05 -0500, Chris Bowen wrote: > >Customers are free to use such circumventions, vendors have to assume that >their customers would prefer not to. > >Full disclosure - I have no idea if my colleague's original code was intended >to run on customer systems or is for

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-02 Thread Chris Bowen
>W dniu 2018-11-01 o 23:46, Paul Gilmartin pisze: >> On Thu, 1 Nov 2018 22:37:32 +0100, R.S. wrote: >> >>> While it's interesting issue, ...wouldn't it be practical to avoid >>> spaces in pathname? >>> My€0.02 >>> >> Like any circumvention, it mqy be practical, but the underlying >> defect should

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-02 Thread R.S.
W dniu 2018-11-01 o 23:46, Paul Gilmartin pisze: On Thu, 1 Nov 2018 22:37:32 +0100, R.S. wrote: While it's interesting issue, ...wouldn't it be practical to avoid spaces in pathname? My€0.02 Like any circumvention, it mqy be practical, but the underlying defect should be fixed. It's

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-01 Thread Seymour J Metz
ursday, November 1, 2018 6:46 PM To: IBM-MAIN@listserv.ua.edu Subject: Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces On Thu, 1 Nov 2018 22:37:32 +0100, R.S. wrote: >While it's interesting issue, ...wouldn't it be practical to avoid >spaces in pat

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-01 Thread Paul Gilmartin
On Thu, 1 Nov 2018 22:37:32 +0100, R.S. wrote: >While it's interesting issue, ...wouldn't it be practical to avoid >spaces in pathname? >My€0.02 > Like any circumvention, it mqy be practical, but the underlying defect should be fixed. It's socially responsible to report such problems to spare

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-11-01 Thread R.S.
While it's interesting issue, ...wouldn't it be practical to avoid spaces in pathname? My€0.02 -- Radoslaw Skorupka Lodz, Poland == Jeśli nie jesteś adresatem tej wiadomości: - powiadom nas o tym w mailu zwrotnym

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-31 Thread Paul Gilmartin
On Wed, 31 Oct 2018 08:20:30 +, Steve Austin wrote: >DYNALLOC with DINRPATH returns the correct path, so bpxwdyn looks to be the >culprit. I'll raise a PMR. > I'll suggest that when/if you get a fixtest you try also with trailing blanks. It's possible that BPXWDYN now truncates before the

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-31 Thread Steve Austin
@LISTSERV.UA.EDU Subject: Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces On Tue, 30 Oct 2018 19:36:23 +, Seymour J Metz wrote: >Has anybody checked whether the problem is in DYNALLOC or in bpxwdyn? > An expert says, on MVS-OE: It looks like bpx

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-30 Thread Paul Gilmartin
On Tue, 30 Oct 2018 19:36:23 +, Seymour J Metz wrote: >Has anybody checked whether the problem is in DYNALLOC or in bpxwdyn? > An expert says, on MVS-OE: It looks like bpxwdyn is in error. I suggest opening a PMR. It's surprising that this went so long without being discovered. >>>

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-30 Thread Seymour J Metz
; Sent: Tuesday, October 30, 2018 3:28 PM To: IBM-MAIN@listserv.ua.edu Subject: Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces (Cross-posted) On Tue, 30 Oct 2018 07:52:49 -0500, Kirk Wolf wrote: >I suggest that you post this issue on the mvs-oe list,

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-30 Thread Paul Gilmartin
(Cross-posted) On Tue, 30 Oct 2018 07:52:49 -0500, Kirk Wolf wrote: >I suggest that you post this issue on the mvs-oe list, where you are much >more likely to have an IBM z/OS Unix guy see it. > +1 >On Tue, Oct 30, 2018 at 7:32 AM Steve Austin wrote: >> >> Is there a way to persuade the above

Re: bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-30 Thread Kirk Wolf
I suggest that you post this issue on the mvs-oe list, where you are much more likely to have an IBM z/OS Unix guy see it. On Tue, Oct 30, 2018 at 7:32 AM Steve Austin wrote: > Hi, > > Is there a way to persuade the above to return the full path name? > Alternatively, is there another REXX

bpxwdyn("INFO DD(UFSOUT) INRTPATH(dir)") truncates directory names containing spaces

2018-10-30 Thread Steve Austin
Hi, Is there a way to persuade the above to return the full path name? Alternatively, is there another REXX invocable routine that will return the full path name? Thanks Steve JCL: // EXEC PGM=IRXJCL, // PARM='REXXTEST' //SYSEXEC DD DSN=SA.EXEC,DISP=SHR //SYSTSPRT DD SYSOUT=*