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
how do you reference the fixed unblock file formats from cobol programs
what is the use of outrecord?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Can you please let me know the centre name of INS certification in Kolkata.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are declaratives and what are their uses in cobol?
Explain what you understand by passing by value.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
example for sub strings ? and refernce modifications whit output pls
What is perform what is varying?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Differentiate between structured cobol programming and object-oriented cobol programming.
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?
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.