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 the problem of ordered sequential files access?
Write the code implementing the perform … varying.
how do you reference the esds vsam file formats from cobol programs
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?
how do you reference the variable block file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do you differentiate between cobol and cobol-ii?
how can i see junk values in dclgen or in hostvariable of comp ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the various section in data division and briefly explain them.
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?
how do you reference the printer file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between comp and comp-3 usage?