| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Print Schedule using Job Scheduler (PRTSCDJS) command allows you print a report based on a number of days that you specify that forecasts what jobs are to be submitted by IBM Advanced Job Scheduler for i and when. You can include or exclude jobs that have been held.
Note: If you use the schedule code *MINUTES, the PRTSCDJS command can be long running.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| NBRDAY | Number of days | 1-365, 30, *NEXT, *SELECT | Optional, Positional 1 |
| APP | Application | Generic name, name, *ALL | Optional |
| PAGADV | Page advance | *YES, *NO | Optional |
| INCHLDJOB | Include held jobs | *YES, *NO | Optional |
| SEQ | Sequence | *DATE, *JOBQ | Optional |
| SLTDATE | Select dates | Element list | Optional |
| Element 1: From date | Character value, *CURRENT | ||
| Element 2: To date | Character value, *CURRENT |
| Top |
Specifies the number of days that you want to forecast jobs that are scheduled to be submitted by IBM Advanced Job Scheduler for i . You can specify a number of days, the next day only or a range of days.
| Top |
Specifies the name of the application, generic application or all applications whose jobs you want to forecast.
| Top |
Specifies whether you want the page to advance for each day that you specify.
| Top |
Specifies whether you want to include jobs that have been held in the forecast report.
| Top |
Specifies the sequence in which you want to sort the forecast report.
| Top |
Specifies the range of dates that you want to use when printing the forecast report. The From date is the beginning point in the date range of forecast information that is displayed and the To date is the ending point.
Element 1: From date
Element 2: To date
| Top |
PRTSCDJS NBRDAY(5) PAGEADV(*NO) INCHLDJOB(*YES)
This command prints the Job Schedule report for jobs that will run for the next 5 days. There will not be a separate page for each day and held jobs are included in the report.
| Top |
| Top |