Describe the JOB statement, its meaning, syntax and
significant keywords?
Answer / guest
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the resolution for sb37 error
wht is the d/f between positional parameter n keyword parameter ?
Can we delete the data using IEFBR14 , IEBGENER??
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
what is SOC4 error?
Why do you want to specify the REGION parameter in a JCL step?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
For how long a job can be executed continuously in a mainframe ?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
What does SYSIN * indicate?