Yahoo Québec Recherche sur tout le Web

Résultats de recherche

  1. Coding variables in JCL follows certain rules. Variable names, either user-defined or supplied with the product, can be of up to 8 alphanumeric characters, the first of which must be alphabetic. Variable values can be of up to 44 alphanumeric characters.

  2. Le codage des variables dans JCL suit certaines règles. Les noms de variable, qu'ils soient définis par l'utilisateur ou fournis avec le produit, acceptent jusqu'à 8 caractères alphanumériques, le premier devant être alphabétique. Les valeurs des variables admettent jusqu'à 44 caractères alphanumériques. Lorsque vous utilisez une ...

  3. The SET statement, which can be easily changed for different jobs, assigns values to the symbolic parameters in INCLUDE group SYSOUT2. After the INCLUDE statement is processed, the JCL stream would be executed as: //TESTJOB JOB ...

  4. 22 juil. 2008 · Si la question est de passer une ou des variables JCL (variables d'appel de proc ou via l'ordre JCL SET) à un programme, le plus simple est de passer par le PARM qui peut comporter des variables (// EXEC PGM=MYPROG,PARM='&VAR') On a le droit à 100 caractères.

  5. Describe how to define (or name) a variable value within JCL and then use or change the variable by its referenced name.

  6. Coding variables in JCL follows certain rules. Variable names, either user-defined or supplied with the product, can be of up to 8 alphanumeric characters, the first of which must be alphabetic. Variable values can be of up to 44 alphanumeric characters.

  7. MVS Job Control Language (JCL) Statements. Enters an MVS™ system operator command through the input stream. The command statement is used primarily by the operator. Use the COMMAND statement instead of the JCL command statement. Specifies an MVS or JES command that the system issues when the JCL is converted.