Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / boopathi
variable length is nothing but. we declare our
conviniance.but fixed lengtn we do not change
| Is This Answer Correct ? | 27 Yes | 29 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
) how do u code after getting data?
How do you get the data to code the BMS macro?
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?
how do you reference the rrds file formats from cobol programs
Give some examples of command terminators?
What is a scope terminator give example?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is cobol?
What is inspect in cobol ?
Difference between array and sub-script ?
Explain about different table spaces.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?