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 / prakash
01 level is not used for occurs.
MAXIMUM LIMIT IS 7 TIMES IN VS COBOL 11.
MAXIMUM LIMIT IS 3 TIMES IN VS COBOL.
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
State the various causes of s0c1, s0c5 and s0c7.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do get the result of your program directly on your pc?
Can we redefine the field of x(200) to less than 200?
Can you please let me know the centre name of INS certification in Kolkata.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to know whether the module is dynamical or statistical?
how can i see junk values in dclgen or in hostvariable of comp ?
Write the code implementing the perform … varying.
How can you get the ksds file records into your cobol program?
What rules are to be followed while using the corresponding options?