Re: Program to split a jobs output

2024-04-09 Thread Brian Westerman
This is a shamless plug, but you can do it "automagically" with the automation 
package, such that when the job ends the output of the job (whatever datasets 
of it you want) will go to whoever you want via email or SMS text message.  No 
JCL or SMF exits needed. 

You can send any part of a task or job output via email or text message to 
anyone.  That includes the JES datasets and even just the condition codes.  In 
fact, you can even base sending the output on  the maximum condition code of 
the task, or the code of any specific step in the task, all with no JCL changes 
needed.  

The part the sends the email/text msg is SyzMAIL/z, there are other parts that 
you can mix and match to build a complete automation package, and the cost is 
less than 10% of the cost for most other z/OS automation packages from IBM, 
CA(Broadcom) BMC, etc.  

Since IBM pretty much discontinued AO, there has been a scramble to migrate to 
our product(s), so now we have a lot of experience in how to move to ours from 
"theirs". 

WWW.SyzygyInc.com for more information.  There is also an additional discount 
from the already low cost for SHARE members, IBM-MAIN members, universities and 
government (federal and local) sites.

End of shameless plug.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Not getting IBM-MAIN Email

2024-04-09 Thread David Mingee
Hello All,  I magically started getting email from IBM-MAIN on Monday Apr 8.
Thanks to all who offered help.

-Original Message-
From: Rick Troth  
Sent: Tuesday, April 9, 2024 9:04 AM
To: IBM Mainframe Discussion List 
Cc: David Mingee 
Subject: Re: Not getting IBM-MAIN Email

Hi David --

Others have had trouble too lately.

IBM-MAIN is hosted by the University of Alabama, so I wonder if "US" 
versus "UA" is a typo?

Some of us have speculated that the university, or one of their service 
providers, recently tightened-up email requirements.
Across the industry, blacklisting and other spam-preventions, have tipped the 
scale and now are blocking a significant portion of legitimate email.
Personally, I don't have a solution, but am trying to gather critical mass to 
address it, so I'll contact you off-list. Everyone's situation is different, 
and in this case the note is coming from a Google property. But I cannot send 
(to most recipients) from my home address, even with SPF and DKIM in place.

-- R; <><



On 4/8/24 14:25, David Mingee wrote:
> Hello All, I stopped getting IBM-MAIN emails on 3/20/2024.  I tried 
> subscribing with:
> SUBSCRIBE IBM-MAIN David Mingee  sent to LISTSERV.US.EDU And
> INFO IBM-MAIN   to LISTSERV.US.EDU
>
> No success.  Any help would be greatly appreciated.
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Bob Bridges
 Triangle?  Aren't they the ones who published IOF 
back around Y2K?  Sounds awfully familiar.  But that was a long time ago; maybe 
I'm thinking of a different product.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* Government exists to protect us from each other.  Where government has gone 
beyond its limits is in deciding to protect us from ourselves.  -Ronald Reagan 
*/

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
David Spiegel
Sent: Tuesday, April 9, 2024 20:59

They were going to let it go, but, apparently Triangle Systems bought it in 
November '23.
Sorry for any increase in blood pressure.

--- On 2024-04-09 20:28, Bob Bridges wrote:
> Ack!  When?  Why??  IOF was always my favorite, though I haven't seen it in a 
> decade or two.
>
> -Original Message-
> From: David Spiegel
> Sent: Tuesday, April 9, 2024 08:28
>
> IOF - But it's going away
>
> --- On 2024-04-09 08:15, Allan Staller wrote:
>> Several commercial products do this . CA-DELIVER, INFOPAC (probably a couple 
>> of more I am not familiar with.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Lionel B Dyck
dsfs will definitely help

Lionel B. Dyck <
Website: GitHub.com/lbdyck
Sent from my iPhone 15 Pro

Worry more about your character than your reputation.  Character is what you 
are, reputation merely what others think you are." - John Wooden 

> On Apr 9, 2024, at 8:00 PM, Paul Gilmartin 
> <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote:
> 
> On Tue, 9 Apr 2024 08:42:37 +, גדי בן אבי wrote:
>> 
>> Today I had to sent a jobs output to IBM to help determine a problem.
>> The jobs had 11 sysout datasets, and I wanted to send each one individually.
>> 
>> Does anyone know of a program to do this automagically, before I see how 
>> complicated it would be to write one?
>> 
> Willl DSFS help with this?
> 
> WHr does the DSFS User's Guide say about this?
> 
> --
> gil
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Paul Gilmartin
On Tue, 9 Apr 2024 08:42:37 +, גדי בן אבי wrote:
>
>Today I had to sent a jobs output to IBM to help determine a problem.
>The jobs had 11 sysout datasets, and I wanted to send each one individually.
>
>Does anyone know of a program to do this automagically, before I see how 
>complicated it would be to write one?
>
Willl DSFS help with this?

WHr does the DSFS User's Guide say about this?

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread David Spiegel

Hi Bob,
They were going to let it go, but, apparently Triangle Systems bought it 
in November '23.

Sorry for any increase in blood pressure.

Regards,
David

On 2024-04-09 20:28, Bob Bridges wrote:

Ack!  When?  Why??  IOF was always my favorite, though I haven't seen it in a 
decade or two.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* It would be nice to spend billions on schools and roads, but right now that 
money is desperately needed for political ads.  -Andy Borowitz */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
David Spiegel
Sent: Tuesday, April 9, 2024 08:28

IOF - But it's going away

--- On 2024-04-09 08:15, Allan Staller wrote:

Several commercial products do this . CA-DELIVER, INFOPAC (probably a couple of 
more I am not familiar with.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Bob Bridges
Ack!  When?  Why??  IOF was always my favorite, though I haven't seen it in a 
decade or two.

---
Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

/* It would be nice to spend billions on schools and roads, but right now that 
money is desperately needed for political ads.  -Andy Borowitz */

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
David Spiegel
Sent: Tuesday, April 9, 2024 08:28

IOF - But it's going away

--- On 2024-04-09 08:15, Allan Staller wrote:
> Several commercial products do this . CA-DELIVER, INFOPAC (probably a couple 
> of more I am not familiar with.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RACF, external password management

2024-04-09 Thread Tom Marchant
FWIW, the list of messages that I posted came from the web interface.

On Tue, 9 Apr 2024 22:25:57 +0100, Jeremy Nicoll 
 wrote:

>On Tue, 9 Apr 2024, at 21:29, Tom Marchant wrote:
>> I haven't noticed. How did you determine that they are gone? I see
>> these posts from you, some of which reference zMFA.
>
>I just looked in the list archive whose address is specified in the
>
>  List-Archive: 
>
>header in every mail.  I had to register a password for the website
>to do that ... but it looks as if the mails are there.
>
>So... does Linda mean that they vanished from her gmail account,
>or something else?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RACF, external password management

2024-04-09 Thread Jeremy Nicoll
On Tue, 9 Apr 2024, at 21:29, Tom Marchant wrote:
> I haven't noticed. How did you determine that they are gone? I see 
> these posts from you, some of which reference zMFA.

I just looked in the list archive whose address is specified in the

  List-Archive: 

header in every mail.  I had to register a password for the website
to do that ... but it looks as if the mails are there.

So... does Linda mean that they vanished from her gmail account, 
or something else?

-- 
Jeremy Nicoll - my opinions are my own.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Mark Jacobs
Which exits are you thinking about? I can check them out. 

Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com


On Tuesday, April 9th, 2024 at 4:32 PM, Allan Staller 
<0387911dea17-dmarc-requ...@listserv.ua.edu> wrote:

> Classification: Confidential
> 
> There are several SMS exits that could be causing this issue
> 
> -Original Message-
> From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of 
> Mark Jacobs
> 
> Sent: Tuesday, April 9, 2024 12:07 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: EXPDT added to newly allocated dataset
> 
> [CAUTION: This Email is from outside the Organization. Unless you trust the 
> sender, Don't click links or open attachments as it may be a Phishing email, 
> which can steal your Information and compromise your Computer.]
> 
> I have an interesting problem I'm looking at and nothing seems obvious as to 
> the reason why. On two of our systems when I allocate a new SYS1 dataset, 
> non-sms with no DATACLASS assigned by the ACS routines or on the allocation 
> itself, when I specify UNIT=3390 it's assigned an EXPDT of today+3 days, when 
> I allocate the same dataset on the same volume using UNIT=SYSDA or 
> UNIT=SYSALLDA it's not given an EXPDT.
> 
> When I do the same processes on different systems in the same SYSPLEX, but in 
> a different SMSPLEX, we're not observing the same EXPDT behavior, with no 
> EXPDT assigned for both datasets.
> 
> Does anyone have ideas on where to look?
> 
> Mark Jacobs
> 
> Sent from ProtonMail, Swiss-based encrypted email.
> 
> GPG Public Key - 
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> ::DISCLAIMER::
> 
> The contents of this e-mail and any attachment(s) are confidential and 
> intended for the named recipient(s) only. E-mail transmission is not 
> guaranteed to be secure or error-free as information could be intercepted, 
> corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses 
> in transmission. The e mail and its contents (with or without referred 
> errors) shall therefore not attach any liability on the originator or HCL or 
> its affiliates. Views or opinions, if any, presented in this email are solely 
> those of the author and may not necessarily reflect the views or opinions of 
> HCL or its affiliates. Any form of reproduction, dissemination, copying, 
> disclosure, modification, distribution and / or publication of this message 
> without the prior written consent of authorized representative of HCL is 
> strictly prohibited. If you have received this email in error please delete 
> it and notify the sender immediately. Before opening any email and/or 
> attachments, please check them for viruses and other defects.
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Allan Staller
Classification: Confidential

There are several SMS exits that could be causing this issue

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mark Jacobs
Sent: Tuesday, April 9, 2024 12:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: EXPDT added to newly allocated dataset

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don't click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

I have an interesting problem I'm looking at and nothing seems obvious as to 
the reason why. On two of our systems when I allocate a new SYS1 dataset, 
non-sms with no DATACLASS assigned by the ACS routines or on the allocation 
itself, when I specify UNIT=3390 it's assigned an EXPDT of today+3 days, when I 
allocate the same dataset on the same volume using UNIT=SYSDA or UNIT=SYSALLDA 
it's not given an EXPDT.

When I do the same processes on different systems in the same SYSPLEX, but in a 
different SMSPLEX, we're not observing the same EXPDT behavior, with no EXPDT 
assigned for both datasets.

Does anyone have ideas on where to look?

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com/), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RACF, external password management

2024-04-09 Thread Tom Marchant
I haven't noticed. How did you determine that they are gone? I see these posts 
from you, some of which reference zMFA.

Re: RACF, external password management  Linda Hagedorn 
   2024-02-29 15:53IBM-MAIN
Re: RACF, external password management  Linda Hagedorn 
   2024-02-29 13:00IBM-MAIN
Re: RACF, external password management  Linda Hagedorn 
   2024-02-29 12:44IBM-MAIN
Re: RACF, external password management  Linda Hagedorn 
   2024-02-29 12:43IBM-MAIN
Re: RACF, external password management  Linda Hagedorn 
   2024-02-29 12:31IBM-MAIN
Re: RACF, external password management  Linda Hagedorn 
   2024-02-29 12:30IBM-MAIN
RACF, external password management  Linda Hagedorn 
   2024-02-28 16:35IBM-MAIN

On Tue, 9 Apr 2024 13:20:56 -0500, Linda Hagedorn  
wrote:

>Has anyone else noticed their posts deleted?  
>My posts re: zMFA are gone.  Poof.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Michael Babcock
Just to rule it out, can you code the DD statement that bypasses SRS’s
allocations?

On Tue, Apr 9, 2024 at 12:52 PM Mark Jacobs <
0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:

> Good thought, but no. They're not being used on those systems.
>
> Mark Jacobs
>
> Sent from ProtonMail, Swiss-based encrypted email.
>
> GPG Public Key -
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
>
>
> On Tuesday, April 9th, 2024 at 1:29 PM, Ituriel do Neto <
> 03427ec2837d-dmarc-requ...@listserv.ua.edu> wrote:
>
> > Maybe IGGPRE00/IGGPOST0?
> >
> >
> > Best Regards
> >
> > Ituriel do Nascimento Neto
> > z/OS System Programmer
> >
> >
> >
> >
> >
> >
> > Em terça-feira, 9 de abril de 2024 às 14:20:33 BRT, Mark Jacobs
> 0224d287a4b1-dmarc-requ...@listserv.ua.edu escreveu:
> >
> >
> >
> >
> >
> >
> > Not on these two systems. On the others we use SRS.
> >
> > Mark Jacobs
> >
> >
> > Sent from ProtonMail, Swiss-based encrypted email.
> >
> > GPG Public Key -
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> >
> >
> >
> >
> > On Tuesday, April 9th, 2024 at 1:15 PM, Michael Babcock
> 05ad4e2d7232-dmarc-requ...@listserv.ua.edu wrote:
> >
> > > Do you have CA-DISK or similar software that manages non-SMS
> allocations?
> > >
> > > On Tue, Apr 9, 2024 at 12:07 PM Mark Jacobs <
> > > 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:
> > >
> > > > I have an interesting problem I'm looking at and nothing seems
> obvious as
> > > > to the reason why. On two of our systems when I allocate a new SYS1
> > > > dataset, non-sms with no DATACLASS assigned by the ACS routines or
> on the
> > > > allocation itself, when I specify UNIT=3390 it's assigned an EXPDT of
> > > > today+3 days, when I allocate the same dataset on the same volume
> using
> > > > UNIT=SYSDA or UNIT=SYSALLDA it's not given an EXPDT.
> > > >
> > > > When I do the same processes on different systems in the same
> SYSPLEX, but
> > > > in a different SMSPLEX, we're not observing the same EXPDT behavior,
> with
> > > > no EXPDT assigned for both datasets.
> > > >
> > > > Does anyone have ideas on where to look?
> > > >
> > > > Mark Jacobs
> > > >
> > > > Sent from ProtonMail, Swiss-based encrypted
> > > > email.
> > > >
> > > > GPG Public Key -
> > > >
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> > > >
> > > >
> --
> > > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > > send email to lists...@listserv.ua.edu with the message: INFO
> IBM-MAIN
> >
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: RACF, external password management

2024-04-09 Thread Linda Hagedorn
Has anyone else noticed their posts deleted?  
My posts re: zMFA are gone.  Poof.  

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Mark Jacobs
Good thought, but no. They're not being used on those systems.

Mark Jacobs 

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com


On Tuesday, April 9th, 2024 at 1:29 PM, Ituriel do Neto 
<03427ec2837d-dmarc-requ...@listserv.ua.edu> wrote:

> Maybe IGGPRE00/IGGPOST0?
> 
> 
> Best Regards
> 
> Ituriel do Nascimento Neto
> z/OS System Programmer
> 
> 
> 
> 
> 
> 
> Em terça-feira, 9 de abril de 2024 às 14:20:33 BRT, Mark Jacobs 
> 0224d287a4b1-dmarc-requ...@listserv.ua.edu escreveu:
> 
> 
> 
> 
> 
> 
> Not on these two systems. On the others we use SRS.
> 
> Mark Jacobs
> 
> 
> Sent from ProtonMail, Swiss-based encrypted email.
> 
> GPG Public Key - 
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> 
> 
> 
> 
> On Tuesday, April 9th, 2024 at 1:15 PM, Michael Babcock 
> 05ad4e2d7232-dmarc-requ...@listserv.ua.edu wrote:
> 
> > Do you have CA-DISK or similar software that manages non-SMS allocations?
> > 
> > On Tue, Apr 9, 2024 at 12:07 PM Mark Jacobs <
> > 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:
> > 
> > > I have an interesting problem I'm looking at and nothing seems obvious as
> > > to the reason why. On two of our systems when I allocate a new SYS1
> > > dataset, non-sms with no DATACLASS assigned by the ACS routines or on the
> > > allocation itself, when I specify UNIT=3390 it's assigned an EXPDT of
> > > today+3 days, when I allocate the same dataset on the same volume using
> > > UNIT=SYSDA or UNIT=SYSALLDA it's not given an EXPDT.
> > > 
> > > When I do the same processes on different systems in the same SYSPLEX, but
> > > in a different SMSPLEX, we're not observing the same EXPDT behavior, with
> > > no EXPDT assigned for both datasets.
> > > 
> > > Does anyone have ideas on where to look?
> > > 
> > > Mark Jacobs
> > > 
> > > Sent from ProtonMail, Swiss-based encrypted
> > > email.
> > > 
> > > GPG Public Key -
> > > https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> > > 
> > > --
> > > For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Mark Jacobs
No, it's not SMS managed. 

Mark Jacobs 

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com


On Tuesday, April 9th, 2024 at 1:30 PM, Sri Hari Kolusu  
wrote:

> Mark,
> 
> Check if the dataset got associated with a management class and expiration 
> date defined in the management class for the data set.
> 
> Thanks,
> Kolusu
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Paul Gilmartin
On Tue, 9 Apr 2024 09:15:05 +, Rob Scott  wrote:

>I believe that Lionel Dyck has a simple SDSF REXX exec that does pretty much 
>what you require - it is called "SDSFXDD".
>
>It takes each SYSOUT dataset from a job and saves it as a member of a PDS.
>
I've done that, but targeting a UNIX hierarchy.

o Much richer name space.  I can use qualifier such as:
  jobname/jobid/stepname/procstepname/ddname/spoolID.

o Copies SYSINs also.

o I am not constrained to a single RECFM.

IEBGENER copies attributes of DD allocated by SDSF.

But I must guess at FILE DATA() based on DDNAME
overriding SYSUT1.

-- 
gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Sri Hari Kolusu
Mark,

Check if the dataset got associated with a management class and expiration date 
defined in the management class for the data set.

Thanks,
Kolusu

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Ituriel do Neto
Maybe IGGPRE00/IGGPOST0?


Best Regards

Ituriel do Nascimento Neto
z/OS System Programmer






Em terça-feira, 9 de abril de 2024 às 14:20:33 BRT, Mark Jacobs 
<0224d287a4b1-dmarc-requ...@listserv.ua.edu> escreveu: 





Not on these two systems. On the others we use SRS.

Mark Jacobs 


Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com


On Tuesday, April 9th, 2024 at 1:15 PM, Michael Babcock 
<05ad4e2d7232-dmarc-requ...@listserv.ua.edu> wrote:

> Do you have CA-DISK or similar software that manages non-SMS allocations?
> 
> On Tue, Apr 9, 2024 at 12:07 PM Mark Jacobs <
> 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:
> 
> > I have an interesting problem I'm looking at and nothing seems obvious as
> > to the reason why. On two of our systems when I allocate a new SYS1
> > dataset, non-sms with no DATACLASS assigned by the ACS routines or on the
> > allocation itself, when I specify UNIT=3390 it's assigned an EXPDT of
> > today+3 days, when I allocate the same dataset on the same volume using
> > UNIT=SYSDA or UNIT=SYSALLDA it's not given an EXPDT.
> > 
> > When I do the same processes on different systems in the same SYSPLEX, but
> > in a different SMSPLEX, we're not observing the same EXPDT behavior, with
> > no EXPDT assigned for both datasets.
> > 
> > Does anyone have ideas on where to look?
> > 
> > Mark Jacobs
> > 
> > Sent from ProtonMail, Swiss-based encrypted
> > email.
> > 
> > GPG Public Key -
> > https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> > 
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Mark Jacobs
Not on these two systems. On the others we use SRS.

Mark Jacobs 


Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com


On Tuesday, April 9th, 2024 at 1:15 PM, Michael Babcock 
<05ad4e2d7232-dmarc-requ...@listserv.ua.edu> wrote:

> Do you have CA-DISK or similar software that manages non-SMS allocations?
> 
> On Tue, Apr 9, 2024 at 12:07 PM Mark Jacobs <
> 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:
> 
> > I have an interesting problem I'm looking at and nothing seems obvious as
> > to the reason why. On two of our systems when I allocate a new SYS1
> > dataset, non-sms with no DATACLASS assigned by the ACS routines or on the
> > allocation itself, when I specify UNIT=3390 it's assigned an EXPDT of
> > today+3 days, when I allocate the same dataset on the same volume using
> > UNIT=SYSDA or UNIT=SYSALLDA it's not given an EXPDT.
> > 
> > When I do the same processes on different systems in the same SYSPLEX, but
> > in a different SMSPLEX, we're not observing the same EXPDT behavior, with
> > no EXPDT assigned for both datasets.
> > 
> > Does anyone have ideas on where to look?
> > 
> > Mark Jacobs
> > 
> > Sent from ProtonMail, Swiss-based encrypted
> > email.
> > 
> > GPG Public Key -
> > https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> > 
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: EXPDT added to newly allocated dataset

2024-04-09 Thread Michael Babcock
Do you have CA-DISK or similar software that manages non-SMS allocations?

On Tue, Apr 9, 2024 at 12:07 PM Mark Jacobs <
0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:

> I have an interesting problem I'm looking at and nothing seems obvious as
> to the reason why. On two of our systems when I allocate a new SYS1
> dataset, non-sms with no DATACLASS assigned by the ACS routines or on the
> allocation itself, when I specify UNIT=3390 it's assigned an EXPDT of
> today+3 days, when I allocate the same dataset on the same volume using
> UNIT=SYSDA or UNIT=SYSALLDA it's not given an EXPDT.
>
> When I do the same processes on different systems in the same SYSPLEX, but
> in a different SMSPLEX, we're not observing the same EXPDT behavior, with
> no EXPDT assigned for both datasets.
>
> Does anyone have ideas on where to look?
>
> Mark Jacobs
>
> Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted
> email.
>
> GPG Public Key -
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


EXPDT added to newly allocated dataset

2024-04-09 Thread Mark Jacobs
I have an interesting problem I'm looking at and nothing seems obvious as to 
the reason why. On two of our systems when I allocate a new SYS1 dataset, 
non-sms with no DATACLASS assigned by the ACS routines or on the allocation 
itself, when I specify UNIT=3390 it's assigned an EXPDT of today+3 days, when I 
allocate the same dataset on the same volume using UNIT=SYSDA or UNIT=SYSALLDA 
it's not given an EXPDT.

When I do the same processes on different systems in the same SYSPLEX, but in a 
different SMSPLEX, we're not observing the same EXPDT behavior, with no EXPDT 
assigned for both datasets.

Does anyone have ideas on where to look?

Mark Jacobs

Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: DFSORT SUBDAYS function

2024-04-09 Thread rpinion865
You are correct about the record format and length.  Thank you for the control 
statements!




Sent with Proton Mail secure email.

On Tuesday, April 9th, 2024 at 12:12 PM, Sri Hari Kolusu  
wrote:

> > > The date begins in column 1 and is 10 characters long. I know I want to 
> > > use the SUBDAYS function. I am looking at the DFSORT Programmer Guide. 
> > > But I learn best by example.
> 
> 
> Richard,
> 
> Your input date has separators and DFSORT date arithmetic functions works on 
> date without separators. So, we just need to strip off the separators and 
> then apply the SUBDAYS function.
> 
> I assumed your input has RECFM=FB and LRECl=80 and you want to subtract 35 
> days from the input. We first strip off the separators and put that date a 
> temp location (81) and then apply the subdays function on that. Here is a 
> sample.
> 
> 
> //STEP0100 EXEC PGM=SORT
> //SYSOUT DD SYSOUT=*
> //SORTIN DD *
> 2024/04/09 - CURR DATE
> 2024/02/28 - NON LEAP YEAR DATE
> 2024/02/29 - LEAP YEAR DATE
> 2007/02/29 - INVALID DATE
> //SORTOUT DD SYSOUT=*
> //SYSIN DD *
> SORT FIELDS=COPY
> INREC IFOUTLEN=80,
> IFTHEN=(WHEN=INIT,
> OVERLAY=(81:01,10,UFF,M11,LENGTH=8,
> 01:81,8,Y4T,SUBDAYS,+35,TOGREG=(Y4T(/
> /*
> 
> The output from the above is.
> 
> 2024/03/05 - CURR DATE
> 2024/01/24 - NON LEAP YEAR DATE
> 2024/01/25 - LEAP YEAR DATE
> ** - INVALID DATE
> 
> 
> Note that the last record has an invalid date and that subdays function 
> replaced it with asterisks.
> 
> 
> Thanks,
> Kolusu
> DFSORT Development
> IBM Corporation
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: DFSORT SUBDAYS function

2024-04-09 Thread Sri Hari Kolusu
>> The date begins in column 1 and is 10 characters long. I know I want to use 
>> the SUBDAYS function. I am looking at the DFSORT Programmer Guide. But I 
>> learn best by example.

Richard,

Your input date has separators and DFSORT date arithmetic functions works on 
date without separators.  So, we just need to strip off the separators and then 
apply the SUBDAYS function.

I assumed your input has RECFM=FB and LRECl=80 and you want to subtract 35 days 
from the input. We first strip off the separators and put that date a temp 
location (81) and then apply the subdays function on that.  Here is a sample.


//STEP0100 EXEC PGM=SORT
//SYSOUT   DD SYSOUT=*
//SORTIN   DD *
2024/04/09 - CURR DATE
2024/02/28 - NON LEAP YEAR DATE
2024/02/29 - LEAP YEAR DATE
2007/02/29 - INVALID DATE
//SORTOUT  DD SYSOUT=*
//SYSINDD *
  SORT FIELDS=COPY
  INREC IFOUTLEN=80,
  IFTHEN=(WHEN=INIT,
 OVERLAY=(81:01,10,UFF,M11,LENGTH=8,
  01:81,8,Y4T,SUBDAYS,+35,TOGREG=(Y4T(/
/*

The output from the above is.

2024/03/05 - CURR DATE
2024/01/24 - NON LEAP YEAR DATE
2024/01/25 - LEAP YEAR DATE
** - INVALID DATE


Note that the last record has an invalid date and that subdays function 
replaced it with asterisks.


Thanks,
Kolusu
DFSORT Development
IBM Corporation



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


DFSORT SUBDAYS function

2024-04-09 Thread rpinion865
I have the following field in a dataset, that I want to subtract days from, 
leaving the date in the original format.
The date begins in column 1 and is 10 characters long. I know I want to use the 
SUBDAYS function. I am looking
at the DFSORT Programmer Guide. But I learn best by example.

2024/04/09

Sent with [Proton Mail](https://proton.me/) secure email.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Not getting IBM-MAIN Email

2024-04-09 Thread Rick Troth

Hi David --

Others have had trouble too lately.

IBM-MAIN is hosted by the University of Alabama, so I wonder if "US" 
versus "UA" is a typo?


Some of us have speculated that the university, or one of their service 
providers, recently tightened-up email requirements.
Across the industry, blacklisting and other spam-preventions, have 
tipped the scale and now are blocking a significant portion of 
legitimate email.
Personally, I don't have a solution, but am trying to gather critical 
mass to address it, so I'll contact you off-list. Everyone's situation 
is different, and in this case the note is coming from a Google 
property. But I cannot send (to most recipients) from my home address, 
even with SPF and DKIM in place.


-- R; <><



On 4/8/24 14:25, David Mingee wrote:

Hello All, I stopped getting IBM-MAIN emails on 3/20/2024.  I tried subscribing 
with:
SUBSCRIBE IBM-MAIN David Mingee  sent to LISTSERV.US.EDU
And
INFO IBM-MAIN   to LISTSERV.US.EDU

No success.  Any help would be greatly appreciated.




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread David Spiegel

IOF - But it's going away

On 2024-04-09 08:15, Allan Staller wrote:

Classification: Confidential

Several commercial products do this . CA-DELIVER, INFOPAC (probably a couple of 
more I am not familiar with.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of ??? 
?? ???
Sent: Tuesday, April 9, 2024 3:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Program to split a jobs output

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don't click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Hi,
Today I had to sent a jobs output to IBM to help determine a problem.
The jobs had 11 sysout datasets, and I wanted to send each one individually.

Does anyone know of a program to do this automagically, before I see how 
complicated it would be to write one?

Gadi

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Allan Staller
Classification: Confidential

Several commercial products do this . CA-DELIVER, INFOPAC (probably a couple of 
more I am not familiar with.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of ??? 
?? ???
Sent: Tuesday, April 9, 2024 3:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Program to split a jobs output

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don't click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Hi,
Today I had to sent a jobs output to IBM to help determine a problem.
The jobs had 11 sysout datasets, and I wanted to send each one individually.

Does anyone know of a program to do this automagically, before I see how 
complicated it would be to write one?

Gadi

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: STIMER

2024-04-09 Thread Joe Monk
TTIMER CANCEL

Joe

On Mon, Apr 8, 2024 at 4:43 PM Tony Thigpen  wrote:

> How do you cancel an outstanding STIMER?
>
> Tony Thigpen
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread גדי בן אבי
Thanks Rob,
That is exactly what I was looking for.
Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Rob 
Scott
Sent: יום ג 09 אפריל 2024 12:15
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Program to split a jobs output

I believe that Lionel Dyck has a simple SDSF REXX exec that does pretty much 
what you require - it is called "SDSFXDD".

It takes each SYSOUT dataset from a job and saves it as a member of a PDS.

Rob Scott
Rocket Software

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of ??? 
?? ???
Sent: Tuesday, April 9, 2024 9:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Program to split a jobs output

EXTERNAL EMAIL





Hi,
Today I had to sent a jobs output to IBM to help determine a problem.
The jobs had 11 sysout datasets, and I wanted to send each one individually.

Does anyone know of a program to do this automagically, before I see how 
complicated it would be to write one?

Gadi

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 855.577.4323 Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Rob Scott
I believe that Lionel Dyck has a simple SDSF REXX exec that does pretty much 
what you require - it is called "SDSFXDD".

It takes each SYSOUT dataset from a job and saves it as a member of a PDS.

Rob Scott
Rocket Software

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of ??? 
?? ???
Sent: Tuesday, April 9, 2024 9:43 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Program to split a jobs output

EXTERNAL EMAIL





Hi,
Today I had to sent a jobs output to IBM to help determine a problem.
The jobs had 11 sysout datasets, and I wanted to send each one individually.

Does anyone know of a program to do this automagically, before I see how 
complicated it would be to write one?

Gadi

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 855.577.4323
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Sv: Program to split a jobs output

2024-04-09 Thread Lars Höglund
?
And then
XDC

-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List  För ??? ?? ???
Skickat: den 9 april 2024 10:43
Till: IBM-MAIN@LISTSERV.UA.EDU
Ämne: Program to split a jobs output

[Du f?r inte e-post ofta fr?n gad...@malam-payroll.com. L?s om varf?r det h?r 
?r viktigt p? https://aka.ms/LearnAboutSenderIdentification ]

Hi,
Today I had to sent a jobs output to IBM to help determine a problem.
The jobs had 11 sysout datasets, and I wanted to send each one individually.

Does anyone know of a program to do this automagically, before I see how 
complicated it would be to write one?

Gadi

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Program to split a jobs output

2024-04-09 Thread Itschak Mugzach
Try ? In the np column and then xdp for each file!to create them. You may
send them via cssmtp to ibm (if possible) or to yourself and then to ibm

*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere
Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux
and IBM I **|  *

*|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|*
*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*





בתאריך יום ג׳, 9 באפר׳ 2024 ב-11:43 מאת גדי בן אבי :

> Hi,
> Today I had to sent a jobs output to IBM to help determine a problem.
> The jobs had 11 sysout datasets, and I wanted to send each one
> individually.
>
> Does anyone know of a program to do this automagically, before I see how
> complicated it would be to write one?
>
> Gadi
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Program to split a jobs output

2024-04-09 Thread גדי בן אבי
Hi,
Today I had to sent a jobs output to IBM to help determine a problem.
The jobs had 11 sysout datasets, and I wanted to send each one individually.

Does anyone know of a program to do this automagically, before I see how 
complicated it would be to write one?

Gadi

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN