Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread David Crayford
On 9/2/22 12:48 pm, Paul Gilmartin wrote: ... I ran Vim on z/OS. It's part of the Rocket Ported Tools suite. It's uses enhanced ASCII like all of the ported tools. Have you played with Vim ":set fileencoding=..."? It works splendidly on Linux. No need. I'm convinced that ISPF edit does

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread Paul Gilmartin
On Wed, 9 Feb 2022 10:06:32 +0800, David Crayford wrote: >... >I ran Vim on z/OS. It's part of the Rocket Ported Tools suite. It's uses >enhanced ASCII like all of the ported tools. > Have you played with Vim ":set fileencoding=..."? It works splendidly on Linux. -- gil

z/OS gawk port updated to version 5.1.60

2022-02-08 Thread David Crayford
I've upgraded gawk to version 5.1.60 using IBMs clang compiler. It made life simple :) This port does not support MVS data sets, that's a heavy lift. If you want to use data sets then use "cat" to pipe them in. It's uses EBCDIC and is not compiled to use enhanced ASCII.

OA55379 - zOS 2.4

2022-02-08 Thread Peter
Hello I understand.OA55379 is applicable until 2.1, 2.2 and 2.3. Is there any action for zOS 2.4 ? How or where exactly the Write optimization for multi record CIs is enabled to use in zOS ? Please point me in the right direction. Regards Peter

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread Paul Gilmartin
On Wed, 9 Feb 2022 10:06:32 +0800, David Crayford wrote: >> >> I should have cited the , which shows more: >> >>> >> What did ISPF HEX display show for the "[]"? What codes did >> "od

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread David Crayford
On 9/2/22 9:28 am, Paul Gilmartin wrote: On Wed, 9 Feb 2022 08:45:19 +0800, David Crayford wrote: On 8/2/22 11:06 am, Paul Gilmartin wrote: ... The characters are supported in all code pages. They are just in the wrong code-point when translating between IBM-273 and ISO8859-1. I have

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread Paul Gilmartin
On Wed, 9 Feb 2022 01:29:55 +, Lloyd Fuller wrote: >The 037 code page square brackets are not ASCII compatible brackets.  That is >part of the reason for 1047. > The ASCII square brackets are 5b 5d. The IBM-1047 square brackets are ad bd. I don't consider that as compatible. How do you

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread Lloyd Fuller
The 037 code page square brackets are not ASCII compatible brackets.  That is part of the reason for 1047. Regards. Lloyd Sent from AT Yahoo Mail for iPad On Tuesday, February 8, 2022, 7:45 PM, David Crayford wrote: On 8/2/22 11:06 am, Paul Gilmartin wrote: >>    ... >> The characters are

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread Paul Gilmartin
On Wed, 9 Feb 2022 08:45:19 +0800, David Crayford wrote: >On 8/2/22 11:06 am, Paul Gilmartin wrote: >>> ... >>> The characters are supported in all code pages. They are just in the >>> wrong code-point when translating between IBM-273 and ISO8859-1. I have >>> formed the opinion that the ISPF

Re: ISPF edit, file tagging and ASCII conversion

2022-02-08 Thread David Crayford
On 8/2/22 11:06 am, Paul Gilmartin wrote: ... The characters are supported in all code pages. They are just in the wrong code-point when translating between IBM-273 and ISO8859-1. I have formed the opinion that the ISPF editor does no honor code pages and only supports translation between

Re: IPCS - Dump timing [EXTERNAL]

2022-02-08 Thread Feller, Paul
Not exactly what the person asked but I have the date and time stamp as part of the dump dataset name. We set the dynamic feature active at IPL time. The date and time the dump was taken, well when DUMPSRV allocates the dataset, is in the dataset name. Helps with knowing when dumps happens.

Re: IPCS - Dump timing

2022-02-08 Thread Matt Hogstrom
IPCS STATUS SYSTEM or ST SYS ? Matt Hogstrom m...@hogstrom.org “It may be cognitive, but, it ain’t intuitive." — Hogstrom > On Feb 8, 2022, at 4:23 PM, Ed Jaffe wrote: > > On 2/7/2022 10:53 PM, Binyamin Dissen wrote: >> On Tue, 8 Feb 2022 08:05:32 +0400 Jake Anderson >> wrote: >> >> :>We

Re: IPCS - Dump timing

2022-02-08 Thread Ed Jaffe
On 2/7/2022 10:53 PM, Binyamin Dissen wrote: On Tue, 8 Feb 2022 08:05:32 +0400 Jake Anderson wrote: :>We have some dumps taken on 6th February but is it possible to know at what :>time the dump was captured using IPCS and can we see the timestamp anywhere :>in DUMP using IPCS ? IPCS

Re: how to do Unix copy command with temp file

2022-02-08 Thread Paul Gilmartin
On Tue, 8 Feb 2022 18:27:04 +, Billy Ashton wrote: >gil, I tried IEBGENER, but my test (copy to Unix using Gener, then copy >back to MVS file using Gener, then compare) failed with anything other >than text files (Ascii), but that might have been due to Path settings >or Filedata settings

Re: how to do Unix copy command with temp file

2022-02-08 Thread Seymour J Metz
Yeah, reading between the lines is unreliable. Do you have a chron job to prune your $TMPDIR? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin

Re: how to do Unix copy command with temp file

2022-02-08 Thread Sri h Kolusu
> Why SORT rather than IEBGENER? > o I wouldn't expect Kolusu to suggest anything else. Gil, It is true that I am more inclined towards SORT as I am a developer of it but at the same time, I am a firm believer of using right tool for the right job. In this case SORT definitely outperforms

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
gil, I tried IEBGENER, but my test (copy to Unix using Gener, then copy back to MVS file using Gener, then compare) failed with anything other than text files (Ascii), but that might have been due to Path settings or Filedata settings (too many iterations ago to remember). The delete is not

Re: how to do Unix copy command with temp file

2022-02-08 Thread Paul Gilmartin
On Tue, 8 Feb 2022 17:50:15 +, Billy Ashton wrote: >Hi gil, here is what we do: >1. Run an inhouse program that massages several files and creates one >(possibly) large file (&Untersedfile). >2. Terse that large file (&Tersedfile) >3. Pre-emptively delete the Unix file (this is the new step)

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
Hi gil, here is what we do: 1. Run an inhouse program that massages several files and creates one (possibly) large file (&). 2. Terse that large file (&) 3. Pre-emptively delete the Unix file (this is the new step) 4. PGM=SORT to copy that file to Unix (as /tmp/tempfile.txt (actually, a more

Re: how to do Unix copy command with temp file

2022-02-08 Thread Paul Gilmartin
On Tue, 8 Feb 2022 16:19:16 +, Seymour J Metz wrote: >Then you only need two steps; you can create a new temporary dataset in the >AMATERSE step and a (maybe) new Unix file in the send step. > He never explained the need to delete an existing file rather than just overwriting it. But there

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
OK, gil, that worked perfectly. I see the messages in my JESYSMSG output whether the file exists or not: IGD103I SMS UNIX FILE ALLOCATED TO DDNAME DELTEMP IEF142I SFTPTEST DELETE - STEP WAS EXECUTED - COND CODE IGD105I UNIX FILE WAS DELETED, DDNAME IS (DELTEMP ) FILENAME IS

Re: how to do Unix copy command with temp file

2022-02-08 Thread Paul Gilmartin
On Tue, 8 Feb 2022 16:06:35 +, Billy Ashton wrote: >gil, the reason I cannot write directly is that in one case, after >creating my file, I run it through AMATERSE to shrink it, and AMATERSE >cannout output to the Unix file. So in this case, I need to write to a >temp file, then copy it to

Re: how to do Unix copy command with temp file

2022-02-08 Thread Carmen Vitullo
after I saw Gil's suggestion, I thought this was a better approach myself - Carmen On Tue, 8 Feb 2022 16:09:35 +, Billy Ashton wrote: >Hi Carmen, I am going to give gil's method a try first, as it is simple >enough to keep inside a BR14, and failing that, I will go with the shell

Re: how to do Unix copy command with temp file

2022-02-08 Thread Seymour J Metz
Then you only need two steps; you can create a new temporary dataset in the AMATERSE step and a (maybe) new Unix file in the send step. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: IPCS - Dump timing

2022-02-08 Thread Jim Mulder
VERBX IEAVTSFS Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. Poughkeepsie NY "IBM Mainframe Discussion List" wrote on 02/07/2022 11:05:32 PM: > From: "Jake Anderson" > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 02/08/2022 11:17 AM > Subject: IPCS - Dump timing > Sent by:

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
Hi Carmen, I am going to give gil's method a try first, as it is simple enough to keep inside a BR14, and failing that, I will go with the shell command. Thanks for the suggestion! Thank you and best regards, Billy Ashton -- Original Message -- From "Carmen Vitullo" To

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
gil, this looks like it will work well for me here. I will give this a try - creating and deleting is no issue to me, as the end result is that whether or not the file exists beforehand, it will not exist afterwards, and the process will not fail on a file not found. Thanks for this! Thank

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
gil, the reason I cannot write directly is that in one case, after creating my file, I run it through AMATERSE to shrink it, and AMATERSE cannout output to the Unix file. So in this case, I need to write to a temp file, then copy it to Unix where I can send it. Thank you and best regards,

Re: how to do Unix copy command with temp file

2022-02-08 Thread Paul Gilmartin
On Tue, 8 Feb 2022 13:01:14 +, Billy Ashton wrote: >... >Ideally, I should not need this, but want to ensure that this file is >not there when I start my processing. > You wrote earlier that you wrote first to a Classic temp data set, then copy that to a temp UNIX file. Why can you not

Re: how to do Unix copy command with temp file

2022-02-08 Thread Paul Gilmartin
On Tue, 8 Feb 2022 13:01:14 +, Billy Ashton wrote: > >Is there a simple command like IEFBR14 that will allow me to delete a >USS path if it exists, or to just skip over it if not? Right now, if I >run IEFBR14, and have a DD statement with a path like

Re: how to do Unix copy command with temp file

2022-02-08 Thread Carmen Vitullo
On Tue, 8 Feb 2022 13:01:14 +, Billy Ashton wrote: >Ok, here is a followup question from a problem I ran into... > >Is there a simple command like IEFBR14 that will allow me to delete a >USS path if it exists, or to just skip over it if not? Right now, if I >run IEFBR14, and have a DD

Re: how to do Unix copy command with temp file

2022-02-08 Thread Billy Ashton
Ok, here is a followup question from a problem I ran into... Is there a simple command like IEFBR14 that will allow me to delete a USS path if it exists, or to just skip over it if not? Right now, if I run IEFBR14, and have a DD statement with a path like

Re: How to calculate MIPS or SU's from user CPU time statistics?

2022-02-08 Thread kekronbekron
On this topic... hypothetically, how much are you folks willing to pay for a solution that's built on top of WPS/SAS + MXG + RMF + DFSORT + some BI tool. In the BI tool, say you get: 1. combo chart/graph with stacked area chart of MSU Actual of each LPAR + line graph of 4HRA 2. ability to query

Re: How to calculate MIPS or SU's from user CPU time statistics?

2022-02-08 Thread kekronbekron
Ah ok. *IBM licensing team has entered the chat* There's also that cloudcompiling.com thing. Also, virtualzcomputing.com Would be good to hear stories about either. - KB --- Original Message --- On Tuesday, February 8th, 2022 at 11:10 AM, Mike Schwab wrote: > Something like a zPDT

Re: gskkyman command line export certificates with no key?

2022-02-08 Thread Colin Paice
You might have more joy in the security community On Tue, 8 Feb 2022 at 00:45, Charles Mills wrote: > I am playing with gskkyman using the command line