wht r the advantages of 77 level number ?
Answers were Sorted based on User's Feedback
Answer / amar
77 is used for declare the independent variable in cobol programing language which is used in data division.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / shashank naresh
This is an independent variable (not record) in the cobol.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / lu
77 level number take less space than 01 level number in
language machine......
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / kiran
77 take less memory
the most important thing is faster accessing than 01
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srikanth doki
This is an independent variable. We cant create sub items by
using this variable and it is written in margin A.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rkt
Can anyone let me know what is the real difference between
both of them as they both can be used to define elementory
items.
| Is This Answer Correct ? | 1 Yes | 0 No |
How will you find the currepted records in a file
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
s9(18) comp-3:: What is the size of memory it takes internally?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
What is tne need to use sub programs in Cobol?
Why we should use cursor ?
How to read a 100 record from a file through cobol?
Which mode is used to operate the sequential file?
What is redefines clause in COBOL?
How to concatenation one or more string?
Hai friends why we need to read a file before re-write a record?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)