Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.

Answers were Sorted based on User's Feedback



Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol...

Answer / sam insa

when we declare array with its size is called as fixed
lengh and when we declare array with pointer it is called
variable length record.

Is This Answer Correct ?    1 Yes 4 No

Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol...

Answer / bikash ghosh

fixed length code:=
it is a code in which a fixed number of source symbol
encoded into a fixed number of output symbol.

variable length code:=
it can allow sources to be compressed and
decompressed with zero error and still read back symbol by
symbol.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More COBOL Interview Questions

What is binary search?

3 Answers  


What is a SSRANGE and NOSSRANGE?

0 Answers  


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  






There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

0 Answers   iNautix,


What are various search techniques in cobol? Explain.

0 Answers  


Categories