how to run batch program without jcl?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1805


What is condition checking in jcl? Is this possible?

622


What do you understand by the terms: joblib and steplib?

626


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

603


What is jcl in mainframe?

688






For what purpose steplib and joblib are used ?

685


What do you understand by jcl?

625


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


Explain the purpose of dd dummy statement?

669


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


What are the 4 fields in dd statement?

739


What is the purpose of disp parameter?

637


Why block size is multiple of lrecl in jcl?

908


Can we use DISP=SHR in output file in JCL

951


Explain the function of job statement in jcl?

644