InterviewSolution
Saved Bookmarks
| 1. |
Describe The Job Statement, Its Meaning, Syntax And Significant Keywords.? |
|
Answer» The JOB statement is the FIRST in a JCL stream Its format is // jobname, keyword JOB, accounting information in brackets and KEYWORDS, MSGCLASS, MSGLEVEL, NOTIFIY, CLASS, etc . The JOB statement is the first in a JCL stream Its format is // jobname, keyword JOB, accounting information in brackets and keywords, MSGCLASS, MSGLEVEL, NOTIFIY, CLASS, etc . |
|