i want to enter the name 'pandu' into ur table how?
Answer Posted / 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 View All Answers
For rewrite, why is it mandatory that file needs to be opened?
A table has two indexes defined. Which one will be used by the SEARCH?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Which Search verb is equivalent to PERFORM…VARYING?
Difference between array and sub-script ?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
how can i see junk values in dclgen or in hostvariable of comp ?
What is report-item in COBOL?
What is the difference between Global and External Variables?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Discuss about changing dataset name in proc.
Name some of the examples of COBOl 11?
Mention the guidelines to write a structured cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?