i declare a Table as OCCURS 2000 TIMES.If the input file
has more than 2000 records will the COBOL program fail?

Answer Posted / veena

Thanks for the reply ..then will all input file records get
processed or only first 2000 records be processed?

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

7290


How you can read the file from bottom?

868


What are the different rules to perform a Search?

808


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1736


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1976


explain sorting techniques in cobol program?

883


Can we redefine the field of x(200) to less than 200?

1090


Are you comfortable in cobol or jcl?

805


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

941


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1207


What is the usage of comp fields in cobol?

869


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1852


What is inspect in cobol ?

1000


Why did you choose to work with ibm mainframe cobol programming?

843


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

946