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
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain about LMFREE�free data set from its association with data ID
Is acct parameter mandatory?
How does the jcl specify the job to os?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain the jcl exec statement?
How do you create a temporary dataset?
Can we use DISP=SHR in output file in JCL
Explain the function of dd disp parameter?
How to submit jcl through a cobol program?
List in order the hierarchical levels of jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what are JCLLIB and STEPLIB in JCL?
What are the parameter we cannot use in procedure?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed