What is LENGTH in COBOL II?

Answers were Sorted based on User's Feedback



What is LENGTH in COBOL II?..

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

What is LENGTH in COBOL II?..

Answer / satish

length is inistric function it tell's how bytes occupy by
dataitem

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.

7 Answers   Financial Services,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


Write the code implementing the perform … varying.

0 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

0 Answers  






A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


What is the difference between next sentence and continue in cobol programing language?

0 Answers  


What are the pertinent COBOL

0 Answers   IBM,


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


What is the difference between subscript and index?

1 Answers  


i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.

2 Answers   Wipro,


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


Categories