How to remove the spaces at end of each record in the
output file Via COBOL program?
note: The file has a VB length
Answer Posted / rajesh
U can declare a copybook for the output file without spaces
and this will do.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to know whether the module is dynamical or statistical?
what are decleratives in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
Mention the guidelines to write a structured cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different types of condition in cobol and write their forms.
Name the divisions, which are available in a cobol program?
Whats the difference between search & search ALL?
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the printer file formats from cobol programs
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are different data types in cobol?
Name some of the examples of COBOl 11?