In my table having 3000 Records. How can I delete the 500th
row? (we don't know what is data inside the table)
Answer Posted / venkata subbaiah
Delete from table where rowid=500;
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you differentiate between cobol and cobol-ii?
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.
how to access the file from prodution from changeman tool and to submit a file to production
What is redefines clause in COBOL?
What are the different rules of SORT operation?
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How many sections are there in data division in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is a report item?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?