programming languages Online Quiz - 230
Description: programming languages Online Quiz - 230 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
BY EACH phrase in the SORT RECORDS statement
The purpose of the REMEMBER statement is to
In the following which is not a pattern matching character?
Consider the following: A: IN RSREFR FPC RECTYPE = REPORT REPT.KEY IS PRESENT END FIND The above adhoc results in:
Which is correct for PRINT statement
Spacing on output line can be controlled using
BEGIN %X IS FIXED DP 0 %X = 1.95 PRINT %X END What will be the value of %X
Suppose 'ab' is a variable,how it is represented in M204 ?
Which of the following is valid assignments ?
What will be the value of %Z ?
Which one of the following transfers control to another statement in a request ?
If you want to change the value of CAL DATE from 20090507 to 20090508, then which CHANGE statement is correct ?
O RSREFR FILEMAN/READ CLOSE RSREFR Which statement is correct about FILEMAN/READ ?
Retrievable data of all the records in the file is present in
Suppose you want to allocate RSREFR file to “RS.M204TST2.RSREFR.FILE”,then which of the following “ALLOCATE” statement is correct ?
A: IN RSREFR FPC RECTYPE = REPORT END FIND FR A PAI END FOR “FR” stands for