how to remove leading spaces and zeroes in a cobol
variable.is there any easy way to do it
Answers were Sorted based on User's Feedback
Answer / surendra
find the lenght of the leading spaces then move the actual
value of the variables using reference modification to
another working storage variable.
| Is This Answer Correct ? | 4 Yes | 2 No |
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
Can we move X(7) to S9(7) COMP?
What is the local-storage section?
What is SSRANGE, NOSSRANGE ?
what is the diff b/w select stsmt and cursor ?
What is binary search?
what is record label is empty or standard in file description of data division?
Can JUSTIFIED be used for all the data types?
If I want to increase the Limit in GDG. What should I do?
how to access vsam files in cobol and how to differentiate that this is ESDS file
What is the file organization clause ?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.