What is different between variable length and fixed length?
Answer Posted / saravanan
variable lenth means record should be in different format
(lenth).but the first 4 bytes only taken as a record lenth.
fixed lenth means we have declaring a record lenth.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
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?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to move the records from file to array table. give with code example
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.
what are decleratives in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
IF I mention stop run in CICS what happens?
In COBOL, what is the different between index and subscript?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Which is not true about evaluate statement
Describe the cobol database components?
Explain what you understand by passing by value.
How do you define a variable of comp-1 and comp-2?