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
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
HOw can I get the negative sign while deduct high value from low value
Whats the difference between search & search ALL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between next sentence and continue in cobol programing language?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is a report item?
Explain what you understand by passing by value.
What is the difference between structured cobol programming and object alternativelyiented 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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between goback, stop run and exit program in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?