Answer Posted / p.ramesh reddy
advance business application programming longuge for 4th
generation
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
it is a language or tools?
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 study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
what is dot net framework
1.what is the vesition managment.
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
what is apt_dump_score in datastage where it is useful
how to convert hashmap to arraylist with iteration
why we use abstract word in abstract window toolkit in java language.
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
can any method return type may be constructor , or that method name allow
Write a shell program to test whether a given year is leap year or not ?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Write a pascal program to calculate the sum of the first 100 even number and odd number
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.