IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) 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 2597what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1217a 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,
1080in 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,
1297
How are the next sentence and continue different from each other?
How does coalesce work?
Can you tell me how can you find out the # of rows updated after an update statement?
How many program bind in one module....
What is the difference between version control and debugging tools?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
How do you submit a job for execution?
What is z os in mainframe?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
What is the quality process in development?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do we describe cataloged procedure and an instream procedure?
What is defragmentation and what is its advantage?
how do you fire a batch job from a cics txn ?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)