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
how do you reference the printer file formats from cobol programs
How do you get the data to code the BMS macro?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is a SSRANGE and NOSSRANGE?
What is the difference between comp and comp-3?
What is Pic 9v99 Indicates in COBOL?
How do you reference the following file formats from cobol programs?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the compute verb? How is it used?
Differentiate between structured cobol programming and object-oriented cobol programming.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are various search techniques in cobol? Explain.
What is the Purpose of Pointer in the string?
) How do u handle errors in BMS macro?
) what is the difference between AID and HANDLE AID?