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 / sandip
Inspect verb will be usefull
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Which mode is used to operate the sequential file?
What are various search techniques in cobol? Explain.
What the difference is between continue and next sentence?
What is the difference between perform … with test after and perform … with test before?
What is the difference between goback, stop run and exit program in cobol?
Write a program that uses move corresponding.
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.
What guidelines should be followed to write a structured cobol prgm?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is amode(24)?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is a SSRANGE and NOSSRANGE?
How do get the result of your program directly on your pc?