InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Sflclr And Sflinz? |
|
Answer» SFLCLR : It clears the subfile. SFLINZ : FIRST it clears the subfile and initiliazing the NUMERIC variables with zeros and ALPHANUMERIC variables with CHARACTERS. SFLCLR : It clears the subfile. SFLINZ : First it clears the subfile and initiliazing the numeric variables with zeros and alphanumeric variables with characters. |
|