Sam,
I know Rem Perretta and used to work with him years ago.
I will send you an e-mail off-list.
Rob Scott
Rocket Software
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of Sam
Golob
Sent: Sunday, March 24, 2019 3:34 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: R.F. Per
I think you need to give us some more information. I'm not familiar with
XQUERY and it's quirks. What kind of response are you expecting? Is the
output dataset empty?
That said, it's been so long since I've run anything in batch without REXX
I don't recall if vanilla TSO reports non-zero return
Compuware has this ability at z/OS 2.2 and above.
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
Gadi Ben-Avi
Sent: Monday, March 25, 2019 9:11 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SMPORDER
Hi,
I just finished setting up SMPORDER to download PTF's for CA product
Hi,
I just finished setting up SMPORDER to download PTF's for CA products.
Are there any other vendors besides IBM and CA that have the ability to use
this functionality?
Thanks
--
For IBM-MAIN subscribe / signoff / archive ac
On 3/25/2019 10:10 AM, Gadi Ben-Avi wrote:
Hi,
I just finished setting up SMPORDER to download PTF's for CA products.
Are there any other vendors besides IBM and CA that have the ability to use
this functionality?
Compuware:
https://www.globenewswire.com/news-release/2018/04/02/1458509/0/en/Co
Thank you everyone.
The \ continuation is working for me.
Something new learned for today-check.
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Seymour J Metz
Sent: Sunday, March 24, 2019 2:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject:
That sounds like they're using TPUT directly instead of using the TSO service
routines. You might try opening a PMR, but I suspect the response will be BAD.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List on
I assume that REXXCMD uses CONSOLE. Check the CONSOLE options.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List on behalf of
Jason Cai
Sent: Sunday, March 24, 2019 9:35 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject
I see there is an extended ASCII table which has accented characters; like the
hex A2 which is an accented lower case O.
Is there such a character in the ebcdic world? All my google searches for
EBCDIC to ASCII conversions aren't showing accented characters in EBCDIC.
Thanks,
Dennis
---
Indeed there are. See code points X'CB' to X'CF' in these tables for accented
lower case letter oh.
https://en.wikipedia.org/wiki/EBCDIC_037
https://en.wikipedia.org/wiki/EBCDIC_1047
HTH
Peter
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
This is a display from ISPF edit showing the range of visible EBCDIC
characters starting at X'40' and ending at X'FE'.
=COLS> +1+2+3--
**
01 âäàáãåçñ¢.<(+|
0123456789AB
Dennis Longnecker wrote:
>I see there is an extended ASCII table which has accented characters; like the
>hex A2 which is an accented lower case O.
>Is there such a character in the ebcdic world? All my google searches for
>EBCDIC to ASCII conversions aren't showing accented characters in
I need to change several systems that was cloned from same source to
different names. I know what to do and will write my own exec, but I wonder
if anyone here has such exec that replace all occurances of the system name
in parmlib and some system dsnames that has the name inside.
--
ITschak Mugz
On Mon, 25 Mar 2019 15:48:50 +, Longnecker, Dennis wrote:
>I see there is an extended ASCII table which has accented characters; like the
>hex A2 which is an accented lower case O.
>
>Is there such a character in the ebcdic world? All my google searches for
>EBCDIC to ASCII conversions are
I do not, I use a common parmlib and use IEASYM for anything LPAR and system
specific
SYSDEF HWNAME(CPC1)
LPARNAME(LPARNA1)
SYSPARM(00,SA,20)
SYSNAME(SYSNA)
SYSCLONE(NA)..
then in IEASYS00 for example
LOGREC=SYS1.&SYSNAME..LOGREC,
Carmen Vitullo
- Original Message -
I should have qualified my statements acknowledging that sendmail can often be
used as an open relay. In this case, we're sending email only outbound, and
the IPSEC firewall pretty much precludes anyone from off platform connecting to
the SMTP mail daemon on z/OS USS.
You assert that CSSMTP wa
ITschak Mugzach wrote:
>I need to change several systems that was cloned from same source to different
>names. I know what to do and will write my own exec, but I wonder if anyone
>here has such exec that replace all occurances of the system name in parmlib
>and some system dsnames that has the
Tx. I'll write my own exec
ITschak
בתאריך יום ב׳, 25 במרץ 2019, 20:54, מאת Elardus Engelbrecht <
elardus.engelbre...@sita.co.za>:
> ITschak Mugzach wrote:
>
> >I need to change several systems that was cloned from same source to
> different names. I know what to do and will write my own exec, bu
Actually CPPUPDTE is a great idea, the JCL is part of the ServerPac or
CustomPac and is documented on it's use.
Carmen Vitullo
- Original Message -
From: "ITschak Mugzach"
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Monday, March 25, 2019 2:09:48 PM
Subject: Re: System name change rexx?
One thing to note:
IMPORTANT: For CPPUPDTE and IPOUPDTE to work, each PDS to be searched
M U S T contain a member named $$$COIBM.
On 2019-03-25 15:24, Carmen Vitullo wrote:
Actually CPPUPDTE is a great idea, the JCL is part of the ServerPac or
CustomPac and is documented on it's use.
Carmen V
Only if you don't
NAME CPPUPDTE CPPUPDTE
* CPPUPDTE IS AN ALIAS OF IPOUPDTE
VER 062E 0A12 BLDL
REP 062E 1BFF SR 15,15
Alan
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
David Spie
For which EBCDIC code page, which terminal type and which translation tables?
What gets displayed depends on all of those.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List on behalf of
Robert Longabaugh <
ASCII is 7 bits and does not include any of ō, ŏ, ő, ò, ó, ô, õ or ö, but many
PC and z/OS code pages do, including EBCDIC code pages. See
https://en.wikipedia.org/wiki/EBCDIC_code_pages and the articles for specific
code pages linked to from there.
--
Shmuel (Seymour J.) Metz
http://mason.gmu
On Mon, 25 Mar 2019 20:47:54 +, Seymour J Metz wrote:
>ASCII is 7 bits and does not include any of ō, ŏ, ő, ò, ó, ô, õ or ö, but many
>PC and z/OS code pages do, including EBCDIC code pages. See
>https://en.wikipedia.org/wiki/EBCDIC_code_pages and the articles for specific
>code pages linke
I general refer to them as PC code pages, except where the context limits it to
ISO 8859 or Unicode.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List on behalf of
Paul Gilmartin <000433f07816-dmarc-requ..
Thanks all for your responses.further investigation shows that the
character is not getting translated correctly when a Windows System FTP's a
file to a z/os file (not USS).
Our SBDATACONN statement is commented out in the FTPDATA settings. I believe
tomorrow I'll test various SBDATACONN
For another non-Rexx solution, consider StarTool (or I believe PDS command from
CBT tape). It has a REPLACE function that can work on an entire PDS(E). It can
be run in simulation mode so you can examine results without actually changing
anything.
-Original Message-
From: IBM Mainframe
>From the Windows command-line FTP client I usually use this one:
quote site sbdataconn=(ibm-1047,iso8859-1)
YMMV. If you don't use code page 1047 (for the value of square brackets in C
language sources), you can use ibm-037, which is I think the default z/OS code
page unless otherwise set by
On Mon, 25 Mar 2019 23:32:53 +, Longnecker, Dennis wrote:
>Thanks all for your responses.further investigation shows that the
>character is not getting translated correctly when a Windows System FTP's a
>file to a z/os file (not USS).
>
>Our SBDATACONN statement is commented out in the F
On Mon, 25 Mar 2019 15:48:50 +, Longnecker, Dennis wrote:
>I see there is an extended ASCII table which has accented characters; like the
>hex A2 which is an accented lower case O.
>
>Is there such a character in the ebcdic world? All my google searches for
>EBCDIC to ASCII conversions are
http://www.cbttape.org/freepds.htm
File 182. PDS V 8.6 to search / replace PDS(E) members.
On Mon, Mar 25, 2019 at 7:36 PM Jesse 1 Robinson
wrote:
>
> For another non-Rexx solution, consider StarTool (or I believe PDS command
> from CBT tape). It has a REPLACE function that can work on an enti
Thanks people ...
On Thu, Mar 21, 2019 at 11:29 PM Carmen Vitullo wrote:
> that would have been my answer, and how I read it CPC, not a CP so my
> answer is ONE,
> thanks R.S. for the sanity check.
>
>
> Carmen Vitullo
>
> - Original Message -
>
> From: "R.S."
> To: IBM-MAIN@LISTSERV.UA
32 matches
Mail list logo