Answer Posted / sivakumar sekharannair
Batch programs are those are invoked by a language called
JCL. It can be executed either manually by submitting the
JCL or by a scheduler which has the particular JCL in it.
Manually submitted by user submitting the job.
Scheduler submission can be either time trigger or dataset
trigger.
If given a particular time, the scheduler trigers the job
in that particular time
Or
when the particular dataset is available in the mainframe
(should be cataloged and available)the job is triggered.
Never ever the batch job can run without a jcl
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
which utility is used a dummy utility?
What is jcl in mainframe?
In job processing, what happens in execution stage?
Suppose I have five jobs to do. But I want to hold one?
I need exexution process for JCL programs
What parameter directs the output of the job log dataset?
How does jcl act on a cobol code?
How can the submitting users racf authority be overridden in a job stream?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the purpose of dd dummy statement?
Are there any set of rules for the names of the steps used in a job? What are they?
List in order the hierarchical levels of jcl?
Must tape dataset definitions include vol=ser specifications?
What is use of restart and how to use it?