COBOL400 Interview Questions
Questions Answers Views Company eMail

Can we open close file in COBOL any number of times?

Kanbay,

2 12867

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.

2 5857

WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?

2 6711

what is the difference between SEARCH and SEARCHALL?

2 8833

what is PERFORM? and its types?

7 14025

define comp?

2 6672

what is the difference between comp & comp-3?

4 10576

how array can be declare in cobol?

6 32158

what is the difference between section,paragraph and sentences

4 38753

define sort? and its syntax?

3 7109

what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 18249

what is redefine and its syntax?

HCL,

6 22917

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

2 7153

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

HP,

2 7793

When search all is used in cobol program without sorted input data

3 8682


Post New COBOL400 Questions

Un-Answered Questions { COBOL400 }

Define redefine and its syntax?

519


What is the actual use of fillers?

483


Explain the input procedure?

513


What is comp?

530


Explain how to update data area in cobol 400 program?

552






why icetool be used in programmer view?

2118


What is input procedure?

560


What is sort?

521


Explain the syntax of redefine?

501


What is the syntax of redefine?

507


What is perform?

517


Explain the output procedure?

554


Define sort?

558


What is the syntax of sort?

521


Explain the input procedure and output procedure?

502