what is difference between cobol and cobol/400



what is difference between cobol and cobol/400..

Answer / srinivas

COBOL (Common Business Oriented Language), developed in 1959 by a group called Conference on Data Systems Language
(CODASYL). First COBOL compiler was released by December 1959.
First ANSI approved version – 1968
Modified ANSI approved version – 1974 (OS/VS COBOL)
Modified ANSI approved version – 1985 (VS COBOL 2)

COBOL/400 is the standard COBOL adopted by IBM for the AS400 system. It differentiates in the sense that the file handling for reports and subfiles, indicator usage and any other feature specific to AS400 have been incorporated in it.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More COBOL Interview Questions

What are the ways you can generate a copybook?

2 Answers  


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


Can a Search can be done on a table with or without Index?

0 Answers  


can we use reference modification an arry.

1 Answers  


How do you differentiate between cobol and cobol-ii?

0 Answers  






What are the different data types available in COBOL?

4 Answers  


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


how can you identify wheather the program is using search or search all in the cobol program?

5 Answers   iGate,


how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.

2 Answers   IBM,


Name the divisions in a COBOL program ?

7 Answers  


Can we redefine the field of x(200) to less than 200?

0 Answers  


Categories