Description: programming languages Online Quiz - 157 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the following is true about the file which is referenced in a DELETE statement
Which one of the following is true about the MERGE verb.
Which of the following is an invalid section header for data devision.
What is the use of "RANGES" - a declarative keyword
What is the use of SIGN field in select options
DATA: ULTIMO TYPE D. ULTIMO = SY-DATUM. ULTIMO+6(2) = '01'. ULTIMO = ULTIMO - 1. write: ultimo.
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?
what is the operator used for Select Options
data: name type string value 'abap,abap.abap.abap,,abap'. Data: itab type table of string. Split name with ',' into table itab.
data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?
LOOP AT ITAB INTO LINE. ENDLOOP.
Concatenation function is possible only for
If "Fixed point arithmetic " is set as true, then the period in which data type will be affected
ITS means
What is Pretty Printer Job
how many size categories are available in tables?
How to initialilze a variable irrespective of the data type
WRITE: / 'This is John' 's bicycle'.
Data: itab type table of but000. (BP number is a primary key)
What is the operator to specify the continuation of line