Autostart Sleeper during IPL

skorek

Well Known Member
Hi guys

In my startup program I have line:
CALL PGM(JDFOBJ/J95901JQ)

but during IPL Sleeper not started automatically.

What I should change to start it automatically? Other CL program?

Regards

Tomek
 
Have you checked the JOBLOG to find out why your call of J95901JQ didn't
work? Have you read the Tech Foundation manual notes on starting
SLEEPER?



Maybe it is because it needs to be executed under QSECOFR profile
(Standard JDE set up - hardcoded - requires this. You can change the CL
and recompile if you know what you are doing and are careful)



Regards,



Colin
 
Re: RE: Autostart Sleeper during IPL

Thanks Stuthill

I think it should help! I will check after next IPL :) or power breaking :)

Regards
Tomek
 
Re: RE: Autostart Sleeper during IPL

You are right Collin!

In tech specs it is describe, sorry for trouble :)

Regards

Tomek
 
RE: RE: Autostart Sleeper during IPL

Tomeck,



My pleasure - but it is Colin (only one 'l').



The tech foundation reference guide is a pretty good document.



I have, in the past, at one or two sites "asterisked" out the code that
checks for QSECOFR profile - I can't think of anything much related to
sleeper that needs QSECOFR profile in order to execute but I am sure
there are bound to be one or two people on the list that can come up
with some specific situations. If you don't want to change the standard
JDE CL then create a CL program that submits a job under USER of QSECOFR
(USER is one of the parameters that can be used in the SBMJOB command)
that in turn calls J95901JQ - put this new CLP into your Startup.



Have you tried Seth Tuthill's approach - was it successful?.



Regards,



Colin
 
Back
Top