Good morning all,
I've the following problem:
My cobol retrieve a field from a table and value of this field is a text note that could contain line breaks.
I need to remove the line breaks from the retrieved value and change it into a character value as "-".
I tried doing the following...
Hi webrabbit,
the code is working like a king!fantastic.
Many thanks for your help.The only thing I don't understand about it, is the HOLD-KEY variable.It's referenced in this part of the code:
If TABLE-KEY(INDEX-1) > TABLE-KEY(INDEX-2)
Move TABLE-ENTRY(INDEX-2) to...
Hi all,
thanks for your very useful answers.Among them and due to purpose of my program,I think that I will use a copybook indicated in
thread209-1539290: COBOL SORT command,exactly on message written by webrabbit:the Shell Sort .Just few questions about it...:-(
In the part of the code you...
Hi all,
many thanks for you help.With your response I've ideas quite clear now about the SEARCH.Finally,I understood that,for my purpose I can't use that statement(I think...:-)).
Finally I've a list of codes.Given these ones I've only to extract other data related with them in case that...
Hi All,
I'm new in Cobol and I'm facing a problem while trying to resolve a search over an internal table.I hope you can help me.
I've created an internal table
01 WT-ROLEPLAYERS.
05 WT-ROLEPLAYER OCCURS 10 TIMES...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.