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 |
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
COMP field occupy ?
What is the difference between perform … with test after and perform … with test before?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
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 ?
What is CALL statement in COBOL?
What is perform what is varying?
What is the usage of comp fields in cobol?
Which mode is used to operate the sequential file?