why occurs clause not mentioned in 01 level
Answer Posted / som
BECAUSE IF WE DEFINE THE OCCURS CLAUSE AT 01 LEVEL THEN IT
BREAK THE BASIC RULE OF LANGUAGE DECLARTION OF SAME NAME
VARIABLE MORE THEN ONE TIME.E.G
01 NAME PIC XX OCCURS 2 TIMES. MEANS ACTUAL DECLARTION WILL
LIKE THIS
01 NAME PIC XX.
01 NAME PIC XX.
THATS WHY IT IS NOT USED AT 01 LEVEL
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
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.
A table has two indexes defined. Which one will be used by the SEARCH?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how do you reference the esds vsam file formats from cobol programs
What is inspect in cobol ?
What is the difference between Call and a Link?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the pertinent COBOL
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why did you choose to work with ibm mainframe cobol programming?
How you can characterize tables in cobol?
Difference between cobol and cobol-ii?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly