What are options have been removed in COBOL 11?



What are options have been removed in COBOL 11?..

Answer / savan

EXAMINE has been removed from later versions of COBOL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.

2 Answers   TCS,


hw to create 3 dimensional array & hw to access it?

1 Answers  


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


What is IMPACT analysis?

2 Answers   IBM,


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


What is the difference between a binary search and a sequential search?

3 Answers  


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

0 Answers  


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


What are the differences between COBOL and COBOL II?

1 Answers   CSC,


When can the USING phrase be included in the call statement ?

2 Answers  


Categories