COBOL400 Interview Questions
Questions Answers Views Company eMail

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

Kanbay,

2 13503

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 6412

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

2 7155

what is the difference between SEARCH and SEARCHALL?

2 9421

what is PERFORM? and its types?

7 15146

define comp?

2 7230

what is the difference between comp & comp-3?

4 11240

how array can be declare in cobol?

6 33309

what is the difference between section,paragraph and sentences

4 39595

define sort? and its syntax?

3 7677

what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 18744

what is redefine and its syntax?

HCL,

6 23766

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 7631

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 8264

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

3 9552


Post New COBOL400 Questions

Un-Answered Questions { COBOL400 }

What is the syntax of redefine?

706


Explain the difference between section, paragraph and sentences?

674


What is comp?

865


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

2232


What is redefine?

791






What is the syntax of sort?

680


What are the types of perform?

712


Explain the input procedure and output procedure?

668


What is perform?

839


Define perform?

752


Define perform? And its types?

707


Define redefine and its syntax?

702


Explain the syntax of redefine?

659


How to update data area in cobol 400 program?

759


Define sort?

826