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