programming languages Online Quiz - 228
Description: programming languages Online Quiz - 228 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
A: FIND ALL RECORDS FOR WHICH FULLNAME IS LIKE J+++S END FIND FR A PRINT FULL NAME END FOR What will be the output?
What is the syntax for PLACE RECORDS statement?
What can be the maximum length of a listname and what is it made up of?
Which among the following is the correct syntax for CLEAR LIST?
The ADD statement is used to add the new field value to the record only inside the FOR EACH RECORD loop statement.
The specified field name and the value is added to the record if not mentioned in which of the following statements?
Which statement is necessary when using lists with FIND statements?
A collection of records on a list can be referred by entering which statement as a condition in the FIND statement?
What is the result of the mixed fixed and float operation ?
What will be the value of %a in the expression %a = emp_num ?
The DELETE [ALL] RECORDS statement is used to delete all the records from which of the following?
Which of the following statements are not supported in the UPDATE RECORD statement?
If no updates are found between UPDATE RECORD and END UPDATE, the program abends.
The store record statement should not end with which of the following?
What is the maximum length of a string character ?
For the given program what is the value of X ? BEGIN %X IS FIXED DP 0 %X = 1.9 PRINT ’%X = ’ WITH %X END
Which operator is used for concatenation ?
How is a filed name indicated ?
$INDEX('OTHER' , 'THE') equals