what is difference between cobol and cobol/400
Answer Posted / 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 View All Answers
What the difference is between continue and next sentence?
Write down the divisions of cobol program?
How do you define a variable of comp-1 and comp-2?
how to move the records from file to array table. give with code example
A table has two indexes defined. Which one will be used by the SEARCH?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what is the use of outrecord?
Mention the guidelines to write a structured cobol program?
What is the difference between perform … with test after and perform … with test before?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are declaratives and what are their uses in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
When is inspect verb is used in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how to access the file from prodution from changeman tool and to submit a file to production