I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer / 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 |
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
When is a scope terminator mandatory?
what is Pic 9v99 Indicates?
how to move the records from file to array table. give with code example
Explain about level numbers?
how would find total records in files using seqientional
What will happen if we generate GDG (+2) version without generating (+1) version?
What the difference is between continue and next sentence?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
What is the difference between PIC 9.99 and PIC9v99?