What are the differences between COBOL and COBOL II?
Answer / ravi
Cobol II suports structure programming by using Inline
performs and explicit scope terminators
Cobol used for reports which is not present in COBOL II
COBOL II has many new features like EVALUATE.
| Is This Answer Correct ? | 9 Yes | 0 No |
What type of Call you would use if you don;t want the control back to the calling program?
how to resolve the file status 47.......
Explain call by context by comparing it to other calls.
What is the difference between comp and comp-3?
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?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
) What is the use of IGNORE?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
how can i see junk values in dclgen or in hostvariable of comp ?