How to delete leading spaces/blank in COBOL ?
Example:- 01 data-name-1 pic x(220) " English is a
language".
I would like to delete leading spaces.
Answer Posted / arne royce tiangson
I CAN FIND THE WRITE OUTPUT.. PLEASE EXPLAIN THIS CODE
'MOVE WS-USERID-TEMP(WS-TALLY + 1 : ) TO WS-LS-USERID'
THNX
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
What is the difference between next sentence and continue in cobol programing language?
What are the different rules for performing sort operation?
Give some examples of command terminators?
What is the difference between Global and External Variables?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the cobol coding sheets?
Write a program to explain size error.
How do you define a variable of comp-1 and comp-2?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between comp and comp-3 usage?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
example for sub strings ? and refernce modifications whit output pls
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?