SMF type and notype

2020-11-02 Thread Jake Anderson
Hello

Apologies for the dummy question

Can SMF SYS(TYPE) and SMF(NOTYPE) co-exist ?

Is there any sample if someone has ?

Jake.

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


Re: Exit06 and Jes2parm for class timelimit

2020-11-02 Thread Brian Westerman
1) the iefutl exit has the final say, no matter what comes next because it's 
applied AFTER the job starts, This is the one I use because it works by task 
name or class and time of day and lots of other variables.
2) if no iefutl exit, then JES2 exit 6 has the final say, because it's after 
the JCL is read, and overrides any defaults
3) if no JES2 exit 6, the jobcard has the final say because it sets a value 
that overrides the defaults (which only apply if nothing is set)
4) if not on the jobcard, the jes2parms is the default setting.

That's the rules.  Some people will disagree with whether or not JES2 classes 
overide the jobcard, but they would be wrong.  Defaults only apply if nothing 
else is set.

Brian

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


Re: IMS 10 - psb not defined

2020-11-02 Thread Attila Fogarasi
Have you done an ACBGEN into the ACBLIB that is in use by that IMS region?
IMS thinks that you have not :)
Also not relevant to your problem but the /DIS PSB and /DIS PGM commands
are different and you probably wanted /DIS PGM.


On Tue, Nov 3, 2020 at 12:29 PM Mike Stramba  wrote:

> I'm trying to add a new database in IMS ver 10.
>
> I've got to the point where a /dis db mike01  shows it up.
>
> But a  /dis psb mike01pb is showing :
>
>  15.21.30 JOB00052  DFS000I MIKE01PB  NOT DEFINED IN IMS   IVP1
>  15.21.30 JOB00052  DFS000I *20307/152130*   IVP1
> *15.21.30 JOB00052 *05 DFS996I *IMS READY*  IVP1
>
> The dataset 'IMS1010.PSBLIB(MIKE01PB)'  is there.
>
> Any ideas ?
>
> Mike
>
> --
> 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: IMS 10 - psb not defined

2020-11-02 Thread Mike Schwab
Do you need an IMS Gen where you specify the DD names and PSB names?
Or is there a dynamic addition feature now?  (Former IMS/DBDC
application programmer, not IMS admin),

On Mon, Nov 2, 2020 at 7:29 PM Mike Stramba  wrote:
>
> I'm trying to add a new database in IMS ver 10.
>
> I've got to the point where a /dis db mike01  shows it up.
>
> But a  /dis psb mike01pb is showing :
>
>  15.21.30 JOB00052  DFS000I MIKE01PB  NOT DEFINED IN IMS   IVP1
>  15.21.30 JOB00052  DFS000I *20307/152130*   IVP1
> *15.21.30 JOB00052 *05 DFS996I *IMS READY*  IVP1
>
> The dataset 'IMS1010.PSBLIB(MIKE01PB)'  is there.
>
> Any ideas ?
>
> Mike
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

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


IMS 10 - psb not defined

2020-11-02 Thread Mike Stramba
I'm trying to add a new database in IMS ver 10.

I've got to the point where a /dis db mike01  shows it up.

But a  /dis psb mike01pb is showing :

 15.21.30 JOB00052  DFS000I MIKE01PB  NOT DEFINED IN IMS   IVP1
 15.21.30 JOB00052  DFS000I *20307/152130*   IVP1
*15.21.30 JOB00052 *05 DFS996I *IMS READY*  IVP1

The dataset 'IMS1010.PSBLIB(MIKE01PB)'  is there.

Any ideas ?

Mike

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


Re: Exit06 and Jes2parm for class timelimit

2020-11-02 Thread retired mainframer
My JES2 manual says Exit 6 modifies the C/I text.  The job class value applies 
regardless of how the C\I text got its value (from the JCL or the exit).  From 
this I infer that the job time limit will be the minimum value specified in the 
C/I or in the parm.

Waiting for someone with experience to chime in.

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Peter
> Sent: Monday, November 02, 2020 9:01 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Exit06 and Jes2parm for class timelimit
> 
> Hello
> 
> We have a exit EXIT06  to limit the execution of some jes classes and also
> we have the same  jes classes defined in JES2PARM with the different time
> limit .
> 
> So the question is out of two values which takes the precedence ?

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


Re: Exit06 and Jes2parm for class timelimit

2020-11-02 Thread Allan Staller
Classification: Internal

What do you mean to "limit the execution" of job classes?
Is this the CPU time limit? Number of concurrent jobs in this jobclass? Who(m) 
can submit to this jobclass?

If the first, the CPU time limit; The JES supplied limit will be superseded by 
the limit supplied in EXIT06, since this is "in the JCL" received by the 
initiator.
This is subject to further manipulation by IEFUJI and/or IEFUSI which are 
called after J2EXIT06.

Each of the above questions has a different answer depending on the context of 
the question.
I believe the response above answers your question. If I misunderstood, please 
repost.

HTH,

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Peter
Sent: Monday, November 2, 2020 11:01 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Exit06 and Jes2parm for class timelimit

[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.]

Hello

We have a exit EXIT06  to limit the execution of some jes classes and also we 
have the same  jes classes defined in JES2PARM with the different time limit .

So the question is out of two values which takes the precedence ?

Peter

--
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


Exit06 and Jes2parm for class timelimit

2020-11-02 Thread Peter
Hello

We have a exit EXIT06  to limit the execution of some jes classes and also
we have the same  jes classes defined in JES2PARM with the different time
limit .

So the question is out of two values which takes the precedence ?

Peter

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


Re: VSAM-RLS and DFSMStvs basic questions

2020-11-02 Thread Allan Staller
Classification: Internal

A basic explanation of Shareoption (4,x) can be found in the Access Method 
Services Manual. It will point you to additional information.

HTH,

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of R.S.
Sent: Sunday, November 1, 2020 6:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: VSAM-RLS and DFSMStvs basic questions

[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.]

W dniu 31.10.2020 o 00:40, Joe Monk pisze:
> Radoslaw,
>
> He is asking about shareoption (4 x)  not (x 4) aka cross-region
> sharing, not cross-system sharing.
>
> In VSE, Shareoption(4) allows vsam file sharing among partitions
> (similar to a z/os address space). VSE manages  that automatically, for the 
> user.

Well, I just learnt something new about VSAM. Thank you.
Actually it is strictly related to z/VSE - this system is unknown for me (my 
research told me there were only two installations in Poland).
For example I don't know what is partition in VSE and how it is differ from 
regular address spaces or just several jobs (in VSE) working with same shared 
VSAM file.

BTW: Few questions
Where can I read about VSAM SHR (4 x)?
Was SHR (4 x) available on MVS or its predecessor?
Is there any "introduction" of VSE disks usage, datasets, and so called file 
system? How is it similar to z/OS?



However, regarding the subject I sustain that migration to Db2 is worth to 
analyze.
Of course everything depends on many factors like appliation complexity, staff 
availability, MIPS in use, budget, plans for the future, etc.

--
Radoslaw Skorupka
Lodz, Poland





==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat.Przypominamy, że każdy, kto rozpowszechnia (kopiuje, rozprowadza) 
tę wiadomość lub podejmuje podobne działania, narusza prawo i może podlegać 
karze.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 
Warszawa,https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mbank.pl%2F&data=04%7C01%7Callan.staller%40HCL.COM%7C78e4452cd0fb4e2cf78a08d87e652618%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637398320198692140%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=63nEal7YavPWSmOFbDjiaXFkNT%2F58LFtroF4fyjFlpE%3D&reserved=0,
 e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. Warszawy XII Wydział 
Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, NIP: 526-021-50-88. 
Kapitał zakładowy (opłacony w całości) według stanu na 01.01.2020 r. wynosi 
169.401.468 złotych.

If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Senatorska 18, 00-950 
Warszawa,https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.mbank.pl%2F&data=04%7C01%7Callan.staller%40HCL.COM%7C78e4452cd0fb4e2cf78a08d87e652618%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637398320198692140%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=63nEal7YavPWSmOFbDjiaXFkNT%2F58LFtroF4fyjFlpE%3D&reserved=0,
 e-mail: kont...@mbank.pl. District Court for the Capital City of Warsaw, 12th 
Commercial Division of the National Court Register, KRS 025237, NIP: 
526-021-50-88. Fully paid-up share capital amounting to PLN 169.401.468 as at 1 
January 2020.

--
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 vie

Reminder: We're looking forward to your feedback!

2020-11-02 Thread Cheryl D Loughlin
Hello IBM Z user,

Reminder: please take our survey to help us understand your experience 
with upgrading z/OS releases and adopting new function and enhancements 
through continuous delivery.

Here's the link to the survey: 
https://www.surveygizmo.com/s3/5953855/z-OS-Adoption-Research-October-2020

We'd appreciate your response by Wednesday, Nov 4, 2020.

Thanks in advance for your participation!


Regards,

Cheryl D. Loughlin
Product Design Lead for IBM Z Software
IBM Studios Poughkeepsie


Twitter: @CherylLoughlin
E-mail: chery...@us.ibm.com
2455 South Rd
Poughkeepsie, NY 12601-5400, U.S.




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