I know my query will return more than one row but I don't want cursor what should I do?
Answer / secret service
Add FETCH FIRST 1 ROW ONLY to your query.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between CALL BY VALUE and CALL BY CONTENT?
How to pass return codes from cobol to jcl?
explain sorting techniques in cobol program?
How to open and see copy book ?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
how to refer the data field?
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
how do you reference the printer file formats from cobol programs
How do u write test cases?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?