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 |
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
what happens if parmparameter passes zero bytes to the program
What is the problem of ordered sequential files access?
What is rmode(24)
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
how many maximum no of variables can be declared in linkage section ?
Whats the difference between search & search ALL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is jcl approach for programming?
What are the different rules of SORT operation?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
DATAONLY, MAPONLY functionality?