Which statement indicates the beginning of a subroutine
BEGIN SUBROUTINE
SUBROUTINE
SUBROUTINE BEGIN
START SUBROUTINE
A: IN RSREFR FPC RECTYPE = REPORT END FIND Here “A” is a
Variable
label
statement
function
BY EACH phrase in the SORT RECORDS statement
Loops through all occurrences of a field
Loops through the occurrences of a field except the First and the Last Field
PLACE RECORDS ON label ON [LIST] listname
Loops through none of the Occurences of a fiel
The purpose of the REMEMBER statement is to
Store the processing position in a FOR loop.
Store the processing position in a IF loop.
Store the processing information in a FOR loop.
)Remembers your User ID
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:
Retrieves all records in RSREFR with RECTYPE = REPORT which contains atleast one occurrence of the field name REPT.KEY.
Retrieves all records in RSREFR with RECTYPE = REPORT which contains no occurrence of the field name REPT.KEY
Retrieves all records in RSREFR with RECTYPE = REPORT
None of the above
Which is correct for PRINT statement
PRINT 'HELLO'
PRINT “HELLO”
Both (a) & (b)
Spacing on output line can be controlled using
AND
WITH
TAB
All of the above
BEGIN %X IS FIXED DP 0 %X = 1.95 PRINT %X END What will be the value of %X
1.95
2
1
0
Suppose 'ab' is a variable,how it is represented in M204 ?
%%ab
$ab
%ab
ab