1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answer Posted / sivakumar sekharannair
01 level cannot have occurs clasue. Because 01 level is
used for the entire record of a file. entire record length
can not occur again. I.E. Fields in a file can only occur
again.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to move the records from file to array table. give with code example
How many bytes S(8) comp field occupy and its maximum value?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between comp and comp-3 usage?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
In COBOL programming, what is PERFORM? What is VARYING?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What do you understand by psb and acb?
) how do u code after getting data?
Mention the guidelines to write a structured cobol program?