Differentiate between print tab and printusing
Answers
Answered by
0
The PRINT USING statement allows greater flexibility in formatting printed output. You can "dress up" your output. You can define the format you want with a format statement, then use a PRINT USING statement to print the output in accordance with the specifications in the format line. The general structure of the PRINT USING statement
Similar questions