InterviewSolution
Saved Bookmarks
| 1. |
Where & How Do You Code Identifier In Jcl? |
|
Answer» Identifiers are TWO slashes (//) STARTING from COLUMN number 1. All JCL statements starts with identifiers except for two exceptions - For a delimiter STATEMENT, /* starting in col 1 and for a COMMENT statement , //* starting at col 1. Identifiers are two slashes (//) starting from column number 1. All JCL statements starts with identifiers except for two exceptions - For a delimiter statement, /* starting in col 1 and for a comment statement , //* starting at col 1. |
|