Memorex LOCK - VERSION 2-24 Informacje Techniczne Strona 374

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 568
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 373
JCL Syntax Checking
9-6 User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
Definition The following provides definitions for the parameters you can use with
TIME.
Example The following is an example of a TIME command syntax.
// JOB XYZ TIME=60
TYPRUN TYPRUN specifies syntax checking for DD statements and special
processing for job restarts.
Note:Note:
TYPRUN is valid on JOB statements only.
Syntax The following is an example of a TYPRUN command syntax.
TYPRUN={SCAN | SCANS | RESTART}
Definitions The following provides definitions for the parameters you can use with
TYPRUN.
Parameter Definition
nnnn Specifies the time period in minutes. Valid time
periods are from 1 minute to 1440 minutes. No error
message occurs if a number is specified out of this
range. If you specify a number greater than 1440,
the time limit is set to 1440, which indicates an
unlimited time execution.
Parameter Definition
SCAN Checks DD statement syntax and prints all JCL and
any error messages. SCAN scans the JCL until the
first end of job (/&) statement, after which normal
processing resumes. The job is not executed.
If there is SYSIPT data in your job stream you must
also specify the DATA parameter. See “
Condition
Checking and Branching” in this chapter for
additional information.
SCANS Checks DD statement syntax and prints only DD
statements in error and the resulting error messages.
The job is not executed. SCANS scans the JCL until
the first end of job (/&) statement, after which
normal processing resumes.
If there is SYSIPT data in your job stream, you
must also specify the DATA parameter. See
Condition Checking and Branching” in this
chapter for additional information.
Przeglądanie stron 373
1 2 ... 369 370 371 372 373 374 375 376 377 378 379 ... 567 568

Komentarze do niniejszej Instrukcji

Brak uwag