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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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
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?
Is automatic restart possible in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Is condition checking possible in jcl?
what are the various stages of job processing?
Are there any set of rules for the names of the steps used in a job?
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?
How jcl work to handle various input output file operations?
What is the motivation behind coding class parameter in job statement?
how do you access an uncataloged dataset in a jcl?
how to do automated restart when a job abends?
Brief description of inline procedure of jcl.
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