PDA

View Full Version : Job Scheduler under V4R3



David Abramowitz
01-01-1995, 02:00 AM
One of my clients just received a new system model 620 with V4R3 installed. We will be migrating from a CISC box V3R2. There are a few instances where the TAATOOL SBMTIMJOB was used. I would like to use <u>Job Scheduler</u> instead, on the RISC box. When trying to set this up, I typed GO CMDJS and pressed ENTER. What I found astonished me. Virtually every command on this screen responded with the error message: Command not found in *LIBL. My library list was O.K. I typed the following: WRKOBJ *ALL/ADDJOBJS *CMD and pressed ENTER. I came up with some hits. The command does exist in libraries QSYSV3R2, QSYSV4R1 and QSYSV4R2. However. . .ADDJOBJS does not exist in QSYS!!! Am I missing something here? Should I try another approach? TIA, David Abramowitz

Guest.Visitor
03-02-1999, 12:21 PM
You can use command ADDJOBSCDE OR WRKJOBSCDE. Yakov Shapiro yakov@ronlynn.com

David Abramowitz
03-03-1999, 02:14 AM
On Tuesday, March 02, 1999, 01:21 PM, yakov shapiro wrote: You can use command ADDJOBSCDE OR WRKJOBSCDE. Yakov Shapiro yakov@ronlynn.com <hr> Thank you. I have been aware of this. I am still at a loss to explain the loss of any JS command. (The JSCDE commands are all intact). WRKJOBJS, ADDJOBJS, CHGJOBJS, etc. all show up in the "back release" QSYSVxRx libraries, but not in QSYS!!! Does anybody have any explanations, thoughts, ideas, etc?? TIA, David Abramowitz

David Abramowitz
03-03-1999, 03:25 AM
On Tuesday, March 02, 1999, 01:21 PM, yakov shapiro wrote: You can use command ADDJOBSCDE OR WRKJOBSCDE. Yakov Shapiro yakov@ronlynn.com <hr>Thank you. I have been aware of this. I am still missing all of the JS commands. (The JSCDE commands are intact). ADDJOBJS, WRKJOBJS, CHGJOBJS can only be found in the previous release libraries (QSYSVxRx). Any thoughts, ideas or suggestions as to why these commands do not appear in QSYS V4R3?? TIA David Abramowitz

Guest.Visitor
03-03-1999, 03:29 AM
Dont know if its any help but three posibilities: The online manuals under V4R3 show the manual as Job Scheduler for OS/400 for V4R2. Hence the appropiate place maybe the previous release libraries. Same manual references a library QIJS - "Installation of Job Scheduler creates two libraries on your system, QIJS and QUSRIJS. The QIJS library contains Job Scheduler program objects." The install of the OS failed to install the JS1 base. Refer to the <a > href="http://as400service.rochester.ibm.com/n_dir/nas4apar.NSF/c79815e083182fec8 62564c00079d117/181826bcbb423f328625659300744d33?OpenDocument"> IBM APAR </a>(applicable if there was a secondary language) HTH David

David Abramowitz
03-03-1999, 10:35 AM
On Wednesday, March 03, 1999, 04:29 AM, David Bye wrote: Dont know if its any help but three posibilities: The online manuals under V4R3 show the manual as Job Scheduler for OS/400 for V4R2. Hence the appropiate place maybe the previous release libraries. Same manual references a library QIJS - "Installation of Job Scheduler creates two libraries on your system, QIJS and QUSRIJS. The QIJS library contains Job Scheduler program objects." The install of the OS failed to install the JS1 base. Refer to the <a > href="http://as400service.rochester.ibm.com/n_dir/nas4apar.NSF/c79815e083182fec8 62564c00079d117/181826bcbb423f328625659300744d33?OpenDocument"> IBM APAR </a>(applicable if there was a secondary language) HTH David <hr>There is no secondary language installed, but I will check out everything else. Thanks much for the info. David Abramowitz

Guest.Visitor
03-04-1999, 11:01 AM
Your symptoms suggest you have not installed the licensed program; from where those commands would be copied into QSYS as part of the install. As previously noted there is a separate library QIJS? My GO LICPGM option 11=Install from list shows: 5769JS1 - Job Scheduler for AS/400 I would infer then that you want to RSTLICPGM 5769JS1 from install media -- or the previously noted GO LICPGM function, then choose that entry from the list. Regards, Chuck Comments provided "as is" with no warranties of any kind whatsoever.

David Abramowitz
03-04-1999, 11:57 AM
On Thursday, March 04, 1999, 12:01 PM, Chuck Pence wrote: Your symptoms suggest you have not installed the licensed program; from where those commands would be copied into QSYS as part of the install. As previously noted there is a separate library QIJS? My GO LICPGM option 11=Install from list shows: 5769JS1 - Job Scheduler for AS/400 I would infer then that you want to RSTLICPGM 5769JS1 from install media -- or the previously noted GO LICPGM function, then choose that entry from the list. <hr> I did not install V4R3 at this shop, but your comments make a lot of sense. I will check it out. BTW, Considering JS is a separate product, and needs a separate install, why does it show up in QSYSVxRx libraries? David Abramowitz

Guest.Visitor
03-04-1999, 12:51 PM
Some commands would show up in the previous release CL compiler libraries because they have changed from one release to another. If a command changes to add a new parameter, a previous release compile should not allow that parameter, so a copy of the old command must be used for the compile. A request to CRTCLPGM TGTRLS(prv_rls_value) will find a copy of the commands to allow a compile. Why commands that have not changed do not show <as in this case, I do not know if they changed?> may be to handle the case where you no longer have the LP installed ;-) Regards, Chuck Comments provided "as is" with no warranties of any kind whatsoever.