i want to enter the name 'pandu' into ur table how?
Answer / naidu sekhar yandrapu
WE KNOW TABLE NAME AND COLUMN NAME IT IS POSSIBLE:
INSERT INTO(C-NAME) TABLE VALUES("NAIDU");
Is This Answer Correct ? | 7 Yes | 2 No |
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?...
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
write a program to eliminate duplicate records in a input file and send them to output file.
i need a small 3d program using inline and outline.
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
How to remove 2 duplicate records and copy only one using job control language?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
Explain about level numbers?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?