Page 3 of 3

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Sat Oct 04, 2008 1:06 am
by dick scherrer
You're welcome - good luck :)

d

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Sat Oct 04, 2008 1:59 am
by helen_he
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

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Sat Oct 04, 2008 2:32 am
by helen_he
Hello Dick,
The program is working now.
Many many many thanks,
Have good weekends! :D
Helen

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Sat Oct 04, 2008 4:41 am
by dick scherrer
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

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Mon Oct 06, 2008 7:56 pm
by helen_he
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

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Tue Oct 07, 2008 1:09 am
by helen_he
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

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Tue Oct 07, 2008 1:13 am
by dick scherrer
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?

Re: IGD17038I DADSM INSTALLATION EXIT REJECTED THIS REQUEST

PostPosted: Tue Oct 07, 2008 4:17 am
by helen_he
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