Answer Posted / rakesh
Limit of Linkage section is 16mb.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
What is a report item?
what is the difference between COBOL2 AND COBOL390?
What is the difference between next sentence and continue in cobol programing language?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the different data types in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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 rmode(any) ?
What is the difference between external and global variables in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the different rules of SORT operation?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?