Reusability2432 (6/1/2008 7:31:37 AM) comp.lang.cobol In the other languages we have many things for reusability: 1- Common Reusability: a. include other files in source code .... 2- Data Reusability: a. type, subtype and class definition b. template class a... amir
Load Failure (170) on File ...1938 (5/14/2008 4:30:54 PM) comp.lang.cobol I wrote my code as below: 'cfPARAM.cob' ---------------------- 02 CIF-Count pic 999 value 0. 02 CIF-Data occurs 200 times. * depending on CIF-Count. ... amir
Data Structure Reusability126 (5/14/2008 7:28:34 AM) comp.lang.cobol I want to use one Data-Structure in different places along my code. (Microsoft & Fujitso COBOL for windows 5.0) I write my Data-Structure in "cfSTRC.cob" as: * Attention! >> in the COPIED place HAVE TO ... amir
Understanding Error Messages23110 (5/3/2008 7:02:43 AM) comp.lang.cobol I got messages below after my first program compilation under OS/390. There is two questions: 1- As mentioned below, there is 6 warnings. Where is exact place for each-one? How can I find it? Which line? 2- A O... amir
"Invocation target exception" Exception #25194 (9/15/2007 7:31:07 PM) comp.lang.java.help Dear friends, I got "Invocation target exception" Exception, when I tried to write to a file or update or insert into MS-SQL database. Any help will appreciated. Best, ... amir
"Invocation target exception" Exception7173 (9/15/2007 7:17:43 PM) comp.lang.java.programmer Dear Friends,I got "Invocation target exception", when I tried to write to a filein my Web-Server Application. I got this exception when I tried toupdate a record in MS-SQL connected database.Any help appreciat... amir
Understanding Error Messages23110 (5/3/2008 7:02:43 AM) comp.lang.cobol I got messages below after my first program compilation under OS/390. There is two questions: 1- As mentioned below, there is 6 warnings. Where is exact place for each-one? How can I find it? Which line? 2- A O... ahsharif(52)
Load Failure (170) on File ...1938 (5/14/2008 4:30:54 PM) comp.lang.cobol I wrote my code as below: 'cfPARAM.cob' ---------------------- 02 CIF-Count pic 999 value 0. 02 CIF-Data occurs 200 times. * depending on CIF-Count. ... ahsharif(52)
pattern for an error2435 (5/28/2008 9:31:57 AM) comp.lang.cobol hi everyone, i have to redesign a peace of code with a lot of GOTOs looks like that start. perform something perform something_else perform anything perform anything_else ... . something. ... mmc_vw1200(23)
Reusability2432 (6/1/2008 7:31:37 AM) comp.lang.cobol In the other languages we have many things for reusability: 1- Common Reusability: a. include other files in source code .... 2- Data Reusability: a. type, subtype and class definition b. template class a... ahsharif(52)