Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / manonmani.r
variable length is changed in dynamic variable creation.but
fixed lenth is mentioned in static variable creation.
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What is the Purpose of Pointer in the string?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What do you understand by psb and acb?
What is Pic 9v99 Indicates in COBOL?
how to refer the data field?
What is a SSRANGE and NOSSRANGE?
Have you used comp and comp-3 in your project? And how?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Write a program to explain size error.
What is redefines clause in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
HOw can I get the negative sign while deduct high value from low value
What are the pertinent COBOL commands?