a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2711what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1292a 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?
IBM,
1144in 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?
IBM,
1359
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is precompiler in db2?
State the maximum number of tables that can be joined?
What are concurrency issues?
How to pass the parameters from jcl to assembler program?
Define a junction record in idms?
Define static linking and dynamic linking.
What is one line to pass PARM from JCL to COBOL?
Explain the logical message in cics?
how can we describe comp sync?
without jcl how to run the batch programs
Explain how do you access the records randomly in tsq?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is batch dl/i mode?