Answer Posted / anirud
mainframe s nothing but a large size computer.it is made up with frames .all frames togeather is called a mainframe.frame is nothng but a physical component
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
Is it possible to left uncode disp? If yes, how?
what is the difference between JES3 and JES2?
What is the function of the dd avgrec keyword in sms datasets?
In job processing, what happens in execution stage?
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 the function of job statement in jcl?
What is the motivation behind coding class parameter in job statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
how you can direct the data to spool using SYSOUT option?
how would you create a temporary dataset? And where will you use them?
Explain the function of the dd dcb keyword?
What is the function of //jcllib statement?
what is DD statement is used in JCL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?