IBM SC34-5764-01 Manuale Utente Pagina 192

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 481
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 191
UPPER
Purpose
This is a non-SAA instruction provided in REXX/CICS.
 UPPER
variable ; 
UPPER translates the contents of one or more variables to uppercase. The variables are translated in
sequence from left to right.
The variable is a symbol, separated from any other variables by one or more blanks or comments. Specify
only simple symbols and compound symbols. (See page 122.)
Using this instruction is more convenient than repeatedly invoking the TRANSLATE built-in function.
Example:
a1='Hello'; b1='there'
Upper a1 b1
say a1 b1 /* Displays "HELLO THERE" */
An error is signalled if a constant symbol or a stem is encountered. Using an uninitialized variable is not
an error, and has no effect, except that it is trapped if the NOVALUE condition (SIGNAL ON NOVALUE) is
enabled.
UPPER
170
CICS TS for VSE/ESA: REXX Guide
Vedere la pagina 191
1 2 ... 187 188 189 190 191 192 193 194 195 196 197 ... 480 481

Commenti su questo manuale

Nessun commento