I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer Posted / sadiq
Change the existing char field to compressed format, so that we can adopt space for the 15 bytes
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
What is the difference between comp and comp-3 usage?
How arrays can be defined in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Difference between array and sub-script ?
Why would you use find and get rather than to obtain?
What rules are to be followed while using the corresponding options?
Write the code to count the sum of n natural numbers.
What is a report item?
What are the different open modes available in cobol?
Write the code implementing the perform … varying.
What is static and dynamic call in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you define a variable of comp-1 and comp-2?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.