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
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What kind of error is trapped by on size error option?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the use of intialize verb?
How do you reference the following file formats from cobol programs?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Mention the guidelines to write a structured cobol program?
How are the next sentence and continue different from each other?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is a report item?
What is the difference between PIC 9.99 and PIC9v99?
What are the pertinent COBOL commands?
What is an in line perform? When would you use it? Anything else you wish to say about it.