JOB Statement (Job Card) IQ for Freshers
What is the first statement in JCL?
JOB statement. A JOB statement with all its parameters is also called as JOB Card. A JOB card makes the OS aware of the specific job after it submits and provides the parameters required to run the job.
Explain the JOB statement in JCL?
A JOB statement with all its parameters is also called as JOB Card. A JOB card makes the OS aware of the specific job after it submits and provides the parameters required to run the job.
What is the use of job statement?
A JOB card is used to -
- Identify the JOB uniquely.
- Provide accounting information.
- Provide the parameters treated as global and applies to the entire JOB.
- Provide information about how to run the job.
- Identify the user information who is responsible for the job.
- And many more.
What is the syntax of JCL statement?
//job-name JOB job-card-parameters
What are the types of parameters in JOB statement?
JOB Card parameters are divided into two types -
- Positional parameters.
- Keyword parameters.
Frequently Asked Questions -
What is the purpose of a job card in JCL?
Mention what is the JCL statement consists of?
What is the purpose of a JOB statement and what information does it contain?
What statements are included in a job card?
What operation is performed by JOB statement?
Describe the JOB statement, its meaning, syntax and significant keywords?
What is the format for starting a job card in JCL?