InterviewSolution
| 1. |
How Does One Identify A Job To The Operating System? |
|
Answer» A job is identified to the system by the use of job name. Jobnames can range from one to eight alphabetic characters. The first CHARACTER must begin in column 3 and be alphabetic (A-Z). Jobs should be GIVEN unique names SINCE duplicate jobnames will not execute until any job having the same JOBNAME completes execution. A job is identified to the system by the use of job name. Jobnames can range from one to eight alphabetic characters. The first character must begin in column 3 and be alphabetic (A-Z). Jobs should be given unique names since duplicate jobnames will not execute until any job having the same jobname completes execution. |
|