COBOL400 Interview Questions
Questions Answers Views Company eMail

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

Kanbay,

2 13308

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 6188

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

2 7024

what is the difference between SEARCH and SEARCHALL?

2 9198

what is PERFORM? and its types?

7 14718

define comp?

2 7014

what is the difference between comp & comp-3?

4 11027

how array can be declare in cobol?

6 32941

what is the difference between section,paragraph and sentences

4 39307

define sort? and its syntax?

3 7480

what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 18592

what is redefine and its syntax?

HCL,

6 23435

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 7479

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 8088

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

3 9190


Post New COBOL400 Questions

Un-Answered Questions { COBOL400 }

Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?

784


Explain the input procedure?

622


why icetool be used in programmer view?

2241


Explain how to detect record is locked in cobol/400? What is the solution for that?

617


Explain the difference between comp & comp-3?

640






What is sort? And its syntax?

755


How to detect record is locked in cobol/400?

633


Explain the input procedure and output procedure?

606


Define redefine and its syntax?

639


Explain the difference between section, paragraph and sentences?

607


What is the actual use of fillers?

616


What is input procedure?

683


What is output procedure?

620


What is redefine?

635


Explain the difference between search and searchall?

597