InterviewSolution
Saved Bookmarks
| 1. |
How will you check if a file is empty in JCL? |
|
Answer» In case the file is EMPTY and is used as input in IDCAMS, then the job COMPLETES with RETURN code 4. By verifying this return code, we can identify that the file is empty. |
|