programming languages Online Quiz - 230
Description: programming languages Online Quiz - 230 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
A: IN RSREFR FPC RECTYPE = REPORT END FIND Here “A” is a
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
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 a subroutine ?
Which one of the following transfers control to another statement in a request ?
O RSREFR FILEMAN/READ CLOSE RSREFR Which statement is correct about FILEMAN/READ ?
Suppose you want to allocate RSREFR file to “RS.M204TST2.RSREFR.FILE”,then which of the following “ALLOCATE” statement is correct ?
The statement which causes the output of whole records to be printed is
The statement which enables to control spacing between lines
A: IN RSREFR FPC RECTYPE = REPORT END FIND FR A PAI END FOR “FR” stands for