In PIC zzz9, What does z means?
zero comp digit
zero suppressed digit
zero edited digit
zero packed digit
In Which area, the level 77 should be coded?
Area A
Area B
All of the above
None of the above
PIC S999 VALUE 5231. What would be the value getting stored in memory?
523
231
+523
-523
Which is the correct ASCII collating sequence?
spaces,a-z,A-Z,0-9,special characters
a-z,A-Z,0-9,spaces,special characters
0-9,special characters,spaces,a-z,A-Z
spaces,special characters,0-9,A-Z,a-z
The COBOL perform loop is the equivalent of which of the following structures found in other languages such as Java or C++
For loop
Do-While loop
Method
If someone wanted a COBOL perform "loop" to execute once before the condition is checked, which of the following would they do?
use a standard perform statement
use an in line perform
skillful use of the COBOL reserved word "AFTER"
This is not possible in COBOL
Not Negative means
Equal to 0
Greater than or equal to 1
Less than or equal to 0
Greater than or equal to 0
This describes the type and location of data sets on the volume
VOTC
COTV
VTOC
COVT
Max No of DD statements allowed in a JOB
3273
3237
1024
Nolimit
What is the use of IEHPROGM utility?
To maintain and manage catalogs
To compare two datasets at record level
It is a null program
To copy a VSAM dataset to a flat file