Re: Moving a Catalog to a Different Volume

2019-03-28 Thread Jake Anderson
Backup, lock the catalog, delete and create the with same name on a different volume , restore with replace with same name.. Sorry i might not be accurate but I followed something similar to above. On Thu, 28 Mar, 2019, 10:22 AM Mike Schwab, wrote: > https://www-01.ibm.com/support/docview.wss?u

Re: Remote access to Z14 ZR1 Support Element via HMC question

2019-03-28 Thread Ravi Gaur
We recently moved to z14 and I exported the OSA-ICC existing configuration via FTP to mainframe USS as below. Exporting OSA-ICC configuration file using OSA Advanced Facilities. To export the OSA-ICC configuration file, follow these steps: 1. Log on to the HMC, select the CPC you want to operat

Re: Pervasive encryption and batch temporary datasets

2019-03-28 Thread Timothy Sipples
Matthew Donald wrote: >My question is: do batch temporary datasets support extended >format? Can they be encrypted using pervasiv encryption? Yes and yes. Timothy Sipples IT Architect Executi

Re: Pervasive encryption and batch temporary datasets

2019-03-28 Thread Vernooij, Kees (ITOP NM) - KLM
I am afraid the answer is a little too general. More specific: the application that uses the temporary file must support extended format data sets. Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Timothy Sipples > Sent: 2

Batch edit of large dataset

2019-03-28 Thread Elardus Engelbrecht
Hi to all, I've got a requirement where a single line in large dataset (RECFM=VB or FB and LRECL=) needs to be edited/changed in batch. Changed dataset is then to be used in next job steps. Sounds easy? Interactively with TSO yes, but they want it to be done in a batch job. Something like c '

Re: Batch edit of large dataset

2019-03-28 Thread Ravi Gaur
Quick just in case you have PDSMAN product you can use PDSM18 utility with replace. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Translation table for CSSMTP

2019-03-28 Thread Peter
Hi Cross posted I have built a national language translate table for CSSMTP How do I ensure if CSSMTP used the translation table source ? Peter -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to l

REFVTOC with a user catalog on the volume?

2019-03-28 Thread Joe Ogle
Client has a busted VTOC, and the volume has a high-impact user catalog on it. I’ve copied the volume and tested the REFVTOC successfully. I’ve largely talked myself into the notion that the VTOC and the catalog are two separate entities and there shouldn’t be an issue with doing the REFVTOC on th

Re: CSSMTP attachment as PDF

2019-03-28 Thread Gil Cardenas
If you have SAS in house, you might be able to use SAS Output Delivery System (ODS) to send data as PDF or HTML and XLS or other such formats. I've used it to send attachments as the 3 formats mentioned above. -- For IBM-MAIN s

FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
Hi all, Strange problem when moving from a z13s to z14-ZR1. Everything works fine expect for FTP-S(z/OS is the server). Getting *Destination host 'HOSTNAME' ftp reply ---> 425 Can't open passive connection. * Where HOSTNAME is the z/OS host name(for the VIPA). After falling back to the z13s,

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mark Jacobs
At first guess it might be firewall related. I assume that the z14 has a different IP address than the z13. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐

SDSF Edit Function Key disappointment

2019-03-28 Thread Lionel Dyck
I've not used SDSF for a number of years but now I am and I have found a disconnect between the way SDSF works and the say every other ISPF application works when in Edit. When using SJ or SE any user of ISPF Edit will expect F6 to be RCHANGE - but it isn't. It is defined as blank. F5 is define

Re: SDSF Edit Function Key disappointment

2019-03-28 Thread Blake, Daniel J [CTR]
I bit the bullet. ;-D an Blake -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lionel Dyck Sent: Thursday, March 28, 2019 7:40 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: SDSF Edit Function Key disappointment I've not used SDSF for a number of years but now I am and

Re: Batch edit of large dataset - Solved

2019-03-28 Thread Elardus Engelbrecht
Elardus Engelbrecht wrote: >I've got a requirement where a single line in large dataset (RECFM=VB or FB >and LRECL=) needs to be edited/changed in batch. Changed >dataset is then to be used in next job steps. Solved! Whew! ;-) I am familiar with using ISREDIT MACRO function interactively, so I

Re: SDSF Edit Function Key disappointment

2019-03-28 Thread Elardus Engelbrecht
Lionel Dyck wrote: >I've not used SDSF for a number of years but now I am and I have found a >disconnect between the way SDSF works and the say every other ISPF application >works when in Edit. >When using SJ or SE any user of ISPF Edit will expect F6 to be RCHANGE - but >it isn't. It is defin

Re: Batch edit of large dataset

2019-03-28 Thread John McKown
On Thu, Mar 28, 2019 at 2:52 AM Elardus Engelbrecht < elardus.engelbre...@sita.co.za> wrote: > Hi to all, > > I've got a requirement where a single line in large dataset (RECFM=VB or > FB and LRECL=) needs to be edited/changed in batch. > Changed dataset is then to be used in next job steps. > > S

Re: Using DFSORT to generate data

2019-03-28 Thread Bill Ashton
I could not find a way for IEBDG to create the first record with 10001 in the first 9 bytes, then the next rec with 10009, then 10017, etc. In addition, I could not see any use of the time generation. I have used IEBDG only a few times in my life for simple things, so I am far from an e

Re: Using DFSORT to generate data

2019-03-28 Thread Bill Ashton
Kolusu, I would like one little tweak, if you please - is it possible to get the timestamp fresh on each record, instead of using the same timestamp value for all of them? Billy On Wed, Mar 27, 2019 at 6:29 PM Sri h Kolusu wrote: > Hi everyone! I am trying to generate a large test file for an i

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Carmen Vitullo
if nothing else has changed, like host name, I'd be checking your OSA configuration via the HMC, that's the only thing I can think of off hand that may be related. export the OSAD from the OSA advanced features/function and compare the two Carmen Vitullo - Original Message - From:

Re: Batch edit of large dataset

2019-03-28 Thread Elardus Engelbrecht
John McKown wrote: >> Groete / Greetings >In my usual "left handed" way, I will recommend using "awk" in a UNIX step to >do this. It is easiest to do if you have Co:Z installed, but it can be done >using the IBM supplied UNIX commands. Yes, IBM awk can read a z/OS sequential >dataset. I have v

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
Thanks Carmen, will give it a go. On Thu, 28 Mar 2019 at 14:35, Carmen Vitullo wrote: > if nothing else has changed, like host name, I'd be checking your OSA > configuration via the HMC, that's the only thing I can think of off hand > that may be related. > export the OSAD from the OSA advanced

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Carmen Vitullo
Your Welcome, I know you've said nothing else has changed but I did find this tidbit also The 425 error means that the data channel is blocked or closed between you and the server you are trying to connect to. * For Active (PORT) connections open port 21. Also open inbound high ports a

Re: Pervasive encryption and batch temporary datasets

2019-03-28 Thread Allan Staller
(z13?) or z14 processor. Pervasive encryption handled by hardware. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Matthew Donald Sent: Wednesday, March 27, 2019 9:37 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Pervasive encryption and batch temporary datasets I'm look

Re: Moving a Catalog to a Different Volume

2019-03-28 Thread Allan Staller
http://www-01.ibm.com/support/docview.wss?uid=isg1II13354 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jason Cai Sent: Wednesday, March 27, 2019 10:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Moving a Catalog to a Different Volume Hi all According z/OS DFSMS Man

Authorized and unauthorized in same address space

2019-03-28 Thread Brian Chapman
Searching through the archives, I quickly saw that this has been a repeat heated discussion, but all of the discussions seem to ignore the fact that CICS initializes as an authorized address space, performs authorized work, and then disables authorization to load unathorized programs from the DFHRP

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
Thanks Mark. No firewall. No IP address changes. On Thu, 28 Mar 2019, 13:34 Mark Jacobs, < 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote: > At first guess it might be firewall related. I assume that the z14 has a > different IP address than the z13. > > Mark Jacobs > > Sent from ProtonMai

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Elardus Engelbrecht
Carmen Vitullo wrote: >Another possible cause of the 425 error code is the SSL requirements on the >server. In the case of the following error message: >* 425 unable to build data connection: Operation not permitted. In this case, check and compare on z13 and z14 what Crypto cards and keys

Re: REFVTOC with a user catalog on the volume?

2019-03-28 Thread Allan Staller
I would expect the REFVTOC to be a very quick operation. My concern would be getting control of the volume to perform the REFVTOC due to the high activity catalog. This sounds like something to attempt @ 0-dark-thirty, notify everyone of risks and keep fingers crossed. HTH, -Original Messa

Re: Using DFSORT to generate data

2019-03-28 Thread Martin Packer
ON INREC, if you used IFTHEN WHEN=INIT you could prime with a timestamp and then with a subsequent IFTHEN overwrite the last few bytes of the timestamp with an incrementing value. Kind of like a pipeline. Though, when I explained what he'd built to Frank Yaeger he didn't respond as a plumber wo

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
The z/OS definitions for both systems are identical. Looking at the other ideas mentioned Thanks On Thu, 28 Mar 2019 at 15:09, Elardus Engelbrecht < elardus.engelbre...@sita.co.za> wrote: > Carmen Vitullo wrote: > > >Another possible cause of the 425 error code is the SSL requirements on > the s

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Carmen Vitullo
ok, if you don't mind keep us posted, we'll be moving to a Z14 eventually, if there's some gotya's going from Z13 to z14 I'd like to know thanks and good luck Carmen Vitullo - Original Message - From: "Mike Shorkend" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Thursday, March 28, 2019 8:

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Bill Bishop (TMNA)
Did you go from an OSA 5 to an OSA 6 card? We upgraded a z12 to a z14 6 months ago and found out that we missed upgrading the OSA software as the OSA 6 cards required a different version. Thanks Bill Bishop Consultant, Mainframe Engineer Mainframe and Scheduling | Infrastructure Technology Serv

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread scott Ford
If your running PASV FTP.DATA and the TCPIP profile must be changed. Inbound port 20/21 are good for PASV , but outbound is a different story. Are you running z/OS to z/OS ? Is there an intervening firewall ? Scott On Thu, Mar 28, 2019 at 10:02 AM Carmen Vitullo wrote: > ok, if you don't mind k

Re: Using DFSORT to generate data

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 13:21:40 +, Martin Packer wrote: >ON INREC, if you used IFTHEN WHEN=INIT you could prime with a timestamp >and then with a subsequent IFTHEN overwrite the last few bytes of the >timestamp with an incrementing value. > But what if the OP requires an actual timestamp rather

Re: Batch edit of large dataset

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 02:51:59 -0500, Elardus Engelbrecht wrote: > >I've got a requirement where a single line in large dataset (RECFM=VB or FB >and LRECL=) needs to be edited/changed in batch. Changed >dataset is then to be used in next job steps. > >Sounds easy? Interactively with TSO yes, but th

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
No firewall, and like I said, nothing else has changed. @Bill - we did go from OSA5 to OSA6. I am not aware of how we would upgrade the OSA software? On Thu, 28 Mar 2019 at 16:06, scott Ford wrote: > If your running PASV FTP.DATA and the TCPIP profile must be changed. > Inbound port 20/21 are

Re: SDSF Edit Function Key disappointment

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 07:05:28 -0500, Elardus Engelbrecht wrote: >Lionel Dyck wrote: > >>I've not used SDSF for a number of years but now I am and I have found a >>disconnect between the way SDSF works and the say every other ISPF >>application works when in Edit. > >>When using SJ or SE any user

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Bill Bishop (TMNA)
Sorry, it was the crypto express software. We went from Crypto 5 to Crypto 6 cards and missed updating the ICSF software Thanks Bill Bishop Consultant, Mainframe Engineer Mainframe and Scheduling | Infrastructure Technology Services Toyota Motor North America bill.bis...@toyota.com Office: (

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
I would assume that it would be included in the FIXCAT for the z14, but I will check. On Thu, 28 Mar 2019 at 16:33, Bill Bishop (TMNA) wrote: > Sorry, it was the crypto express software. > > We went from Crypto 5 to Crypto 6 cards and missed updating the ICSF > software > > Thanks > > Bill Bisho

Re: XMITIP Arabic support

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 10:01:52 +0400, Peter wrote: > >When I try to send PDS member as attachment which contains few Arabic words >in it and users are able to read in Mainframe. When I send that as an >attachment to the outlook the Arabic character are not coming up properly. > >Is anyone in the grou

Re: XMITIP Arabic support

2019-03-28 Thread Lizette Koehler
Did you have the right code page set in Outlook for it to handle Arabic? I am not sure outlook would know unless you told it what to use Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Peter > Sent: Wednesday, March 27, 2019 11:02 PM > To: IBM-MAIN@LI

Re: Authorized and unauthorized in same address space

2019-03-28 Thread Binyamin Dissen
Two separate things: 1. Prepare user supplied authorized services and then change the job to unauthorized - perfectly fine,as long as you follow standard authorized service logic, i.e., never trust any user supplied address and use protected storage as your worrkarea. 2. Run authorized tasks in p

Re: Batch edit of large dataset - Solved

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 06:58:36 -0500, Elardus Engelbrecht wrote: >... >I am familiar with using ISREDIT MACRO function interactively, so I first >tried out Alan Young's example in thread 'Re: JCL sample needed' posted on 19 >Feb 2016. > >But I have problems to pass the two arguments for the ISR

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mark Jacobs
If you didn't have the required ICSF FMID installed for CryptoExpress6 Cards, I don't think the FIXCAT would have caught it. The systems assurance meeting (assuming IBM still holds them) should have covered it though. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public

Re: part of TSO commands are no RESPONSE from PGM=IKJEFT01

2019-03-28 Thread Barry Merrill
Only TSO commands that internally use GETLINE/PUTLINE instead of TGET/TPUT macros can be executed under TSO in batch. You can tell by trying it, and if it works, then the command used GETLINE/PUTLINE. A command using TGET/TPUT causes the job to act likeit was not executed or to terminate at th

Re: Authorized and unauthorized in same address space

2019-03-28 Thread Brian Chapman
*2. Run authorized tasks in parallel with unauthorized tasks - bigger issue.You cannot use any user key storage - even the passed save area or the LEanchor. No LM 14,12,12(13) at the end of your module - use SVC 3. AllSTORAGE/GETMAIN to protected subpools. And if you will be fetching fetchprotected

Re: Batch edit of large dataset

2019-03-28 Thread Sri h Kolusu
> I've got a requirement where a single line in large dataset > (RECFM=VB or FB and LRECL=) needs to be edited/ > changed in batch. Changed dataset is then to be used in next job steps. > I have a look at the different utilities. One utility I could find > useful is the EDIT and CHANGE commands ru

R+ / Reliability Plus

2019-03-28 Thread Steve Thompson
Does anyone remember this product? [Did SYS1.LOGREC processing and reporting for multiple entities] Does anyone know if there is an equivalent product for reporting on one's own sysplex(es)? I've been searching and I can't find who owns it or it if is still in use/available. And trying to fi

Re: XMITIP Arabic support

2019-03-28 Thread Peter
Hi My z/OS system doesn't have IBM-420 to support Arabic character in flight while sending that to outlook. Outlook side has support for Arabic . I have seen a member in XMITIP called SMPTBL which builds NLS support for any language code page you want for I have build the source for it using EB

Re: R+ / Reliability Plus

2019-03-28 Thread John McKown
IIRC, R+ was a CA product. On Thu, Mar 28, 2019 at 10:24 AM Steve Thompson wrote: > Does anyone remember this product? [Did SYS1.LOGREC processing > and reporting for multiple entities] > > Does anyone know if there is an equivalent product for reporting > on one's own sysplex(es)? > > I've been

Re: R+ / Reliability Plus

2019-03-28 Thread Allan Staller
It was originally R+ and then acquired by CA (CA-9?). IIRC, CA stopped marketing it fairly soon thereafter. At this point, I would guess it has been unavailable for more than 20 years. HTH, -Original Message- From: IBM Mainframe Discussion List On Behalf Of John McKown Sent: Thursday,

Re: Using DFSORT to generate data

2019-03-28 Thread Martin Packer
You raise a good point but we don't know what kind of "real" timestamp they want. We could increment by, say, 1 second or 1 millisecond. Random increments is not something DFSORT can do. Cheers, Martin Martin Packer zChampion, Systems Investigator & Performance Troubleshooter, IBM +44-7802-24

CA OPS/MVS

2019-03-28 Thread Martin Packer
I'm asking on behalf of a customer (but I want to know, too, for all the right reasons): Is it possible with CA OPS/MVS to alter the weights for LPARs? I would assume that if it could it would use BCPii. The background is that we are contemplating shifting weights between LPARs at certain time

Re: Using DFSORT to generate data

2019-03-28 Thread Steve Smith
Some people are never satisfied. Write a little E15 exit. sas On Thu, Mar 28, 2019 at 11:44 AM Martin Packer wrote: > You raise a good point but we don't know what kind of "real" timestamp > they want. We could increment by, say, 1 second or 1 millisecond. Random > increments is not something

Re: XMITIP Arabic support

2019-03-28 Thread Paul Gilmartin
On 2019-03-28, at 09:23:51, Peter wrote: > > My z/OS system doesn't have IBM-420 to support Arabic character in flight > while sending that to outlook. Outlook side has support for Arabic . > > I have seen a member in XMITIP called SMPTBL which builds NLS support for > any language code page you

Re: Remote access to Z14 ZR1 Support Element via HMC question

2019-03-28 Thread R.S.
Configuring from scratch could mean from text file. However the text file can be generated from old machine. BTW: I'm pretty sure I configured ICC using text file and the text file was sligthly modified version of exported one from older machine. -- Radoslaw Skorupka Lodz, Poland W dniu

Re: R+ / Reliability Plus

2019-03-28 Thread Steve Thompson
Thanks for the answers. I should have thought to go to CA's site. But there is no other product similar to what R+ was doing? I remember that I had to capture all the logrecs and put them on a tape and send them off to some place and then we would get a report comparing our shop to all the oth

Re: part of TSO commands are no RESPONSE from PGM=IKJEFT01

2019-03-28 Thread Seymour J Metz
TSO/E Programming Services claims that it is ignored. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Barry Merrill Sent: Thursday, March 28, 2019 10:57 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: CA OPS/MVS

2019-03-28 Thread Jerry Whitteridge
Martin - I know OPS/MVS has HMC access capabilities/BCPII interfaces, but have not implemented in our shop yet so couldn't give details. Jerry Whitteridge Delivery Manager / Mainframe Architect GTS - Safeway Account 602 527 4871 Mobile jerry.whitteri...@ibm.com IBM Services IBM Mainframe Discuss

Utility to parse fullword delimited flat file

2019-03-28 Thread Frank Swarbrick
Does anyone know of a standard z/OS utility that could parse a flatfile that has fullword delimited records? That is, there is a fullword length followed by the record, followed by another fullword length field and another record, etc. It would then write (sans length header) each record to a

Re: Authorized and unauthorized in same address space

2019-03-28 Thread Seymour J Metz
AFAIK, no IBM code runs APF authorized and unauthorized code concurrently in the same address space, but rather makes the unauthorized code nondispatchable while the authorized code is running. Doesn't CICS turn off authorization before executing transactions? -- Shmuel (Seymour J.) Metz http

Re: Batch edit of large dataset - Solved

2019-03-28 Thread Seymour J Metz
What problem do you have using ISREDIT in batch? How is the semicolon handled in ISREDIT? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Elardus Engelbrecht Sent: Thursday, March 28, 2019 7:58

Re: XMITIP Arabic support

2019-03-28 Thread Seymour J Metz
What happens if you use Unicode with a UTF-8 transform? Also, do you have a bidi issue, a character rendering issue, or both? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Peter Sent: Thursda

Re: CA OPS/MVS

2019-03-28 Thread Steve Horein
I was just comparing OPS/MVS (what I grew up on): https://docops.ca.com/ca-opsmvs/12-3/en/administrating/manage-the-processors/opshmc-parameters ...with System Automation for z/OS (what I support now): https://www.ibm.com/support/knowledgecenter/SSWRCJ_4.1.0/com.ibm.safos.doc_4.1/OperatorGuide/ICN

Re: Batch edit of large dataset

2019-03-28 Thread Seymour J Metz
EDIT does not require that that dataset be numbered. Of course, without line numbers you have to make more use of the DOWN and FIND subcommands, but it's still a piece of cake. TOP DOWN 7 CHANGE * 1 /foo/bar/ -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread retired mainframer
Have you considered DFSORT? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Frank Swarbrick > Sent: Thursday, March 28, 2019 9:16 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Utility to parse fullword delimited flat file > > Does anyone know of a standard z/OS u

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Mike Shorkend
Thanks guys, will keep you posted. On Thu, 28 Mar 2019, 16:52 Mark Jacobs, < 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote: > If you didn't have the required ICSF FMID installed for CryptoExpress6 > Cards, I don't think the FIXCAT would have caught it. > > The systems assurance meeting (

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread Seymour J Metz
It should be easy in, e.g., Perl, REXX. Even in HLASM. I don't know of a utility. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Frank Swarbrick Sent: Thursday, March 28, 2019 12:15 PM To: IBM

Re: XMITIP Arabic support

2019-03-28 Thread Peter
Hi Paul 'Have you tried ISO-8859-6? iconv on Linux has IBM420 and ISO8859-6' Can I call that from CSSMTP ? Any manual which can guide me to do this ? On Thu, 28 Mar, 2019, 7:49 PM Paul Gilmartin, < 000433f07816-dmarc-requ...@listserv.ua.edu> w

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread John McKown
On Thu, Mar 28, 2019 at 11:18 AM Frank Swarbrick < frank.swarbr...@outlook.com> wrote: > Does anyone know of a standard z/OS utility that could parse a flatfile > that has fullword delimited records? That is, there is a fullword length > followed by the record, followed by another fullword length

Re: Authorized and unauthorized in same address space

2019-03-28 Thread Brian Chapman
*Doesn't CICS turn off authorization before executing transactions? * I believe that is true. I believe it disables authorization before the PLT (first opportunity for user code). Thank you, Brian Chapman On Thu, Mar 28, 2019 at 12:18 PM Seymour J Metz wrote: > AFAIK, no IBM code runs APF a

Re: FTPS breaks on z14-ZR1

2019-03-28 Thread Cieri, Anthony
I assume that you are doing some type of certificate exchange to support FTPS. If so, where are the certificates stored? In a SAF product in ICSF? Crypto hardware could have changed!! -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Re: R+ / Reliability Plus

2019-03-28 Thread Allan Staller
" But there is no other product similar to what R+ was doing?" AFAIK, NO -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Thompson Sent: Thursday, March 28, 2019 11:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: R+ / Reliability Plus Thanks for the answers. I

Re: CA OPS/MVS

2019-03-28 Thread Peter DeFabritus
Martin, I have a REXX EXEC that uses BCPii, not OPS/MVS, to dynamically modify the weights for LPARs, if you'd like it. On Thu, Mar 28, 2019 at 12:27 PM Steve Horein wrote: > I was just comparing OPS/MVS (what I grew up on): > > https://docops.ca.com/ca-opsmvs/12-3/en/administrating/manage-the-p

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread Frank Swarbrick
Yes. Not sure what parameters would be required. From: IBM Mainframe Discussion List on behalf of retired mainframer Sent: Thursday, March 28, 2019 10:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Utility to parse fullword delimited flat file Have you consid

Re: Using DFSORT to generate data

2019-03-28 Thread Sri h Kolusu
> Kolusu, I would like one little tweak, if you please - is it possible to > get the timestamp fresh on each record, instead of using the same timestamp > value for all of them? > Bill, Unfortunately DFSORT cannot get a fresh timestamp on each record. As far as I know even DB2 does not give you f

Re: CA OPS/MVS

2019-03-28 Thread Peter X. DeFabritus
Martin, I have a REXX EXEC that uses BCPii, not OPS/MVS, to dynamically modify the weights for LPARs, if you'd like it. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with

Re: CA OPS/MVS

2019-03-28 Thread Martin Packer
Thanks. If the customer themselves pops up here that'll be great. I don't want to play "man in the middle" on this one. Cheers, Martin Martin Packer zChampion, Systems Investigator & Performance Troubleshooter, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com Twitter / Facebook IDs: Mart

Re: XMITIP Arabic support

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 20:43:15 +0400, Peter wrote: > >'Have you tried ISO-8859-6? >iconv on Linux has IBM420 and ISO8859-6' > >Can I call that from CSSMTP ? Any manual which can guide me to do this ? > Given that CSSMTP appears to use "iconv", try "ic

Re: Using DFSORT to generate data

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 10:18:23 -0700, Sri h Kolusu wrote: >> Kolusu, I would like one little tweak, if you please - is it possible to >> get the timestamp fresh on each record, instead of using the same timestamp >> value for all of them? > >Bill, > >Unfortunately DFSORT cannot get a fresh timestamp

Re: Using DFSORT to generate data

2019-03-28 Thread Bernd Oppolzer
Am 28.03.2019 um 19:01 schrieb Paul Gilmartin: On Thu, 28 Mar 2019 10:18:23 -0700, Sri h Kolusu wrote: Kolusu, I would like one little tweak, if you please - is it possible to get the timestamp fresh on each record, instead of using the same timestamp value for all of them? Bill, Unfortunatel

Re: Using DFSORT to generate data

2019-03-28 Thread Sri h Kolusu
>I'm astonished; I'd expect data bases to log times of transactions. Or is that left the responsibility of the UI/API? Gil, When I say DB2 gives a static timestamp is when you are trying to get EXISTING records from a DB2 table and append a time stamp. Something like this SELECT NAME ,CU

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread Kirk Wolf
You could do it with Co:Z Batch + Dataset Pipes without creating a temporary file: //SHELL EXEC PGM=COZBATCH //IN DD DISP=SHR,DSN=... //OUT DD DISP=(NEW,CATLG),DSN=..., // DCB=(RECFM=VB,LRECL=27994),SPACE= //STDIN DD * fromdsn -b //DD:IN | todsn -b -l l4 //DD:OUT // Now, if yo

Re: Using DFSORT to generate data

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 11:38:24 -0700, Sri h Kolusu wrote: >>I'm astonished; I'd expect data bases to log times of transactions. Or is >>that left the responsibility of the UI/API? > >When I say DB2 gives a static timestamp is when you are trying to get >EXISTING records from a DB2 table and append

Re: Using DFSORT to generate data

2019-03-28 Thread Martin Packer
I assumed the time stamp was in a format like STCKE which is really just an integer - so it doesn’t have the rollover issue. Cheers, Martin Sent from my iPad On 28 Mar 2019, at 17:18, Sri h Kolusu wrote: >> Kolusu, I would like one little tweak, if you please - is it possible to >> get the ti

Re: Using DFSORT to generate data

2019-03-28 Thread Martin Packer
Note: With Multi-Row Fetch rows wouldn’t have unique timestamps if the timestamps WERE generated at fetch time. Cheers, Martin Sent from my iPad > On 28 Mar 2019, at 19:15, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > > On Thu, 28 Mar 2019 11:38:24 -0700, Sri h Kolus

Re: Using DFSORT to generate data

2019-03-28 Thread David W Noon
On Thu, 28 Mar 2019 14:14:46 -0500, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote abour Re: Using DFSORT to generate data: > On Thu, 28 Mar 2019 11:38:24 -0700, Sri h Kolusu wrote: > >>> I'm astonished; I'd expect data bases to log times of transactions. Or is >>> that le

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread Hobart Spitz
Pipes. On Thu, 28 Mar 2019, 2:11 pm Kirk Wolf, wrote: > You could do it with Co:Z Batch + Dataset Pipes without creating a > temporary file: > > //SHELL EXEC PGM=COZBATCH > //IN DD DISP=SHR,DSN=... > //OUT DD DISP=(NEW,CATLG),DSN=..., > // DCB=(RECFM=VB,LRECL=27994),SPACE= > //STDIN D

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 16:07:31 -0500, Hobart Spitz wrote: >Pipes. > >On Thu, 28 Mar 2019, 2:11 pm Kirk Wolf wrote: > >> You could do it with Co:Z Batch + Dataset Pipes without creating a >> temporary file: >>... Sure, or with standard z/OS facilities in Rexx: address SYSCALL pipe BPX

Re: Using DFSORT to generate data

2019-03-28 Thread Paul Gilmartin
On Thu, 28 Mar 2019 20:36:59 +, David W Noon wrote: > >The purpose of TIMESTAMP is just its face value: to provide a temporal >log of when a database event occurred. It is a measure of external >times, rather than of the internal clock of the CPU. > I believe that in some cases the order in whi

Re: Utility to parse fullword delimited flat file

2019-03-28 Thread Frank Swarbrick
I couldn't get John's method to work and I don't have Co:Z, so I ended up writing a program. In Swift!! Worked very well, too. Frank From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> Sent: Thursday

Re: R+ / Reliability Plus

2019-03-28 Thread Mike Schwab
https://www-01.ibm.com/support/docview.wss?uid=swg21291812 EREP from IBM. How to request the reports. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieav100/lgrep.htm Specify alternate name / destination. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/co

Re: R+ / Reliability Plus

2019-03-28 Thread Lester, Bob
I seem to remember it as UCC-9? Thanks! BobL -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mike Schwab Sent: Thursday, March 28, 2019 4:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: R+ / Reliability Plus [ EXTERNAL ] https:/