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