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.
2042can any one suggestion me present which course(except java,.net) has huge demand in the market?
1845A combination of multiple keys defined in a physical file or logical file is called a _________ key
IBM,
3 4813Post New Programming Languages AllOther Questions
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Code for display the images from drive using vb 6.0?
< DL Compact > tag is used for
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
iam confused among testing ,.net and java. can anybody help me.
In project we have Documentation phase also,in that what is micro and macro designing?
i am exeprienced person what is selection process
what is class module in vb6? what it's use? with example..
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
How will you prove that java swing is multithreaded?
what is meaning of MDM in sap?let me know that meaning
How to use string functions in QTP?give some examples
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
Which design patterns have you used?