Answer Posted / nidhi roy
List command displays the contents of open database file.
Display command displays the contents of only active record.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
what is technical system, business system, logical system in sap pi7.0
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Diff between IF and where ?
Where do we need Operator overloading?
1.Mutating table
what are stubs related to foxpro?
when will triggars the at new event in abap and web dybn pro?
What are two of your strengths that you will bring to our QA/testing team?
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
what is integration testing in real time applications?
How do you initialize a static member of a class with return value of some function?
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?
What are the Short cut Keys of Tally ERP?
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?