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 / sruthi
HI Prakash,
your ans is wrong.max limit 7 times,that is max number of
dimentions.not the number of occurs.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why occurs cannot be used in 01 level in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the LINKAGE SECTION used in COBOL?
What is a scope terminator give example?
How many bytes S(8) comp field occupy and its maximum value?
What is Pic 9v99 Indicates in COBOL?
What kind of error is trapped by on size error option?
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 to refer the data field?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?