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 |
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
how do u link sub pgm to main pgm ?
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
how do you reference the variable unblock file formats from cobol programs
tell me about examine inspect and evaluate ?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
How To move a value to an array using move verb?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
what are the utilities for load and unload the DB2 tables
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?