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
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?
How you can read the file from bottom?
What are the different rules to perform a Search?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
explain sorting techniques in cobol program?
Can we redefine the field of x(200) to less than 200?
Are you comfortable in cobol or jcl?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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
What is the usage of comp fields in cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is inspect in cobol ?
Why did you choose to work with ibm mainframe cobol programming?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?