01 text-data pic x(100).
move 'xyzdbfrjjg u' to text-data.
how to find the value of last index of text-data?
Answer Posted / kumar
By using UNSTRING Verb we can do
UNSTRING text-data DELIMITED BY ' ' INTO ws-f1 (o/p varible)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do u write test cases?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between PIC 9.99 and PIC9v99?
Define static linking and dynamic linking.
Why did you choose to work with ibm mainframe cobol programming?
explain sorting techniques in cobol program?
Explain about different table spaces.
Why occurs cannot be used in 01 level in COBOL?
HOw can I get the negative sign while deduct high value from low value
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
how to access the file from prodution from changeman tool and to submit a file to production
What are literals?
What type of SDLC u followed? Why?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write a program that uses move corresponding.