I have been trying to use a table for the first time and I have hit a small snag. I have figured out how to make a table, but I cannot figure out how to search the table or move the stored information
How can I determine the compile options used to compile an IBM Enterprise COBOL program by looking at the load module? When a dump is issued they are listed as follows:
I\'m coding routines like: READ-A. READ FILE-A AT END MOVE 1 TO EOF-A NOT AT END ADD 1 TO CN-READ-A END-READ.
I seem to have yet another problem dealing with COBOL. My teacher has assigned us with having to take a file of names and make it into two columns going 54 rows down. I thought this was going to be si
I am working on a bit of code at home and that is suppose to find and identify errors is a i开发者_StackOverflownput file. I got it just about right, but two little errors are hitting me. The major pr
I am in progress of converting a really old 25+ year old application . It sends an escape sequence to make the SCREEN 132 characters wide...
Closed. Th开发者_StackOverflowis question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a make table query where some of the columns are calculated.An example of how one of those columns looks is as follows:
I need to retrieve data from a COBOL variable of the type: "PIC S9(2)COMP" onto a C variable of the type "int".
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this