Memorex LOCK - VERSION 2-24 Especificaciones Pagina 315

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 489
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 314
JMCL Parameters Conditions and IF
Chapter 9. Job Management Control Language 9-9
Conditions and IF
Use IF to test for a condition. IF can test the current condition code, the highest condition
code, the VSE cancel code, the date, time, CPU, partition, and a global constant you set. You
can also set the current and highest condition codes. See 9-11 in this manual for more
information.
You can test multiple conditions using the IF parameter. Both "AND" and "OR" conditions
are supported.
When IF is used with GOTO, the branch occurs if the condition is true. When IF is used on
an EXEC, the step is executed only if the condition is true. If it is false, BIM-EPIC bypasses
the EXEC.
The IF parameter has three subparameters, which must be separated by at least one space. To
test AND conditions, specify separate sets of subparameters on the same IF parameter and
separate them with commas. To test OR conditions, use separate IF parameters.
When used with the GOTO parameter, IF is valid on OPTION and JMCL statements. It is
also valid on EXEC statements, without GOTO. "AND" conditions are valid on OPTION,
EXEC, and JMCL statements. "OR" conditions are valid on OPTION and JMCL statements
only.
IF=(
type
operand
value
[ ,
type
operand
value
, ... ] )
For... Valid values are...
CC, HC, and DOSCC 1 to 999
PART 2 character partition ID
CPU 0 to 9, A to Z
DATE and TIME 2 to 8 characters
Gnnn 1 to 3 characters
type specifies the type of input data to be tested.
Use... To test the...
CC current condition code
CPU CPU ID
HC highest condition code
DOSCC VSE cancel code
PART partition ID
Description
Syntax
Parameters
Vista de pagina 314
1 2 ... 310 311 312 313 314 315 316 317 318 319 320 ... 488 489

Comentarios a estos manuales

Sin comentarios