why occurs clause not mentioned in 01 level
Answer Posted / bhupendraprajapati
Level 01 is used to define record and record cannot be repeated using OCCUR clause.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you define a variable of comp-1 and comp-2?
What is a SSRANGE and NOSSRANGE?
what happens if parmparameter passes zero bytes to the program
how to convert the recors form vsam file to db2 table tru file aid
Can we redefine the field of x(200) to less than 200?
What are the rules of the move verb?
What are the pertinent COBOL commands?
Which division and paragraphs are mandatory for a COBOL program?
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?
what is the difference between COBOL2 AND COBOL390?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
In COBOL, what is the different between index and subscript?
) what is the difference between AID and HANDLE AID?