i want to enter the name 'pandu' into ur table how?



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

Post New Answer

More COBOL Interview Questions

What is file status 92?

3 Answers  


What are the different types of condition in cobol and write their forms.

0 Answers  


How do u write test cases?

0 Answers   IBM,


) How do u handle errors in BMS macro?

0 Answers   IBM,


) How do u handle errors in BMS macro

0 Answers   IBM,






1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?

11 Answers   Wipro,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


What does the INITIALIZE verb do?

1 Answers  


where will u code file status ?

2 Answers   TCS,


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

2 Answers   IBM, Wipro,


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.

2 Answers   IBM, Steria,


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


Categories