I\'m running some tests on Cobol pictures and wondering if --- is a valid picture. Am I right in saying that this picture accepts values in the range of -99 through to +99. If it is valid then it is p
I have multiple *.fm files. if I open some file in notepad, in the header I can see \"rmkf\" I only want open this file.
I\'m working from this parser http://mapage.noos.fr/~bpinon/cobol.jj and trying to get pictures to work with com开发者_如何转开发mas. It seems to just support commas out of the picture string as a sep
I am getting very strange scenario. I have one array defined in my COBOL pgm. 05A-TABLE. 10A-TABLE-LIST OCCURS 10 TIMES INDEXED BY A-IDX.
How to run two sub programs from a main program if both are db2-cobol programs? My main program named \'Mainpgm1\', which is calling my subprograms named \'subpgm1\' and \'subpgm2\' which are a calle
I\'m using the grammar on this site in my javacc. It works fine apart from some picture statements. For example ----,---,---.99 or --9.
This question already has answers here: Closed 11 years ago. Possible Duplicate: cobol difference with Picture having a dash (-) and a having a X
I am running one COBOL pgm which is reading one VSAM file. Below is ithe input output section in my pgm.
I have one COBOL pgm A which is calling another COBOL pgm B. In pgm B I need one file.How can I write 开发者_开发问答JCL so that I would be able to access this file in pgm B? I have written select cla
We have a system based on AcuCobol and vision-files. We need to dump the entire datafiles in to txt-based files to be imported in to a sql server.