InterviewSolution
Saved Bookmarks
| 1. |
How Do You Set A Return Code To The Jcl From A Cobol Program? |
|
Answer» MOVE a VALUE to RETURN-CODE REGISTER. RETURN-CODE should not be DECLARED in your PROGRAM. Move a value to RETURN-CODE register. RETURN-CODE should not be declared in your program. |
|