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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are the parameter we cannot use in procedure?
how you will the direct the data to spool using sysout option?
what is DSN parameter and DISP parameter is used for?
What is notcat 2 - gs?
Are there any set of rules for the names of the steps used in a job?
Can I send output of job to my remote device careerride123?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Is automatic restart possible in jcl? If yes, how?
What is NOTCAT ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain the function of job statement in jcl?
What is the function of //cntl statement?
how JCL works?
What is the significance of addrspc parameter in exec statement?