Format SMF record 99

2021-06-07 Thread Juan Carlos Godinez Pando
Hi everyone Somebody have a tool to help me to format smf record 99, i have z15 and z/Os 2.3 Juan Carlos Godinez Pando email: jcarlosgodin...@hotmail.com móvil:+5215524410154 AMAT VICTORIA CURAM

Re: U 4087 abend

2021-06-07 Thread David Crayford
On 8/06/2021 9:05 am, Clark Morris wrote: What I object to is LE obscuring the original abend code with an abend code that doesn't have a 1 to 1 relation to the original abend. A U4xxx-S0C7 message would be adequate. LE condition handling is to number 1 reason why assembler programmres hate

Re: U 4087 abend

2021-06-07 Thread Clark Morris
[Default] On 7 Jun 2021 15:25:53 -0700, in bit.listserv.ibm-main sme...@gmu.edu (Seymour J Metz) wrote: >After all, the compilers, run time environments and utilities haven't been >using user ABEND codes for much more than half a century. > What I object to is LE obscuring the original abend

Re: U 4087 abend

2021-06-07 Thread Seymour J Metz
After all, the compilers, run time environments and utilities haven't been using user ABEND codes for much more than half a century. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU]

Re: U 4087 abend

2021-06-07 Thread Clark Morris
[Default] On 7 Jun 2021 14:08:29 -0700, in bit.listserv.ibm-main charl...@mcn.org (Charles Mills) wrote: >Well, the LE folks did not do anything for the clarity of this issue. I would >call an LE failure a system ABEND, but they are all U ABENDs. What does the CEE dump say? One of the LE

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 14:10:08 -0700, Charles Mills wrote: >> What if both (a) and (b) are true? > >"Doc, when I hit my head with this hammer it hurts!" >"Don't do that." > (a) imposes a severe restriction on the long-lines facility by requiring that column 72 be blank. The programmer could

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Rob Scott
My post was referring to fb80 source input (as that is what I use). I imagine that larger lrecl will most likely require FLOWASM format (ie no traditional col72 continuation) as to there has to be some scrunching going on before presenting the line to ASMA90. I will check the exit source

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Charles Mills
> What if both (a) and (b) are true? "Doc, when I hit my head with this hammer it hurts!" "Don't do that." Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, June 7, 2021 12:20 PM To:

Re: U 4087 abend

2021-06-07 Thread Charles Mills
Well, the LE folks did not do anything for the clarity of this issue. I would call an LE failure a system ABEND, but they are all U ABENDs. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of zMan Sent: Monday, June 7, 2021

Re: U 4087 abend

2021-06-07 Thread Binyamin Dissen
On Mon, 7 Jun 2021 10:41:27 -0500 Bill Giannelli wrote: :>we have a job that keeps abending in an application program that the developer insists is a "system" issue. what does a U 4087 abend indicate? :>thanks The "systems issue" is that he has permission to compile programs. -- Binyamin

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 18:02:57 +, Rob Scott wrote:. > >As for the rules, this is what I use (Ed can correct me if I am wrong). > >(o) If the first line of a logical statement has a character in col-72, it >will not be processed by flowasm and presented to ASMA90 as-is. > >(o) If the first line

Re: U 4087 abend

2021-06-07 Thread Seymour J Metz
I wouldn't bet against a user actually arguing in that fashion :-( -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of zMan [zedgarhoo...@gmail.com] Sent: Monday, June 7,

Re: U 4087 abend

2021-06-07 Thread Chris Hoelscher
How could ANY sane person argue with the logic presented here by Mr. Metz? Chris Hoelscher Lead Sys DBA IBM Global Technical Services on assignmemt to Humana Inc. T 502.476.2538 or 502.407.7266 -Original Message- From: IBM Mainframe Discussion List On Behalf Of zMan Sent: Monday,

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Rob Scott
>> I don't see a description of the continuation rules for a SYSIN containing a mixture of flowed and unflowed records. I have source members that have a mixture of flowasm style and traditional continued source and there is not a problem. In the past I have used the traditional continuation

Re: U 4087 abend

2021-06-07 Thread zMan
Well, for my money, any ABEND starting with U *must *be a system ABEND. Those ones starting with S are clearly something else. On Mon, Jun 7, 2021 at 12:36 PM Seymour J Metz wrote: > Did the developer read the message description and look at the dump? Did > he give a cogent reason for believing

Re: U 4087 abend

2021-06-07 Thread Seymour J Metz
Did the developer read the message description and look at the dump? Did he give a cogent reason for believing it was a systems error? If not, then the smart money says that it's his error. "Who knows, the horse might learn to sing." I would look for storage overlay, but that's not the only

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 07:29:37 +, Rob Scott wrote: >For the record, Ed's presentation can be found at the following link : > Thanks. >https://phoenixsoftware.com/ftp/demo/Structured_Assembler.pdf > Where I read: • FLOWASM is written using SPMs but does not depend on itself for obvious

Re: Decompressing a TAR File

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 13:57:37 +, Sasso, Len wrote: >We use FTP to transmit a TAR file to our UNIX Platform, execute BPXBATCH to >extract a particular ZIP file and then execute COZBATCH to transmit the ZIP >file to our mainframe where we extract the contents. > That's confusing. Explain your

Re: Decompressing a TAR File

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 13:32:49 +, Woo, Pete wrote: >I am at z/OS 2.3 system. Has anybody de-compress a USS ".tar" file to a z/OS >tape file. If so, can you share the code. > Decompression should be unnecessary. Pax, and I believe tar, will directly read/write catalogued Classic data sets. It

Re: U 4087 abend

2021-06-07 Thread Mark Jacobs
A CEEDUMP will usually externalize the root cause of the LE user abend. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Monday, June 7th, 2021 at 11:41

Re: U 4087 abend

2021-06-07 Thread Ed Jaffe
On 6/7/2021 8:41 AM, Bill Giannelli wrote: we have a job that keeps abending in an application program that the developer insists is a "system" issue. what does a U 4087 abend indicate? thanks Bill Usually U4087 is a LE error. Took all of 30 seconds to look it up...

U 4087 abend

2021-06-07 Thread Bill Giannelli
we have a job that keeps abending in an application program that the developer insists is a "system" issue. what does a U 4087 abend indicate? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: access to 9-track reel tape drive

2021-06-07 Thread Bill Ogden
The long-ago set of programs I wrote to read 9-track tapes on a PC processed physical tape blocks, in binary, and added a header to each block before writing it on the CD. Another program could read the CD and write a new 9-track tape, if needed. My program accepted a double tape mark to mean

Re: Decompressing a TAR File

2021-06-07 Thread Sasso, Len
We use FTP to transmit a TAR file to our UNIX Platform, execute BPXBATCH to extract a particular ZIP file and then execute COZBATCH to transmit the ZIP file to our mainframe where we extract the contents. Thank You and Please Be Safe! Len Sasso Systems Administrator Senior CSRA, A General

Decompressing a TAR File

2021-06-07 Thread Woo, Pete
I am at z/OS 2.3 system. Has anybody de-compress a USS ".tar" file to a z/OS tape file. If so, can you share the code. Thanks in advanced Pete Woo Email: p...@unum.com Office: 803.731.5868 -- For

NetView and CNMSTYLE

2021-06-07 Thread Steve Beaver
Does anyone in the group have NetView® under full RACF control and would you be willing to share your CNMSTYLE out of your DSIPARM? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: ELF and EBCDIC

2021-06-07 Thread Attila Fogarasi
Its documented in z/OS 2.3 DWARF/ELF extensions, you can look there for lots of description: The ddpi, dwarf, and elf libraries store character data in ASCII format. Values extracted from PPAs or objects may be in EBCDIC. The character translation operations allow the user to quickly translate

Re: ELF and EBCDIC

2021-06-07 Thread Robert Prins
On 2021-06-06 19:12, Paul Gilmartin wrote: On Sun, 6 Jun 2021 20:04:55 +, Robert Prins wrote: In a discussion: "Currently [...] only supports ELF files for s390, and those usually contain ASCII strings(at least those compiled by GCC). To see EBCDIC, you can try changing the default string

Re: Slickedit now supports FLOWASM syntax highlighting for HLASM

2021-06-07 Thread Rob Scott
For the record, Ed's presentation can be found at the following link : https://phoenixsoftware.com/ftp/demo/Structured_Assembler.pdf Rob Scott Rocket Software -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: 04 June 2021 17:51 To: