InterviewSolution
Saved Bookmarks
| 1. |
How Do You Code A Null Statement? |
|
Answer» JCL is terminated by a null statement which is OPTIONAL. For a null statement code only // starting from COLUMN 1. All the lines after this will not be executed. JCL is terminated by a null statement which is optional. For a null statement code only // starting from column 1. All the lines after this will not be executed. |
|