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 |
How do you submit JCL via a Cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is an index for tables?
How can you get the ksds file records into your cobol program?
What is SQL Code -904 and -903 in DB2 And how to handle it?
can I copy book which contain db2 statment in procedure divion?
how to access vsam files in cobol and how to differentiate that this is ESDS file
Which mode is used to operate the sequential file?
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
Explain the configuration section of a cobol program with examples of syntax.
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is the difference between COMP & COMP-3 ?