how to remove leading spaces and zeroes in a cobol
variable.is there any easy way to do it
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What are 77 levels used for?
What is the utilization of copybook in cobol?
Which mode is used to operate the sequential file?
Write some characteristics of cobol as means of business language.
how to access the file from prodution from changeman tool and to submit a file to production
how can i see junk values in dclgen or in hostvariable of comp ?
) How do u handle errors in BMS macro?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write a program to explain size error.
Why would you use find and get rather than to obtain?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?