| Recent Answers |
 |
 |
2008-08-27 COBOL - Initialize: Do you have the language reference for the old compiler? Compare what it says about behavior with the new one. Another thought, is this in working storage? If it is your install may have different...
|
2008-08-26 COBOL - Initialize: To my knowledge the INITIALIZE verb has not changed. Fields without explicit definition (FILLER) regardless of PIC clause do not get initialized. Has the record description changed? If it has and FILLER...
|
2008-08-12 how to search the load module for some particular content by using jcl: As I mentioned in the previous reply, the use of the ISPF TSO SuperC Search facility is the easiest way to do this. This module understands the load module format and will locate the token. I don't...
|
2008-08-06 Print not comes in Host printer.: Since you have identified the problem, I can not offer more. Without having a WINDOWS based PC stand in with a program that will convert the ASCII character stream to a Windows print stream, I don't know...
|
2008-07-24 Accessing a serial port: Since COBOL is not designed to issue continue reads to a port, programming it in COBOL will most likely not be simple. I suggest writing a C routine to handle the I/O portion and call the RM Cobol module...
|
| More Answers for "Cobol" |