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

State the uses of syspring, sysin, sort fields, sum fields and dummy.

851


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

1916


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

861


Is automatic restart possible in jcl?

948


How to execute 2nd and 4th steps among 5 steps in jcl proc?

973


Is condition checking possible in jcl?

958


what are the various stages of job processing?

1011


Are there any set of rules for the names of the steps used in a job?

860


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

1068


How jcl work to handle various input output file operations?

885


What is the motivation behind coding class parameter in job statement?

901


how do you access an uncataloged dataset in a jcl?

1262


how to do automated restart when a job abends?

1111


Brief description of inline procedure of jcl.

917


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

4580