Re: IMS 10 - psb not defined

2020-11-17 Thread Wilby, Luke
You need to look at the datasets that the IVP jobs are using and the datasets 
the IMS address space is using.

NOTINIT means that the PSB is not in the active IMS ACBLIB dataset.

You need to review the dataset names specified in job IV3E202J (PSBGEN) and 
IV3E203J (ACBGEN) and compare them to the datasets specified in use by the IMS 
address space (the ACBLIBs).

If things started working after a COLDSTART, this implies you generated the 
required components (PSB/ACBGEN and/or IMS GEN) into the active ACBLIB and/or 
MODBLKS datasets) but did not run the /MOD PREPARE and /MOD COMMIT commands.

Typically, IMS shops update the staging ACBLIB/MODBLKS dataset, then issue /MOD 
PREPARE and /MOD COMMIT to activate the changes.

The IVP isn't necessarily how real shops operate and if it's not followed 
exactly in sequence you can run into issues unless you understand what the 
steps do and the implications of running out of sequence.


Regards
Luke Wilby

Infrastructure as a Service | Enterprise Compute | Systems Engineer
ANZ | 7/55 Collins Street, Melbourne | luke.wi...@anz.com | +61 411 166 121

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Mike Stramba
Sent: Wednesday, November 18, 2020 8:26 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IMS 10 - psb not defined

Ok, I've managed to get the database and PSB working.

Though I'm not really sure how.

I *had* done an ACBGEN and the members were showing in all three ACLIB data 
sets.

Should a *cold start* of IMS be necessary ?
 (It seems? that the psb/database didn't respond until a cold start).

Now I'm trying to figure out why I have a "NOTINIT" status for both a REXX 
program and an assembler module.

For the REXX program I ran the bind step from IV3E206J.

I ran the 'ASSEM1' proc from the same member for the assembler program.

Mike

On 11/2/20, Attila Fogarasi  wrote:
> 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
>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
"This e-mail and any attachments to it (the "Communication") is, unless 
otherwise stated, confidential, may contain copyright material and is for the 
use only of the intended recipient. If you receive the Communication in error, 
please notify the sender immediately by return e-mail, delete the Communication 
and the return e-mail, and do not read, copy, retransmit or otherwise deal with 
it. Any views expressed in the Communication are those of the individual sender 
only, unless expressly stated to be those of Australia and New Zealand Banking 
Group Limited ABN 11 005 357 522, or any of its related entities including ANZ 
Bank New Zealand Limited (together "ANZ"). ANZ does not accept liability in 
connection with the integrity of or errors in the Communication, computer 
virus, data corruption, interference or delay arising from or in respect of the 
Communication."

--
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-17 Thread Itschak Mugzach
Mike,

ACBGEN only requires MODIFY PREPARE ACBLIB. follow the messages on syslog.
Program status NOTINIT means that the program resources (such as PSB, DBD,
ACB, etc.) are not available.

ITschak

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





On Tue, Nov 17, 2020 at 11:26 PM Mike Stramba  wrote:

> Ok, I've managed to get the database and PSB working.
>
> Though I'm not really sure how.
>
> I *had* done an ACBGEN and the members were showing in all three ACLIB
> data sets.
>
> Should a *cold start* of IMS be necessary ?
>  (It seems? that the psb/database didn't respond until a cold start).
>
> Now I'm trying to figure out why I have a "NOTINIT" status for both a
> REXX program and an assembler module.
>
> For the REXX program I ran the bind step from IV3E206J.
>
> I ran the 'ASSEM1' proc from the same member for the assembler program.
>
> Mike
>
> On 11/2/20, Attila Fogarasi  wrote:
> > 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
> >
>
> --
> 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-17 Thread Mike Stramba
Ok, I've managed to get the database and PSB working.

Though I'm not really sure how.

I *had* done an ACBGEN and the members were showing in all three ACLIB
data sets.

Should a *cold start* of IMS be necessary ?
 (It seems? that the psb/database didn't respond until a cold start).

Now I'm trying to figure out why I have a "NOTINIT" status for both a
REXX program and an assembler module.

For the REXX program I ran the bind step from IV3E206J.

I ran the 'ASSEM1' proc from the same member for the assembler program.

Mike

On 11/2/20, Attila Fogarasi  wrote:
> 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
>

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