If I want to append records to an existi开发者_如何转开发ng file what DISP parameters do I need to use?DISP=MOD
I have a DLL with a TClientSocket component, it is used to talk to a Telephone System Machine. The DLL only have PChar parameters in the exports methods, and is not using packages.
Is it possible to abend your job intentionally through COBOL program. suppose I have an Input file having Header,Detail and Trailer records. I will write a COBOL pgm which reads this开发者_JAVA技巧 fi
I have confusion regarding COBOL data types. Like in many interviews it is asked to explain the difference betwe开发者_StackOverflow中文版en COMP-3 and COMP...
This question already has answers here: Closed 12 years ago. Possible Duplicate:开发者_高级运维 Where does ‘Hello world’ come from?
Some time ago, I had created a DLL to be used in another C program. Basically I exposed specific functions by using the following within my dll:
I have received a job at a hospital which still uses COBOL for all开发者_开发百科 organizational work, the whole (now 20 Terabyte) database (Which was a homebrew in, guess what, COBOL) is filled with
Continuing with my adventure t开发者_高级运维o convert COBOL to a Ruby program, I have to convert a decimal digit to a comp-3/packed decimal format. Anyone know of a simple Ruby script or gem that doe
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a PS file to be read in reverse order and process accordingly. Do we have a way to mention to read the file in reverse order in FD in COBOL module? OR do we have something to achieve the same u