What are declaratives and what are their uses in cobol?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Explain Restart Logic in Cobol?
What was removed from COBOL in the COBOL II implementation?
What are the rules of the move verb?
how you will define variables length in cobol.
can anyone explain me the concept of COMP-4 PLEASE??
i Want All cobol ERROR codes?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
What is Control Break processing ?
can we read records in a file from botom to top. if possible how can we read
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?