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
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the ksds vsam file formats from cobol programs
What is the difference between Call and a Link?
What are the different types of condition in cobol and write their forms.
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?
Write a program to enter and display the names of students in a class using the occurs clause.
How to print 10 to 1 if the input have only 10 digit number?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the pertinent COBOL
What are declaratives and what are their uses in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is comp-1 and comp-2?
Name some of the examples of COBOl 11?