home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / batmdemo.zip / CC1706.HLP (.txt) < prev    next >
OS/2 Help File  |  1994-03-23  |  23KB  |  774 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Help for Batch Manager ΓòÉΓòÉΓòÉ
  3.  
  4. The purpose of this sub-system is to provide a vehicle to submit, monitor, and 
  5. control batch jobs (OS/2 and DOS command files) under the IBM OS/2 operating 
  6. system.  This sub-system is patterned after other OS/2 products and is designed 
  7. to be SAA/CUA compliant. 
  8.  
  9. The OS/2 "BATCH MANAGER" is translatable.  There is a version supporting 
  10. Japanese (Double Byte Character Set).  Additional versions can be translated as 
  11. required.  Consult the vendor for details. 
  12.  
  13. The sub-system provides the following functions: 
  14.  
  15. o Submission and execution of batch jobs, either immediately or delayed to a 
  16.   later time/date.  The batch jobs can be submitted either from this user 
  17.   interface or from the OS/2 command line using BMSUBMIT facility provided by 
  18.   this sub-system. 
  19.  
  20. o Control over the action of the queue which is responsible for controlling 
  21.   jobs. 
  22.  
  23. o Control over the action of the batch job, such as cancel, hold, release, etc. 
  24.  
  25. The BM scheduler must be started as a foreground session using BMSTART2.CMD in 
  26. order to process applications with screen/keyboard I/O.  To run the scheduler 
  27. as a detached process use BMSTART.CMD. 
  28.  
  29. The product is licensed for use on a single OS/2 computer.  For full terms of 
  30. licensing, consult the license agreement accompanying the product package. 
  31. Address any other questions, including pricing, to the vendor (see "About..." 
  32. under the HELP action-bar-choice. 
  33.  
  34. This facility is typically executed at each computer and the jobs controlled by 
  35. the individual user.  "BATCH MANAGER" is initiated when the user activates the 
  36. computer. 
  37.  
  38. The Graphical User Interface (GUI) for the facility is a window programmed 
  39. around OS/2's "Presentation Manager."  The window consists of the following 
  40. action bar choices: 
  41.  
  42. o QUEUE - Provides the means to control the actions of the queue. 
  43.  
  44. o JOB - Provides the means to control the actions of the job(s), including 
  45.   submitting and updating jobs, cancelling, requeuing, etc. 
  46.  
  47. o HELP - Provides guidance throughout facility. Pertinent pop-up windows are 
  48.   invoked as required to guide the user through the selected action. 
  49.  
  50. The main window displays the batch queues, along with the jobs submitted to the 
  51. queue.  Each job is listed by Job Id, Job Name (as submitted by the user), 
  52. scheduled Start Date, scheduled/actual Start Time, Job Status (Active, Pending, 
  53. Holding).  A code is also displayed indicating whether the batch job is Single 
  54. or Recurring (repetitive). 
  55.  
  56. The "BATCH MANAGER" queue is refreshed whenever activity occurs within it. 
  57. Because of this, the screen is always current. 
  58.  
  59. COMMAND FILES 
  60.  
  61. To submit a job, the user must submit a user specified command file (.CMD, .BAT 
  62. or .EXE).  This file must exist prior to job submission and must contain the 
  63. full file\directory path name (no default directories are assumed) for any file 
  64. specified in this command file.  The 'EXIT' statement in the command file may 
  65. cause an return error even though the the job is executed successfully. 
  66.  
  67. SUBMITTING BATCH JOBS FROM OS/2 COMMAND LINE 
  68.  
  69. The BMSUBMIT.EXE is provided as an alternative for users to submit batch jobs 
  70. without interacting with the Graphical User Interface.  This is primarily used 
  71. to enable job submission from an external source (e.g., another user 
  72. application or command procedure).  Execute the BMSUBMIT program with the 
  73. following calling format: 
  74.  
  75. Calling Format: (The arguments in brackets are optional)
  76.  
  77. BMSUBMIT CMDFile ["JobName"] [/JobStatus] [StartDate StartTime]
  78.            [/SingleRecurring] [/RecurringPeriod]
  79.  
  80. ARGUMENT                DESCRIPTION 
  81. --------------------    ------------------------------------------------------ 
  82. CMDFile                 The command file name with full path 
  83. JobName                 The name of this job start with a alphabet (up to 30 
  84.                         characters) 
  85. JobStatus               /P (pending is the default), /D (delayed), /H (hold) 
  86. StartDate StartTime     YYYYMMDD HHMM, the default is current time 
  87. /SingleRecurring        /S (single is the default), /R (recurring) 
  88. /RecurringPeriod        /1 (every day is the default), /2 (every other day) 
  89.                         /3 (every Sunday),       /4 (every Monday) 
  90.                         /5 (every Tuesday),       /6 (every Wednesday) 
  91.                         /7 (every Thursday),      /8 (every Friday) 
  92.                         /9 (every Saturday),      /10 (First Day of Month) 
  93.                         /11 (Last Day of Month), 
  94.  
  95. Refer to the README.TXT file in the MBABATCH Directory for full details of the 
  96. Command Line Interface. 
  97.  
  98. JOB COMPLETION 
  99.  
  100. Upon completion of the batch job, a screen message will be displayed notifying 
  101. the user whether or not the batch job was successfully executed.  The user can 
  102. clear the screen by pressing the ESCape key or the screen will clear itself 
  103. after 60 seconds.  The next batch job in the queue will not begin until the 
  104. screen has been cleared.  A journal of all job completion messages is 
  105. maintained in BMJOB.LOG in the "BATCH MANAGER" work directory (e.g., MBABATCH). 
  106. Using a simple text editor (or typing the file to the screen), the user can 
  107. review all messages in BMJOB.LOG.  This file will be deleted either when "BATCH 
  108. MANAGER" is terminated or when  "BATCH MANAGER" is initiated.  In the event of 
  109. unusual termination (such as due to power failure), messages are maintained in 
  110. a back-up version of the file (BMJOB.BAK) for reference. 
  111.  
  112. MESSAGES 
  113.  
  114. When a job is completed, a variety of messages may appear (either on the screen 
  115. or in the BMJOB.LOG) to indicate completion status; either ERROR or NO ERRORS. 
  116. Some OS/2 Termination and Return Codes may also be displayed.  Consult IBM OS/2 
  117. documentation for their meaning (e.g., "OS/2 Control Program Programming 
  118. Reference"). 
  119.  
  120. SHUTDOWN 
  121.  
  122. If a batch job is ACTIVE in the job queue, the user will be unable to close the 
  123. "BATCH MANAGER" Monitor.  Should the computer SHUTDOWN (either through the OS/2 
  124. Desktop or power failure, the active batch job will abort execution). 
  125.  
  126. COMPUTER CLOCK 
  127.  
  128. Execution of the "BATCH MANAGER" is based on the computer's clock.  Should the 
  129. you wish to change the settings on the clock, the user is advised to first HOLD 
  130. the queue before changing the clock.  After the clock has been changed, the 
  131. user can then RELEASE the queue. 
  132.  
  133. Note:  It may be necessary to UPDATE the time settings for the various batch 
  134.        jobs in the queue.  Use the UPDATE JOB window to update the time/date 
  135.        settings of each batch job before RELEASING the queue. 
  136.  
  137. TRADEMARK ACKNOWLEDGEMENTS 
  138.  
  139. IBM, OS/2, SAA, CUA are registered trademarks of the International Business 
  140. Machines Corporation. 
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ 2. Help for Queue ΓòÉΓòÉΓòÉ
  144.  
  145. Use the Queue action-bar-choice (ABC) to manage the batch jobs in the queue. 
  146.  
  147. The pull-down-choices are available only after you have selected a queue.  (If 
  148. you are using a mouse, click on the queue to select it.  If you are using a 
  149. keyboard, press the Up or Down Arrow key and ENTER to select it.) 
  150.  
  151. Hold queue 
  152.      Change the status of the selected queue so jobs in the queue cannot be 
  153.      executed until released. 
  154.  
  155. Release queue 
  156.      Change the status of the selected queue so jobs HOLDING can be executed. 
  157.  
  158. Hold all jobs 
  159.      Use this choice to change the status of the jobs in the selected queue. 
  160.      All the jobs are held so they cannot be executed.  Jobs submitted after 
  161.      this will not be held. 
  162.  
  163. Release all jobs 
  164.      Use this choice to change the status of any jobs HOLDING in the selected 
  165.      queue.  All jobs HOLDING are released so they can be executed. 
  166.  
  167. Cancel all jobs 
  168.      Remove every job from the selected queue 
  169.  
  170.  
  171. ΓòÉΓòÉΓòÉ 3. Help for Hold Queue ΓòÉΓòÉΓòÉ
  172.  
  173. Use the Hold Queue pull-down-choice (PDC) to change the status of the selected 
  174. queue so none of the jobs in it can be executed.  This choice is not available 
  175. if the queue is already being held. 
  176.  
  177. Holding a queue when a job is executing (ACTIVE) does not stop the job. The job 
  178. is allowed to finish, but the next job in the queue cannot start. 
  179.  
  180. Use Release queue to allow the jobs in the queue to execute. 
  181.  
  182.  
  183. ΓòÉΓòÉΓòÉ 4. Help for Release Queue ΓòÉΓòÉΓòÉ
  184.  
  185. Use the Release Queue pull-down-choice (PDC) change the status of a queue 
  186. HOLDING so the jobs in it can be executed. This choice is available only if the 
  187. queue is HOLDING. 
  188.  
  189. Releasing a queue allows the jobs in the queue to be executed. 
  190.  
  191. Use the Job pull-down-choices if you want to change the order jobs are 
  192. executed. 
  193.  
  194.  
  195. ΓòÉΓòÉΓòÉ 5. Help for Hold all Jobs ΓòÉΓòÉΓòÉ
  196.  
  197. Use the Hold all Jobs pull-down-choice (PDC) to change the status of the jobs 
  198. in the selected queue.  All the jobs are held so they cannot be executed. 
  199.  
  200. Jobs submitted after this will not be held. 
  201.  
  202. If the jobs are already HOLDING, this choice has no effect. 
  203.  
  204.  
  205. ΓòÉΓòÉΓòÉ 6. Help for Release all Jobs ΓòÉΓòÉΓòÉ
  206.  
  207. Use the Release all Jobs pull-down-choice (PDC) to change the status of any 
  208. jobs HOLDING in the selected queue.  All the held jobs are released so they can 
  209. be executed. 
  210.  
  211. If there are no jobs HOLDING, this choice has no effect. 
  212.  
  213.  
  214. ΓòÉΓòÉΓòÉ 7. Help for Cancel all Jobs ΓòÉΓòÉΓòÉ
  215.  
  216. Use the Cancel all Jobs pull-down-choice (PDC) to remove all the jobs from the 
  217. selected queue. 
  218.  
  219. When you select this choice, a message is displayed asking you to confirm 
  220. cancellation of the jobs. 
  221.  
  222. You cannot recover canceled jobs.  You have to submit the jobs again if you 
  223. want to execute them. 
  224.  
  225.  
  226. ΓòÉΓòÉΓòÉ 8. Help for Job ΓòÉΓòÉΓòÉ
  227.  
  228. The Job action-bar-choice (ABC) is to control the action of a single batch job. 
  229.  
  230. A job identification number is created when you submit a batch job to the queue 
  231. (whether ACTIVE, PENDING, DELAYED, or HOLDING). 
  232.  
  233. Use the following pull-down-choices (PDC) to control the execution of a job. 
  234. These choices are available only after you have selected a job.  (If you are 
  235. using a mouse, click on the job or queue to select it.  If you are using a 
  236. keyboard, press the Up or Down Arrow keys to select it.) 
  237.  
  238. Job details 
  239.      Shows information about the selected job, such as the job id, name, user, 
  240.      etc. 
  241.  
  242. Cancel job 
  243.      Removes the selected job from the queue. 
  244.  
  245. Hold job 
  246.      Changes the status of the selected job so it will not be executed until 
  247.      released. 
  248.  
  249. Release job 
  250.      Changes the status of the selected job so it can be executed if it was 
  251.      held. 
  252.  
  253. Submit new job 
  254.      Allows the user to setup and submit a batch job for exection; either 
  255.      one-time or to execute recurrently. 
  256.  
  257. Update job 
  258.      Changes the parameters of a job currently in the queue (but not active). 
  259.  
  260.  
  261. ΓòÉΓòÉΓòÉ 9. Help for Job Details ΓòÉΓòÉΓòÉ
  262.  
  263. Use the Job Details pull-down-choice (PDC) to display the details of the job 
  264. you selected. 
  265.  
  266.  
  267. ΓòÉΓòÉΓòÉ 10. Help for Cancel Job ΓòÉΓòÉΓòÉ
  268.  
  269. Use the Cancel Job pull-down-choice (PDC) to remove the selected job from the 
  270. queue.  If the job is executing, it is stopped. 
  271.  
  272. Note:  Cancelling a recurring job will cancel all future jobs. To restart a 
  273.        recurring job, the user will have to use the SUBMIT command and reset 
  274.        the parameters.
  275.  
  276. When you select this choice, a message is displayed, asking you to confirm 
  277. cancelling the job. 
  278.  
  279.  
  280. ΓòÉΓòÉΓòÉ 11. Help for Hold Job ΓòÉΓòÉΓòÉ
  281.  
  282. Use the Hold Job pull-down-choice (PDC) to change the status of the selected 
  283. job so it does not execute.  If the job is executing when you hold it, this 
  284. choice has no effect. 
  285.  
  286. Holding one job does not affect the other jobs in the queue; they are executed 
  287. as usual.  Use RELEASE when you want to allow the job to execute. 
  288.  
  289.  
  290. ΓòÉΓòÉΓòÉ 12. Help for Release Job ΓòÉΓòÉΓòÉ
  291.  
  292. Use the Release Job pull-down-choice (PDC) to change the status of the selected 
  293. job so it can be executed. 
  294.  
  295.  
  296. ΓòÉΓòÉΓòÉ 13. Help for Submit new Job ΓòÉΓòÉΓòÉ
  297.  
  298. Use the Submit new Job pull-down-choice (PDC) to invoke a pop-up window to 
  299. initiate a new batch. 
  300.  
  301. Note:  This will be the same window as used under the Update Job pull-down-choice.
  302.  
  303.  
  304. ΓòÉΓòÉΓòÉ 14. Help for Update Job ΓòÉΓòÉΓòÉ
  305.  
  306. Use the Update Job pull-down-choice (PDC) to invoke a pop-up window to change 
  307. the variables associated with a batch job. 
  308.  
  309. Note:  This will be the same window as used under the Submit new Job pull-down-choice.
  310.  
  311.  
  312. ΓòÉΓòÉΓòÉ 15. Help for Requeue Job ΓòÉΓòÉΓòÉ
  313.  
  314. Use the Requeue pull-down-choice (PDC) to move a batch job from one job queue 
  315. to another.  This is particularly useful for moving a non-active batch job to 
  316. another queue where it can execute in parallel with other batch jobs. 
  317.  
  318. Press OK to confirm the requeue, or CANCEL to quit without saving. 
  319.  
  320.  
  321. ΓòÉΓòÉΓòÉ 16. Help for Options ABC ΓòÉΓòÉΓòÉ
  322.  
  323. The Options action-bar-choice (ABC) is used to access the Batch Manager 
  324. Options. 
  325.  
  326. Use the following pull-down-choices (PDC) to select the desired option. 
  327.  
  328. Display job log 
  329.      Displays the job log. 
  330.  
  331.  
  332. ΓòÉΓòÉΓòÉ 17. Help for Display Job Log ΓòÉΓòÉΓòÉ
  333.  
  334. Use the Display Job Log pull-down-choice (PDC) to display the log of all jobs 
  335. executed since Batch Manager was last restarted. 
  336.  
  337.  
  338. ΓòÉΓòÉΓòÉ 18. Help for Help ABC ΓòÉΓòÉΓòÉ
  339.  
  340. The Help action-bar-choice (ABC) is used to access the various CUA compliant 
  341. Help facilities. 
  342.  
  343. Help index 
  344.      Displays the help index. 
  345.  
  346. General help 
  347.      Displays tutorial describing the product. 
  348.  
  349. Using help 
  350.      Provides detailed information on the kinds of help available and how to 
  351.      use help. 
  352.  
  353. Keys help 
  354.      Displays a list of keys. 
  355.  
  356. About 
  357.      Displays basic vendor/product information. 
  358.  
  359.  
  360. ΓòÉΓòÉΓòÉ 19. Help for Using Help ΓòÉΓòÉΓòÉ
  361.  
  362. Use the Using Help pull-down-choice (PDC) to describe all of the available help 
  363. facilities. 
  364.  
  365. In general, help is provided for every action-bar-choice, pull-down choice, and 
  366. other selections. 
  367.  
  368.  
  369. ΓòÉΓòÉΓòÉ 20. Help for General Help PDC ΓòÉΓòÉΓòÉ
  370.  
  371. This pull-down-choice is used to display general help text regarding the use of 
  372. this facility. 
  373.  
  374.  
  375. ΓòÉΓòÉΓòÉ 21. Help for Keys Help ΓòÉΓòÉΓòÉ
  376.  
  377. Use the Keys Help pull-down-choice (PDC) to access the standard help keys.  The 
  378. list of keys is arranged in groups. 
  379.  
  380. o HELP KEYS to get help. 
  381.  
  382. o SYSTEM KEYS to switch between programs. 
  383.  
  384. o WINDOW KEYS to move around in a program window. 
  385.  
  386. o POP-UP WINDOW KEYS to make a selection in a pop-up window. 
  387.  
  388. o EDITING KEYS to make changes in a pop-up window. 
  389.  
  390. When two key names are joined by a plus sign (+), use these two keys together. 
  391. Hold down the first key and press the second key. 
  392.  
  393. HELP KEYS 
  394.  
  395. F1 
  396.      Get help. 
  397.  
  398. F11 
  399.      Go to the help index (from within any help window). 
  400.  
  401. Esc 
  402.      Cancel help. 
  403.  
  404. Alt+F4 
  405.      Close the help window. 
  406.  
  407. Alt+F6 
  408.      Go to/from help and programs. 
  409.  
  410. Shift+F10 
  411.      Get help for help. 
  412.  
  413. SYSTEM KEYS 
  414.  
  415. Alt+Esc 
  416.      Switch to the next program, including full-screen programs. 
  417.  
  418. Alt+Tab 
  419.      Switch to the next windowed program. 
  420.  
  421. Ctrl+Esc 
  422.      Switch to the Task List. 
  423.  
  424. WINDOW KEYS 
  425.  
  426. F3 
  427.      Close a program window. 
  428.  
  429. F10 
  430.      Go to/from the action bar. 
  431.  
  432. Arrow keys 
  433.      Move among choices. 
  434.  
  435. End 
  436.      Go to the last choice in a pull-down. 
  437.  
  438. Esc 
  439.      Cancel a pull-down or the system menu. 
  440.  
  441. Home 
  442.      Go to the first choice in a pull-down. 
  443.  
  444. PgUp 
  445.      Scroll the contents of the window up one page. 
  446.  
  447. PgDn 
  448.      Scroll the contents of the window down one page. 
  449.  
  450. Underlined letter 
  451.      Move among the choices on the action bar and pull-downs. 
  452.  
  453. Alt 
  454.      Go to/from the action bar. 
  455.  
  456. Alt+F4 
  457.      Close the window. 
  458.  
  459. Alt+F5 
  460.      Restore the window. 
  461.  
  462. Alt+F7 
  463.      Move the window. 
  464.  
  465. Alt+F8 
  466.      Size the window. 
  467.  
  468. Alt+F9 
  469.      Minimize the window. 
  470.  
  471. Alt+F10 
  472.      Maximize the window. 
  473.  
  474. Ctrl+PgDn 
  475.      Scroll the contents of the window right one page. 
  476.  
  477. Ctr+PgUp 
  478.      Scroll the contents of the window left one page. 
  479.  
  480. Shift+Esc or Alt+Spacebar 
  481.      Go to/from the system menu. 
  482.  
  483. Shift+Esc or Alt 
  484.      Go to/from the system menu of a text window. 
  485.  
  486. POP-UP WINDOW KEYS 
  487.  
  488. Enter 
  489.      Complete the pop-up window. 
  490.  
  491. Esc 
  492.      Cancel the pop-up window. 
  493.  
  494. Spacebar 
  495.      Set a check box on/off or perform the task described on the selected 
  496.      pushbutton. 
  497.  
  498. Tab 
  499.      Move to the next entry field or check box. 
  500.  
  501. EDITING KEYS 
  502.  
  503. Backspace (left arrow delete) 
  504.      Delete the character to the left of the cursor. 
  505.  
  506. Del 
  507.      Delete the character to the right of the cursor. 
  508.  
  509. End or Ctrl+Right Arrow key 
  510.      Move to the end of a field. 
  511.  
  512. Home or Ctrl+Left Arrow key 
  513.      Move to the beginning of a field. 
  514.  
  515.  
  516. ΓòÉΓòÉΓòÉ 22. Help for Help Index ΓòÉΓòÉΓòÉ
  517.  
  518. This pull-down-choice is used to display the Help Index.  The help index lists 
  519. all of the titles of the available help information. 
  520.  
  521.  
  522. ΓòÉΓòÉΓòÉ 23. Help for About the Vendor ΓòÉΓòÉΓòÉ
  523.  
  524. Use the About the Vendor pull-down-choice (PDC) to access the name and address 
  525. of the vendor. 
  526.  
  527.  
  528. ΓòÉΓòÉΓòÉ 24. Help for Keys Help ΓòÉΓòÉΓòÉ
  529.  
  530. Use the Keys Help pull-down-choice (PDC) to access the standard Help keys.  The 
  531. list of keys is arranged in groups. 
  532.  
  533. o HELP KEYS to get help. 
  534.  
  535. o SYSTEM KEYS to switch between programs. 
  536.  
  537. o WINDOW KEYS to move around in a program window. 
  538.  
  539. o POP-UP WINDOW KEYS to make a selection in a pop-up window. 
  540.  
  541. o EDITING KEYS to make changes in a pop-up window. 
  542.  
  543. When two key names are joined by a plus sign (+), use these two keys together. 
  544. Hold down the first key and press the second key. 
  545.  
  546. HELP KEYS 
  547.  
  548. F1 
  549.      Get help. 
  550.  
  551. F11 
  552.      Go to the help index (from within any help window). 
  553.  
  554. Esc 
  555.      Cancel help. 
  556.  
  557. Alt+F4 
  558.      Close the help window. 
  559.  
  560. Alt+F6 
  561.      Go to/from help and programs. 
  562.  
  563. Shift+F10 
  564.      Get help for help. 
  565.  
  566. SYSTEM KEYS 
  567.  
  568. Alt+Esc 
  569.      Switch to the next program, including full-screen programs. 
  570.  
  571. Alt+Tab 
  572.      Switch to the next windowed program. 
  573.  
  574. Ctrl+Esc 
  575.      Switch to the Task List. 
  576.  
  577. WINDOW KEYS 
  578.  
  579. F3 
  580.      Close a program window. 
  581.  
  582. F10 
  583.      Go to/from the action bar. 
  584.  
  585. Arrow keys 
  586.      Move among choices. 
  587.  
  588. End 
  589.      Go to the last choice in a pull-down. 
  590.  
  591. Esc 
  592.      Cancel a pull-down or the system menu. 
  593.  
  594. Home 
  595.      Go to the first choice in a pull-down. 
  596.  
  597. PgUp 
  598.      Scroll the contents of the window up one page. 
  599.  
  600. PgDn 
  601.      Scroll the contents of the window down one page. 
  602.  
  603. Underlined letter 
  604.      Move among the choices on the action bar and pull-downs. 
  605.  
  606. Alt 
  607.      Go to/from the action bar. 
  608.  
  609. Alt+F4 
  610.      Close the window. 
  611.  
  612. Alt+F5 
  613.      Restore the window. 
  614.  
  615. Alt+F7 
  616.      Move the window. 
  617.  
  618. Alt+F8 
  619.      Size the window. 
  620.  
  621. Alt+F9 
  622.      Minimize the window. 
  623.  
  624. Alt+F10 
  625.      Maximize the window. 
  626.  
  627. Ctrl+PgDn 
  628.      Scroll the contents of the window right one page. 
  629.  
  630. Ctr+PgUp 
  631.      Scroll the contents of the window left one page. 
  632.  
  633. Shift+Esc or Alt+Spacebar 
  634.      Go to/from the system menu. 
  635.  
  636. Shift+Esc or Alt 
  637.      Go to/from the system menu of a text window. 
  638.  
  639. POP-UP WINDOW KEYS 
  640.  
  641. Enter 
  642.      Complete the pop-up window. 
  643.  
  644. Esc 
  645.      Cancel the pop-up window. 
  646.  
  647. Spacebar 
  648.      Set a check box on/off or perform the task described on the selected 
  649.      pushbutton. 
  650.  
  651. Tab 
  652.      Move to the next entry field or check box. 
  653.  
  654. EDITING KEYS 
  655.  
  656. Backspace (left arrow delete) 
  657.      Delete the character to the left of the cursor. 
  658.  
  659. Del 
  660.      Delete the character to the right of the cursor. 
  661.  
  662. End or Ctrl+Right Arrow key 
  663.      Move to the end of a field. 
  664.  
  665. Home or Ctrl+Left Arrow key 
  666.      Move to the beginning of a field. 
  667.  
  668.  
  669. ΓòÉΓòÉΓòÉ 25. Help for Job Details ΓòÉΓòÉΓòÉ
  670.  
  671. This panel displays the following job details: 
  672.  
  673. o The Job Identification number. 
  674.  
  675. o The Job Name (as assigned by the user). 
  676.  
  677. o The Start Date - either scheduled or actual. 
  678.  
  679. o The Start Time - either scheduled or actual. 
  680.  
  681. o The status of the job (ACTIVE, PENDING, DELAYED, or HOLDING). 
  682.  
  683. o The Single/Recurring indicator.  A job may be submitted to execute either 
  684.   once (single) or repetitively (recurring). 
  685.  
  686. o The Recurring Period - if such a job. 
  687.  
  688. o The Elapsed Time - if the job is active. 
  689.  
  690. o The name of the command file (.CMD) used to process the batch job. 
  691.  
  692. Press OK to exit the panel. 
  693.  
  694.  
  695. ΓòÉΓòÉΓòÉ 26. Help for Requeue ΓòÉΓòÉΓòÉ
  696.  
  697. Use this panel to move a batch job to another queue.  Simply select the 
  698. pertinent radio button representing the queues and press OK to initiate action. 
  699. Press CANCEL to quit without saving. 
  700.  
  701.  
  702. ΓòÉΓòÉΓòÉ 27. Help for Submit/Update Job ΓòÉΓòÉΓòÉ
  703.  
  704. This panel is used to either submit a new batch job or update the parameters 
  705. for an existing job. 
  706.  
  707. To SUBMIT a new job, the user must enter the following: 
  708.  
  709. o Enter Job Name - enter a user defined name to identify the job.  If this 
  710.   field leaves empty, the command file name will be the job name. 
  711.  
  712. o Enter Command File Name - Submit the name of a valid OS/2 or DOS command file 
  713.   to execute the job.  The user can either enter the directory\path name 
  714.   directly in the data field or select from the DIRECTORY and FILE selection 
  715.   lists shown. 
  716.  
  717.   Note:  If an invalid command file is given, an error message will be 
  718.          displayed.  THE COMMAND FILE MUST PROVIDE FULL DIRECTORY\FILE PATHS; 
  719.          DEFAULTS ARE NOT ASSUMED. 
  720.  
  721.   Note:  The total text length for command file name and optional parameters 
  722.          must not exceed 123 characters.
  723.  
  724. o User can specify optional parameters for the command file to be executed; 
  725.   e.g., a file name which needs to be passed to the command procedure.  If no 
  726.   parameters are needed, leave this field blank. 
  727.  
  728. o Indicate if the bath job is to be executed SINGLE or RECURRING  Single means 
  729.   one execution of the batch job; Recurring means to execute the job 
  730.   repetitively. 
  731.  
  732. o For single jobs, enter the starting date and time.  The default is to execute 
  733.   immediately.  The user can override this by submitting a date as YYYYMMDD 
  734.   (Year/Month/Day); for example:  19921211 = December 11, 1992.  Time is 
  735.   submitted as HHMM (Hours/Minutes) using a 24 hour clock; for example; 14:30 = 
  736.   2:30 pm; 09:00 = 9 am. 
  737.  
  738. o For recurring jobs, the user must select the frequency of the job from the 
  739.   selection list of variables shown, and provide the starting time as HHMM 
  740.   (Hours/Minutes). 
  741.  
  742. o Multiple recurring jobs with same starting time can be submitted by selecting 
  743.   several recurring periods at one time in the selection list; e.g., Monday, 
  744.   Wednesday, Friday. 
  745.  
  746. To UPDATE a job, the current operating parameters are displayed on the panel. 
  747. The user can change them as required. 
  748.  
  749. Press OK to confirm selections and execute accordingly.  Press CANCEL to quit 
  750. without saving. 
  751.  
  752.  
  753. ΓòÉΓòÉΓòÉ 28. Help for About the Vendor ΓòÉΓòÉΓòÉ
  754.  
  755. This panel displays the name and address of the vendor. 
  756.  
  757.  
  758. ΓòÉΓòÉΓòÉ 29. Help for Display Job Log ΓòÉΓòÉΓòÉ
  759.  
  760. This panel displays the details of all the jobs that have been executed since 
  761. Batch Manager was last restarted. 
  762.  
  763.  
  764. ΓòÉΓòÉΓòÉ 30. Help for About the Vendor ΓòÉΓòÉΓòÉ
  765.  
  766. This panel displays the name and address of the vendor and identifies a 
  767. demonstration version of the product. 
  768.  
  769.  
  770. ΓòÉΓòÉΓòÉ 31. Help for About the Vendor ΓòÉΓòÉΓòÉ
  771.  
  772. This panel is displayed when the demonstration version has either passed the 30 
  773. days or 30 jobs have been executed.  It displays the name and address of the 
  774. vendor.