hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
1 4772in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
HSBC,
2 10032How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
TCS,
3 9082I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
1 6866In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
1 5005
Can a Search can be done on a table with or without Index?
Explain what you understand by passing by value.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the variable block file formats from cobol programs
What are all the divisions of a COBOL program?
How you can read the file from bottom?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
IF I mention stop run in CICS what happens?
Why occurs cannot be used in 01 level in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is difference between static and dynamic call in cobol?
Can we redefine the field of x(200) to less than 200?
How many bytes S(8) comp field occupy and its maximum value?
What are literals?