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 / 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 |
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is the meaning of pic 9(09)v99-
What is 88 level used for ?
How do you come out of an EVALUATE statement?
how to change picture class of copy book variable inside program?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
how we rectify soc7 and soc4 errors in project?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?