Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / thiyagarajan
if we didnt mention length then it is variable length,if we
declare the size then it is fixed length
| Is This Answer Correct ? | 20 Yes | 16 No |
Post New Answer View All Answers
What are the rules of the move verb?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the usage of comp fields in cobol?
Difference between array and sub-script ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Write a cobol program making use of the redefine clause.
What are the access modes of START statement?
Name some of the examples of COBOl 11?
how to refer the data field?
Write the code implementing the perform … varying.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
In which area will you utilize 88 level items in cobol?
how do you reference the variable block file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.