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
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 |
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 |
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
What are the steps you go through while creating a COBOL program executable?
In EBCDIC, how would the number 1234 be stored?
what are the steps to sort in a cobol program?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
how to refer the data field?
How do we get current date from system with century in COBOL?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
can we redefine 77 level item is it possible
Can anybody give me example of subscript and index
what is the difference between Plan & package