) How do u handle errors in BMS macro
How to concatenation one or more string?
What is the difference between goback, stop run and exit program in cobol?
What is Control Break processing ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
how to convert the recors form vsam file to db2 table tru file aid
what is label record is standard or omitted in file description of data division?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
How to recover a deleted source physical file from library?