Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
210 views1 page

Interview Question

The document contains questions about IBM mainframe systems and programming. It asks about topics like JCL commands, DB2 programs and plans, VSAM files, abends, performance tuning, and executing specific program procedures without condition checks.

Uploaded by

Syed Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
210 views1 page

Interview Question

The document contains questions about IBM mainframe systems and programming. It asks about topics like JCL commands, DB2 programs and plans, VSAM files, abends, performance tuning, and executing specific program procedures without condition checks.

Uploaded by

Syed Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

What will happen if i give sum fields=(1,4,CH,A)

2. Within the steps, without using physical storage how will you pass data
to subsequent steps?

3. Within 100 steps, I have an abend, But i want to restart.


But i should give the command, which is understood by pgm?
I should not mention this in JCL? What i have to do?

4. What is U3191, U4038 Abends?

5. Explain about HURBA?

6. Can you submit a JCL created by some other user?

7. From when you are not able to use Examine?

8. When there is one DB2 Program calling the another DB2 program.
Howmany plans and packages to be created

9. How will you compile two DB2 programs one calling the other?

10. I have a CICS program using 'A' as the VSAm file.


I create a new 'B' VSAM file and have made entries for the CICS
Program to Access the new VSAM file. What would I need to do if dont want the Old 'A' VSAM file to be
accessed. In other words what should be done to disable the OLD VSAM file?

11. Details about Critical Parameter? (VSAM)

12. What is the order of System Library?

13. I am going to move the value 12345 to COMP-3. Write the PIC clause for this? COMP-SYNC?

14. * is not advised to use in DB2? Why?

15. How will you implement the performance tunning technique in COBOL DB2 Program?

16. Without condition checking how will you execute only a particular
proc if i have three procs?

You might also like