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
What type of SDLC u followed? Why?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are declaratives and what are their uses in cobol?
what are decleratives in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Which division and paragraphs are mandatory for a COBOL program?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Name some of the examples of COBOl 11?
Give some examples of command terminators?
How can you get the ksds file records into your cobol program?
) what is the difference between AID and HANDLE AID?
) How do u handle errors in BMS macro?