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 |
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Define cobol?
What do you do to resolve SOC-7 error?
How do pass the values to the parameters in cobol
tell me about examine inspect and evaluate ?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
what is the coding difference between COBOL and CICS.
Which Search verb is equivalent to PERFORM…VARYING?