how to run batch program without jcl?

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


Please Help Members By Posting Answers For Below Questions

How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5058


In job processing, what happens in execution stage?

696


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1797


What is job control language?

605


Name the parameters which can be used to limit the number of records written to a sysout dataset?

648






how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

795


what is use of space parameter in dd statement?

750


what is “Cond= even” and “Cond=only”?

737


Where can program checkpoints be stored for use in a restart?

843


How to override loadlib?

1417


how do you access an uncataloged dataset in a jcl?

827


what is the compile process of cobol program expalin with code

1998


Why block size is multiple of lrecl in jcl?

908


When output dataset space is required, what quantity categories are used?

824


Can I share my data with other jobs? How?

665