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?...

Answer Posted / vasu

i attended itc infotech interview.
They mainly consontrate on redefines,renames,static
call,dynamic call,sorting of files using cobol program,and
be thorough ur project and tools.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable block file formats from cobol programs

688


Explain what you understand by passing by value.

704


What are the different rules for performing sort operation?

766


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

644


how do you reference the printer file formats from cobol programs

669






what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8172


What is the difference between comp and comp-3 usage?

681


What do you understand by psb and acb?

668


Write a program to enter and display the names of students in a class using the occurs clause.

654


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1234


What is the difference between Call and a Link?

702


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


How do you define a variable of comp-1 and comp-2?

707


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10637


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2725