Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / sruthi
Fixed length means the length of all records in the file is
same.so we code record length is x chrs
where as in variable length means the length of records are
varying from each other. so we code as record length is x
to y chars
| Is This Answer Correct ? | 31 Yes | 22 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
What is the compute verb? How is it used?
What is amode(24)?
Difference between array and sub-script ?
Name the sections present in data division.
What is the difference between structured cobol programming and object alternativelyiented cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
explain sorting techniques in cobol program?
example for sub strings ? and refernce modifications whit output pls
How do you reference the fixed block file formats from cobol programs
Write a program to explain size error.
) How do u handle errors in BMS macro
How do define dynamic array in cobol.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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?