how can we get version of database ?
How do you initialize a static member of a class with return value of some function?
we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
I want Ada programming language books. Could anyone post me any link for that?
what is database?how to tell 3years boy or girl by using toys?
which property is used to display the advertisements with adrotator control
how to remove header and footer in jcl using sort utility
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
What are the Advantages of HashMap over Vector?
Write a program to find duplicate number from array in minimum time complexity.
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.