Why occurs can not be used in 01 level ?

Answer Posted / anil prajapati

occurs can not be define at 01 level because records never
repeated only fields are repeated

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is link edit in cobol?

772


What kind of error is trapped by on size error option?

740


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

712


How arrays can be defined in COBOL?

663


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897






What is a scope terminator give example?

657


What is amode(24)?

684


how do you reference the printer file formats from cobol programs

665


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?

1230


Mention the guidelines to write a structured cobol program?

620


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2058


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?

6829


How do you differentiate between cobol and cobol-ii?

656


Are you comfortable in cobol or jcl?

643


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661