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. |
|