Answer Posted / raghunandan modak
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
What are the different rules to perform a Search?
What are the different data types in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are different data types in cobol?
Discuss about changing dataset name in proc.
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?
how do you reference the rrds file formats from cobol programs
What is length is cobol?
Which division and paragraphs are mandatory for a COBOL program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue