What is LENGTH in COBOL II?
Answers were Sorted based on User's Feedback
Answer / satheesh
LENGTH acts like a special register to tell the length of a
group or an elementary item.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satish
length is inistric function it tell's how bytes occupy by
dataitem
| Is This Answer Correct ? | 0 Yes | 0 No |
What is IMPACT analysis?
Can the OCCURS clause be at the 01 level?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
What are the access modes of START statement?
Where the Plan is located in CICS-DB2
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
why do u need inspect verb?
What are the different data types in cobol?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how you read control card into array?