how to generate dsnless connectivity in j2ee
No Answer is Posted For this Question
Be the First to Post Answer
What is nocopy in plsql?
How to get the index of the clicked field in reports in ABAP?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
What is meant by spooling
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
what is technical system, business system, logical system in sap pi7.0
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
0 Answers State Bank Of India SBI,
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
How to convert numeric value into words in c#????plz suggest me the coding of this question???
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29