IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby dick scherrer » Sat Oct 04, 2008 1:06 am

You're welcome - good luck :)

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby helen_he » Sat Oct 04, 2008 1:59 am

Hello Dick,
I got new issues.
I have 4 tables named FED.FOC.FSD00003.FSB03P1
FED.FOC.FSD00003.FSB03P2
FED.FOC.FSD00003.FSB03P3
FED.FOC.FSD00003.FSB03P4
They all have same TSO master file name as FSM0003I
But for table FED.FOC.FSD00099.FSFSTAT matches the master file name as FSM0099P
(1)
If my code like
//FSM0099P DD DSN=FED.FOC.FSD00099.FSFSTAT,DISP=SHR
TABLE FILE FSM0099P
PRINT ........
END
The program works fine
(2)
If I am working on another 4 tables as follows:
//FSB03P1 DD DSN=FED.FOC.FSD00003.FSB03P1,DISP=SHR
//FSB03P2 DD DSN=FED.FOC.FSD00003.FSB03P2,DISP=SHR
//FSB03P3 DD DSN=FED.FOC.FSD00003.FSB03P3,DISP=SHR
//FSB03P4 DD DSN=FED.FOC.FSD00003.FSB03P4,DISP=SHR
//FSFSTAT DD DSN=FED.FOC.FSD00099.FSFSTAT,DISP=SHR (//FSFSTAT does not work too)
//FAM13 DD DSN=FDX1701.FAM13P.MONDATA,DISP=OLD
//OFFLINE DD SYSOUT=X
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
USE FSB03P1 FOCUS * AS FSM0003I
FSB03P2 FOCUS * AS FSM0003I
FSB03P3 FOCUS * AS FSM0003I
FSB03P4 FOCUS * AS FSM0003I
END
JOIN CLEAR *
END
TABLE FILE FSM0003I
PRINT LOCNAM REGION DISTRICT LOCTYPE ENTSYSID
BY REGION NOPRINT
BY DISTRICT NOPRINT
ON TABLE SAVE AS FAM13 FORMAT ALPHA
END
FIN
I got message "NO DATA FOUND FSM0003I"

So, I think my HOLDMAST FILE got an issue. Am I right?
By the way, I am working on this for loooong time already. :oops:
Thanks lots.
Helen
helen_he
 
Posts: 17
Joined: Tue Sep 30, 2008 3:55 am
Has thanked: 0 time
Been thanked: 0 time

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby helen_he » Sat Oct 04, 2008 2:32 am

Hello Dick,
The program is working now.
Many many many thanks,
Have good weekends! :D
Helen
helen_he
 
Posts: 17
Joined: Tue Sep 30, 2008 3:55 am
Has thanked: 0 time
Been thanked: 0 time

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby dick scherrer » Sat Oct 04, 2008 4:41 am

Hello Helen,

The program is working now.
Good to hear it is working :)
So, what finally made it run?

Many many many thanks,
You're very welcome.

Have good weekends!
You too :!:

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby helen_he » Mon Oct 06, 2008 7:56 pm

Hello Dick,
I found out right path of MASTER file. There is a change for it. Now, I understand what MASTER file does. :)
Do you have nice weekends?
Thanks and regards,
Helen
helen_he
 
Posts: 17
Joined: Tue Sep 30, 2008 3:55 am
Has thanked: 0 time
Been thanked: 0 time

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby helen_he » Tue Oct 07, 2008 1:09 am

Hello Dick,
I corrected FOCUS codes also.
USE FSB13P1 FOCUS * AS FSM0003I could be USE FSB13P1 AS FSM0003I
Now, I am working on the scheduling for automatic running daily.
Thanks and Regards,
Helen
helen_he
 
Posts: 17
Joined: Tue Sep 30, 2008 3:55 am
Has thanked: 0 time
Been thanked: 0 time

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby dick scherrer » Tue Oct 07, 2008 1:13 am

Hello Helen,

I found out right path of MASTER file. There is a change for it. Now, I understand what MASTER file does
Ah, progress :) Good to hear this.

Do you have nice weekends?
Yes, rather busy but nice. And you?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

Postby helen_he » Tue Oct 07, 2008 4:17 am

Thanks Dick,
I got nice weekends too. Now, my whole project is working very well including FTP and web reports.
Thanks again for your many helps and best regards, :)
Helen
helen_he
 
Posts: 17
Joined: Tue Sep 30, 2008 3:55 am
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post