|
Canada-0-TATTOOS Azienda Directories
|
Azienda News:
- Preventing Startup Program from Running - IBM
In the QCTL controlling subsystem, there is an auto job entry called QSTRUPJD It runs as soon as the QCTL is started In the QSTRUPJD job description, a request data CALL QSYS QWDAJPGM retrieves system value QSTRUPPGM The program that is specified in the system value will run
- Preventing Your System from Restarting After a Full System Backup
Called from QSTRUPJD, QWDAJPGM checks the program and library names contained in the Startup Program (QSTRUPPGM) system value If QWDAJPGM finds a valid program name in QSTRUPPGM, the program runs the QSTRUPPGM program and the system starts
- Ladies and Gentlemen, Start Up Your AS 400s - MC Press Online
It is the QWDAJPGM program that retrieves the system value QSTRUPPGM and then runs the program defined there If you want to keep the startup program from running, then you must ensure that the system value QSTRUPPGM contains the special value of *NONE
- Re: How does TCPIP start on a 7. 1 system? -- MIDRANGE-L
-- Hi, Rob: Dump the program object for QWDAJPGM by issuing: DMPOBJ QSYS QWDAJPGM *PGM and take a look at the resulting spool file listing Looks to me like it just does a RTVSYSVAL QSTRUPPGM into some variables, and then does a CALL to that program
- Solved: AS 400 Print Queue will not release | Experts Exchange
That *jobd holds the name of a program from IBM in its request-data attribute -- that program is in QSYS and named QWDAJPGM Almost the entire purpose of THAT program is to retrieve the QSTRUPPGM system value, look at it to see if a program is named there, and, if one is, call that program
- System i: Preventing Startup Program from Running
In the QCTL controlling subsystem, there is an auto job entry called QSTRUPJD It runs as soon as the QCTL is started In the QSTRUPJD job description, a request data CALL QSYS QWDAJPGM retrieves system value QSTRUPPGM The program that is specified in the system value will run
- Changing the IPL Start-Up Program - IBM
To pursue problems with the start-up job, use the CHGJOBD command to change the QSTRUPJD job description to set the Log CL Program Commands parameter to *YES This provides better logging of information needed to resolve the problem
- Re: Start up exit points -- MIDRANGE-L
Re: Start up exit points -- I'm not aware of any exit points for startup (totally untested since I don't have the luxury of performing an IPL nor endsbs *all with a following strsbs QCTL) but you could potentially write a CL program that calls the 'QSYS CALL QSYS QWDAJPGM' that is on the routing data for the QSTRUPJD and then executes the
- Ladies and Gentlemen, Start Up Your AS 400s
It is the QWDAJPGM program that retrieves the system value QSTRUPPGM and then runs the program defined there If you want to keep the startup program from running, then you must ensure that the system value QSTRUPPGM contains the special value of *NONE
- Stopping Your System i from Starting Up - IT Jungle
The QSTRUPJD job calls a system program named QWDAJPGM to check the program name in the Startup Program system value (QSTRUPPGM) If it finds a valid program name in QSTRUPPGM, it runs that program, which starts the system
|
|