Answer Posted / saiprp
You can see the JES installed in this way. Open spool of any one job and check for the JESJCL in that.
You would be able to see something like below.
DS=JESJCL .JES2 (Here it is JES2)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you submit a job for execution?
How to run cobol program using jcl?
what is the use of JCL?
how to run batch program without jcl?
What do you know about jcl?
Explain the purpose of the dd keylen parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
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?
How dummy is used in jcl?
What is the function of the dd avgrec keyword in sms datasets?
How can return codes be tested before execution of a job step?
What do you understand by the term notcat 2 – gs?
List the various advantages of using jcl language?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is condition checking in jcl? Is this possible?