1.

What Is // ?

Answer»

It is an important symbol USED in JCL statements. JCL statement must begin with this symbol. It is a predefined rule that must follow to execute the JCL statements OTHERWISE it will through error. The JCL execution system first checks for that symbol at BEGINNING of statements to be considered as JCL statement. Use without space between symbol and jobname. EVERY statement in jcl should start with //.to work properly. Use of it avoid any runtime exceptions.

It is an important symbol used in JCL statements. JCL statement must begin with this symbol. It is a predefined rule that must follow to execute the JCL statements otherwise it will through error. The JCL execution system first checks for that symbol at beginning of statements to be considered as JCL statement. Use without space between symbol and jobname. Every statement in jcl should start with //.to work properly. Use of it avoid any runtime exceptions.



Discussion

No Comment Found