Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same
thing, i.e., where JCL and JES messages and statements are
written ?
Answers were Sorted based on User's Feedback
Answer / kalaimani
joblog is nothing but a directory. it contains all job
related informations. spool is the place where we can see
our job related messages and status of the job. sysout
indicates where the output messages are routed to.
| Is This Answer Correct ? | 7 Yes | 1 No |
is step name is compulsory in jcl ?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain the purpose of the dd keylen parameter?
What is the purpose of include statement in a JCL?
a dd statement has 2 types of parameters. Name them?
How do you submit a job for execution?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Which COND paramter will u use to execute the step only if the previous step does not execute
What is the max blocksize for a Tape file?
What is COND=ONLY ?
What will happen if two JOB statements are mentioned in an JCL continuously.