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
Explain how can an in-stream dataset be terminated?
what is use of dcb parameter in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to run cobol program using jcl?
What is the use of symbol // in jcl?
which parameter is used to check the syntax of a jcl without executing it?
a dd statement has 2 types of parameters. Name them?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How does the jcl specify the job to os?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how you can direct the data to spool using SYSOUT option?
How to alter the parameters for the existing gdg?
what is DSN parameter and DISP parameter is used for?