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
What is redefines clause in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are literals?
What is the utilization of copybook in cobol?
What are the rules of the move verb?
Define cobol?
Can we redefine the field of x(200) to less than 200?
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.
How do get the result of your program directly on your pc?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
) How do u handle errors in BMS macro?
how do you reference the ksds vsam file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.