What are the rules employed while naming the steps in a job?

devquora
devquora

Posted On: Feb 22, 2018

 

There are a set of predefined rules followed while naming the steps in a job. These rules include the following:

  • The steps should be purely meaningful, real and unique. This rule is crucial as different systems identify the job based on this rule.
  • The step name must be coded only after the symbol “//” with no space in between
  • The step name should follow after the job statement has been completely declared
  • A particular job can have many steps, however, all the names must be different
  • The step name should be followed after a blank space
  • The step name can contain all alphabets, all numbers and the following symbols #, @ and $
  • The first character of the step name should be a symbol or an alphabet

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    JCL Interview Questions

    What do you understand by JCL?

    JCL is an acronym popular for Job Control Language, a command language principally owned by Multiple Virtual Storage (MVS). It is utilized by a wide variety of operating systems by the IBM Mainframe e..

    JCL Interview Questions

    List the various advantages of using JCL language.

    Some of the advantages of using JCL language include:..

    JCL Interview Questions

    List the different components of JCL statement

    The different components of the JCL statement include..