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.
No Answer is Posted For this Question
Be the First to Post Answer
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
What is meant byStatic Variable ?
7.x=10; y=20; x<<2=? x<<1=? y>>2=?
what is the abap/4
What is the difference b/w Object base and object oriented programming?
What is Console Application? & The purpose Of Console Application? with description.
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What are the main principles of OOP?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
WHAT IS NV RAM ?
how do i create my own exception class which will restrict IO exception?