Memorex LOCK - VERSION 2-24 Especificaciones Pagina 317

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 489
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 316
JMCL Parameters Setting Values
Chapter 9. Job Management Control Language 9-11
Setting Values
You can establish a number of constants with JMCL parameters. These constants can be
tested with the IF parameter.
Use SETC to set the current condition code. Use SETG to set up to 15 global constants.
SETC sets the current condition code to the number you specify. This also updates the highest
condition code, if appropriate.
The current condition code remains in effect until a new value is set by another SETC
parameter, until a RESET is encountered, or until a new value is set by the TSIDJC2
subroutine.
SETC is valid on OPTION and JMCL statements, where it is in effect as soon as the statement
is processed. It is also valid on EXEC statements, where the condition code is set only if the
program executes successfully.
SETC=
nnn
nnn specifies the number for the current condition code.
SETG sets global constants. You can have up to 15 global contants. Each constant remains in
effect until you IPL VSE or until you set a new value with SETG.
SETG is valid on JMCL and OPTION statements only.
SETG
nn
=
'constant'
nn identifies which global constant you are setting. Valid constants are 1-15 or 1-16
characters.
constant specifies the value of the constant. You can use spaces.
Parameter Required? Valid Default
nnn
No 1 to 255 None
nn
No 01 to 15 None
constant
1 to 16 characters None
Description
SETC
Syntax
SETG
Syntax
Parameters
Vista de pagina 316
1 2 ... 312 313 314 315 316 317 318 319 320 321 322 ... 488 489

Comentarios a estos manuales

Sin comentarios