programming languages Online Quiz - 157
Description: programming languages Online Quiz - 157 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Data: itab type table of but000. (BP number is a primary key)
WRITE: / 'This is John' 's bicycle'.
How to initialilze a variable irrespective of the data type
What is Pretty Printer Job
ITS means
If "Fixed point arithmetic " is set as true, then the period in which data type will be affected
Concatenation function is possible only for
data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?
DATA: NAME(10) VALUE 'SOURCE', SOURCE(10) VALUE 'Antony', TARGET(10). WRITE (NAME) TO TARGET. WRITE: TARGET. What is the output for the above program?
DATA: ULTIMO TYPE D. ULTIMO = SY-DATUM. ULTIMO+6(2) = '01'. ULTIMO = ULTIMO - 1. write: ultimo.
What is the use of SIGN field in select options
What is the use of "RANGES" - a declarative keyword
Which of the following is an invalid section header for data devision.
Which one of the following is true about the MERGE verb.
Which of the following is true about the file which is referenced in a DELETE statement