how to run batch program without jcl?

Answers were Sorted based on User's Feedback



how to run batch program without jcl?..

Answer / richards

No.. A JCL is needed is submit a Cobol Batch program..

Is This Answer Correct ?    14 Yes 0 No

how to run batch program without jcl?..

Answer / 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

how to run batch program without jcl?..

Answer / rishab

You need to compile your program.

Once the load module is generated you can use tso command:

TSO CALL 'abc.pqr.xyz(progA)'

Here abc.pqr.xyz is your load module
and progA is your program name (best practice to have your
program member name same as your program-id).

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

What is the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


Explain concatenating datasets?

2 Answers   CTS,


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


What is the maximum length of a single line of jcl?

0 Answers  


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


Which statement is used to identify the private libraries in job?

0 Answers  


Explain about RECORDING MODE Clause

1 Answers  


Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


using cursor how can you fetch more than one record into a variable

3 Answers   Syntel,


Categories