Which property is used to show the response in client with out waiting to load the entire page?
Respones.expires=100
Respones.Buffer=true
Respones.Buffer=false
Respones.Buffer=-1
Server.Transfer support?
Post
Validate
Get
None
How many sections are there in Data Division?
Six
Seven
Four
Three
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND
INDEXED
RELATIVE
SEQUENTIAL
All of the above
How many subscripts or indexes are allowed for an OCCURS clause?
7
6
5
4
X(100) field can be redefined with a field of X(200)?(True/False)
True
False
How is sign stored in Packed Decimal fields?
Sign is stored as a hex value in the last nibble of the storage.
Sign is over punched with the numeric value stored in the last nibble.
Sign is stored in the most significant bit.
None of the above
How many bytes does a S9(7) COMP-3 field occupy ?
7 bytes
6 bytes
5 bytes
4 bytes
Which of the following is False?
Subscript refers to the array occurrence while index is the displacement (in no of bytes) from the beginning of the array.
An index can only be modified using PERFORM, SEARCH & SET.
Need to have index for a table in order to use SEARCH, SEARCH ALL.
Fixed Block file
Fixed Unblock file
Variable Block file
Variable Unblock file