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 / sumanth toom
It probably depends on the Cobol version you are using.
I dont think all cobol versions have the same working-
storage space !
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
What are the various section in data division and briefly explain them.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the compute verb? How is it used?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do we get current date from system with century in COBOL?
How you can read the file from bottom?
Describe the cobol database components?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the pertinent COBOL commands?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is comp-1 and comp-2?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?