IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
1268The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
1616If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
951Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?
963
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
What is the advantage in De-normalizing tables in DB2?
At what point are extension eliminators mandatory?
seqence numbers in cobol
How can you use dynamic calls in cics?
Explain ims software environment?
what is buffering and how does it apply to vsam files ?
Can you define commarea?
which cl command is used to trap error messages during program execution?
Can one database have multiple instances?
If I have a view which is a join of two or more tables, can this view be updateable?
Explain the advantages of adabas?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
how do you reference the variable block file formats from cobol programs