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


Please Help Members By Posting Answers For Below Questions

How do we get current date from system with century in COBOL?

792


For rewrite, why is it mandatory that file needs to be opened?

613


What rules are to be followed while using the corresponding options?

627


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

883


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2084






Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1691


How arrays can be defined in COBOL?

658


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

687


What is a report item?

729


How do get the result of your program directly on your pc?

1870


Which is not true about evaluate statement

1560


What are the access modes of START statement?

706


Which division and paragraphs are mandatory for a COBOL program?

703


What is the Purpose of Pointer in the string?

632


how can i see junk values in dclgen or in hostvariable of comp ?

2532