| Other COBOL400 Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON
A FILE? | | 2 |
| what is the difference between SEARCH and SEARCHALL? | | 1 |
| what is the difference between comp & comp-3? | | 4 |
| Can we open close file in COBOL any number of times? | Kanbay | 2 |
| what is PERFORM? and its types? | | 3 |
| 01 A PIC 9.
01 B PIC 99V1.
01 C PIC 99.
MOVE 1 TO A.
MOVE 0.2 TO B.
COMPUTE C ROUNDED TO 3/3 + A. | | 1 |
| define comp? | | 2 |
| How we can update data area in cobol 400 program? | Accenture | 7 |
| what is redefine and its syntax? | | 2 |
| How can i change the below code in SQL to cobol/400?
EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file
WHERE Field 1 = : WS-VAR AND
Field 2 = : WS-USERID
END-EXEC | | 2 |
| what is the difference between section,paragraph and sentences | | 2 |
| How can i change the below code in SQL to cobol/400?
EXEC SQL
SELECT COUNT(*) INTO : WS-COUNT FROM Db file
WHERE Field 1 = : WS-VAR
AND Field 2 = : WS-USERID
END-EXEC
*
EVALUATE TRUE
WHEN SQLCODE = +000
MOVE WS-COUNT TO Copybook field
WHEN SQLCODE = +100
MOVE ZEROES TO Copybook field | | 1 |
| what is INPUT PROCEDURE and OUTPUT PROCEDURE? | | 1 |
| how array can be declare in cobol? | | 2 |
| When search all is used in cobol program without sorted
input data | | 3 |
| define sort? and its syntax? | | 2 |
| |
| For more COBOL400 Interview Questions Click Here |