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 / leena_kulkarni
01 level is not used for occurs.
N can go upto 32K (32768 bytes).
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is rmode(any) ?
What is redefines clause in COBOL?
Can we change the password using ALTER? anyone tried and changed?
What is rmode(24)
how do you reference the ksds vsam file formats from cobol programs
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)?
) how do u code after getting data?
What rules are to be followed while using the corresponding options?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain the configuration section of a cobol program with examples of syntax.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?