InterviewSolution
Saved Bookmarks
| 1. |
How Do You Submit Jcl Via A Cobol Program? |
|
Answer» USE a file //dd1 DD sysout=(*, intrdr)WRITE your JCL to this file. PL some on TRY this out. Use a file //dd1 DD sysout=(*, intrdr)write your JCL to this file. Pl some on try this out. |
|