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 |
how to display comp3 variables reply soon ?
what is rediffine clause?in what situation it can use?give me real time example?
How many bytes S(8) comp field occupy and its maximum value?
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
Explain complete concept of table handling in COBOL with an example?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
What are different file OPEN modes available in COBOL?
how we rectify soc7 and soc4 errors in project?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
What is LENGTH in COBOL II?