Re: Data space dump with SDUMPX

2024-02-02 Thread Binyamin Dissen
On Thu, 1 Feb 2024 15:41:29 + Jim Mulder wrote: :>What is displayed by this IPCS command for your dump? :>CBF RTCT Is that what IEAVDUMP invokes? Otherwise I would try that as well. :>Jim Mulder :> :>-Original Message- :>From: IBM Mainframe Discussion List On Behalf Of

Re: ISPF edit - clone a column

2024-02-02 Thread Lionel B. Dyck
There are a number of ispf edit macros on the CBTTape and mention working with columns. I haven't tried them but I did find them using the CBTView dialog by searching for column and then edit. Lionel B. Dyck <>< Github: https://github.com/lbdyck System Z Enthusiasts Discord:

Re: ISPF edit - clone a column

2024-02-02 Thread Radoslaw Skorupka
W dniu 02.02.2024 o 16:34, Sri h Kolusu pisze: Sometimes I need clone text column. Radoslaw, You can try the approach listed here . https://www.ibm.com/docs/en/zos/3.1.0?topic=commands-o-okoverlay-lines The only caveat is you just need to REPEAT the data and use )) to Push the data to your

ISPF edit - clone a column

2024-02-02 Thread Radoslaw Skorupka
Sometimes I need clone text column. For larger files I use DFSORT or IEBGENER utility, however maybe I'm missing some quick & simple to use facility of ISPF Editor? -- Radoslaw Skorupka Lodz, Poland -- For IBM-MAIN subscribe

Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Allan Staller
Classification: Confidential Not sure it will help. GRS may deadlock on resources between the jobs. Even if GRS does not deadlock, it will still delay the 2nd and subsequent jobs. All you will likely do ius mod the delay from the JES jobqueue to the JES execque. My USD $0.02 worth. HTH,

Re: ISPF edit - clone a column

2024-02-02 Thread Sri h Kolusu
>> Sometimes I need clone text column. Radoslaw, You can try the approach listed here . https://www.ibm.com/docs/en/zos/3.1.0?topic=commands-o-okoverlay-lines The only caveat is you just need to REPEAT the data and use )) to Push the data to your desired column and then use OVERLAY for

Re: ISPF edit - clone a column

2024-02-02 Thread Schmitt, Michael
That's how I do it. If there's more data on each line that the column being cloned, then need to change such data to spaces on the new block after the copy/repeat step: change all p'=' ' ' col col .start .end. Setting bounds sometimes helps. -Original Message- From: IBM Mainframe

Re: SDSF PS Command column

2024-02-02 Thread Ituriel do Neto
Hi, If you type "/", a panel will pop up with more space to type commands Best Regards Ituriel do Nascimento Neto z/OS System Programmer Em sexta-feira, 2 de fevereiro de 2024 às 16:30:56 BRT, Frank Swarbrick escreveu: Is there any way to get more than the first 40 characters of

Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Frank Swarbrick
I tried this once for a single class in our dev region and it screwed up some jobs that depend on DELAY for sequencing.  Of course something could be done about that, but I didn't feel like dealing with it at the time. From: IBM Mainframe Discussion List on

Re: Ent. COBOL User-defined function question

2024-02-02 Thread Frank Swarbrick
What fix level are you at? October 2023's PTF closes APAR PH57397, which adds "function prototypes". I think you would have the appropraite prototype defined before the program/function where it is used. Best done with a COPY statement. Prior to this fix level I think your results are

Re: SDSF PS Command column

2024-02-02 Thread Lionel B. Dyck
In the menu bar click View then Arrange and then find Command in the popup table and change the width. Lionel B. Dyck <>< Github: https://github.com/lbdyck System Z Enthusiasts Discord: https://discord.gg/system-z-enthusiasts-880322471608344597 “Worry more about your character than your

Re: ISPF edit - clone a column

2024-02-02 Thread Willy Jensen
I have an edit macro that might help, extract from the help screen: ARRANGE I|M|O|X c l t s Parameter description I Insert block

Re: SDSF PS Command column

2024-02-02 Thread Lionel B. Dyck
Perhaps someone who knows the internals could help out here. Lionel B. Dyck <>< Github: https://github.com/lbdyck System Z Enthusiasts Discord: https://discord.gg/system-z-enthusiasts-880322471608344597 “Worry more about your character than your reputation. Character is what you are,

Re: SDSF PS Command column

2024-02-02 Thread Frank Swarbrick
Sorry, I am not trying to type a command. Rather I am looking at the "Command" column, and it is 40 characters in size. From: IBM Mainframe Discussion List on behalf of Ituriel do Neto <03427ec2837d-dmarc-requ...@listserv.ua.edu> Sent: Friday, February 2,

Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Mike Schwab
Suggest a new class with this feature so if they pick it they know what they are getting into. On Fri, Feb 2, 2024 at 1:34 PM Frank Swarbrick wrote: > I tried this once for a single class in our dev region and it screwed up > some jobs that depend on DELAY for sequencing.  > Of course

Re: ISPF edit - clone a column

2024-02-02 Thread Jon Perryman
On Fri, 2 Feb 2024 16:02:05 +0100, Radoslaw Skorupka wrote: >Sometimes I need clone text column.: The BOUNDS edit command can be useful. For instance, maybe you only want to clone columns 20 to 29 (BOUNDS 20 29 will not copy data outside those columns). Maybe you want to remove the columns

SDSF PS Command column

2024-02-02 Thread Frank Swarbrick
Is there any way to get more than the first 40 characters of the associated command line for a job in the PS screen? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with

Re: SDSF PS Command column

2024-02-02 Thread Frank Swarbrick
This both works and does not work. It expands the column, but, for this column at least, only pads past 40 with spaces. Perhaps the full command is stored only as 40 characters.  From: IBM Mainframe Discussion List on behalf of Lionel B. Dyck Sent: Friday,

Re: JES2 JOBDEF DUPL_JOB=NODELAY - Any gotchas?

2024-02-02 Thread Gibney, Dave
There is no guarantee that jobs with the same name will execute in the order submitted. They do appear to run in the order that conversion completes. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Frank Swarbrick > Sent: Friday, February 2, 2024 11:34 AM > To:

Re: SDSF PS Command column

2024-02-02 Thread Jon Perryman
On Fri, 2 Feb 2024 13:53:54 -0600, Lionel B. Dyck wrote: >Perhaps someone who knows the internals could help out here. It's unlikely someone here will know the internals to PS command in SDSF because it's designed for those who avoid UNIX. 40 bytes for a UNIX command can be very small when it

Re: Replacement for LMAC program in ISPF 3.1

2024-02-02 Thread Paul Gilmartin
On Fri, 2 Feb 2024 16:36:34 -0600, Michael Oujesky wrote: >Presuming those control block revisions were made >with the specific intent to cause existing coding to fail. > >Michael > >At 05:14 AM 2/1/2024, Lionel B. Dyck wrote: > >>This would work great if IBM hadn't also changed >>some control

Re: How can I determine the User Name associated with the current Batch JOB RACF ID?

2024-02-02 Thread Jon Perryman
On Wed, 31 Jan 2024 13:36:56 -0600, Charles Mills wrote: > the ACEEUNAM seems to be a supported programming interface and should be safe. All documented control blocks have a supported (or unsupported) programming interface section. ACEEUNAM is not excluded in the ACEE so the assumption is

Re: ISPF edit - clone a column

2024-02-02 Thread Mark Zelden
See my COLUTIL edit macro on my web site / CBT file 434. URL for my website in in my signature. See the source code for command syntax and usage notes like limiting it to labels and that excluded lines are omitted. /***/ /*

Re: Ent. COBOL User-defined function question

2024-02-02 Thread Farley, Peter
<*Sigh*> Only accessible to those with a valid ShopZ login (which I do NOT have). Thanks anyway. Peter From: IBM Mainframe Discussion List On Behalf Of Wayne Driscoll Sent: Friday, February 2, 2024 4:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Ent. COBOL User-defined function question

Re: Replacement for LMAC program in ISPF 3.1

2024-02-02 Thread Michael Oujesky
Since the original source code nor the PL/X compiler are available, rather a moot question. Michael At 06:20 PM 2/2/2024, Paul Gilmartin wrote: On Fri, 2 Feb 2024 16:36:34 -0600, Michael Oujesky wrote: >Presuming those control block revisions were made >with the specific intent to cause

Re: Ent. COBOL User-defined function question

2024-02-02 Thread Farley, Peter
Thank you for that information. On the system where I have access to V6.4 it looks like we only have as far as the June 2023 refresh: PP 5655-EC6 IBM Enterprise COBOL for z/OS 6.4.0 P230615 I will wait for the latest level to be applied and try again then. Do you happen to have a link to the

Re: Ent. COBOL User-defined function question

2024-02-02 Thread Frank Swarbrick
Try this shorter link: https://www.ibm.com/support/pages/apar/PH57397 PH57397: COBOL USER-DEFINED FUNCTION PROTOTYPES COBOL User-Defined Function Prototypes www.ibm.com From: IBM Mainframe Discussion List on

Re: Greg Dyck

2024-02-02 Thread Tom Rankin
I was Greg's Lab partner in 1981/1982 when we were new hires, taking system programmer education classes. He probably could have taught the class! Greg was always helpful, funny, and as we all probably know, a little quirky! When we asked him how he had already amassed such a broad

Re: SDSF PS Command column

2024-02-02 Thread Frank Swarbrick
If only I had superuser access! Frank From: IBM Mainframe Discussion List on behalf of Lionel B. Dyck Sent: Friday, February 2, 2024 1:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SDSF PS Command column You will need to issue the `ps -ef` command while

Re: Replacement for LMAC program in ISPF 3.1

2024-02-02 Thread Michael Oujesky
Presuming those control block revisions were made with the specific intent to cause existing coding to fail. Michael At 05:14 AM 2/1/2024, Lionel B. Dyck wrote: This would work great if IBM hadn't also changed some control block offsets ☹ Lionel B. Dyck <>< Github:

Re: SDSF PS Command column

2024-02-02 Thread Lionel B. Dyck
You will need to issue the `ps -ef` command while using sudo, or su, to see all the processes and then the command field will be full. You can do that using bpxwunix from within a rexx exec. Lionel B. Dyck <>< Github: https://github.com/lbdyck System Z Enthusiasts Discord:

Re: SDSF PS Command column

2024-02-02 Thread Frank Swarbrick
I tried D OMVS,A=ALL and it (CMD) is also truncated at 40.  oh well! From: IBM Mainframe Discussion List on behalf of Jon Perryman Sent: Friday, February 2, 2024 1:53 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SDSF PS Command column On Fri, 2 Feb 2024

Re: Ent. COBOL User-defined function question

2024-02-02 Thread Wayne Driscoll
https://www.ibm.com/support/pages/apar/PH57397 Wayne Driscoll wayne.drisc...@broadcom.com All opinions are expressly my own. Thank you for that information. On the system where I have access to V6.4 it looks like we only have as far as the June 2023 refresh: PP 5655-EC6 IBM Enterprise COBOL

Re: SDSF PS Command column

2024-02-02 Thread Mark Zelden
On Fri, 2 Feb 2024 19:30:39 +, Frank Swarbrick wrote: >Is there any way to get more than the first 40 characters of the associated >command line for a job in the PS screen? > > Limited to 40 characters. regardless of what you put in arrange. (someone can open an enhancement request)

Re: SDSF PS Command column

2024-02-02 Thread Paul Gilmartin
On Fri, 2 Feb 2024 15:55:26 -0600, Mark Zelden wrote: >On Fri, 2 Feb 2024 19:30:39 +, Frank Swarbrick wrote: > >>Is there any way to get more than the first 40 characters of the associated >>command line for a job in the PS screen? > >Limited to 40 characters. regardless of what you put in

Re: Difference between STSI instruction and SYSEVENT QVS?

2024-02-02 Thread Attila Fogarasi
substantially the same in terms of information, also don't forget there is also CSRSI which may be a better choice. The callable services validate parameters before calling STSI for you under the covers, also simplify some of the returned info if you are running other than directly lpar on z