cobol
Is --- Cobol picture valid
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[详细]
2023-04-11 17:11 分类:问答Read fm file in netCobol Fujitsu
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.[详细]
2023-04-11 05:10 分类:问答Are Commas only used in a picture clause within Cobol
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[详细]
2023-04-10 05:57 分类:问答Issue while populating array in COBOL
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.[详细]
2023-04-09 05:32 分类:问答Explain the steps for db2-cobol's execution process if both are db2 -cobol programs
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[详细]
2023-04-08 11:39 分类:问答This cobol Grammar doesn't handle --9 picture
I\'m using the grammar on this site in my javacc. It works fine apart from some picture statements. For example ----,---,---.99 or --9.[详细]
2023-04-07 19:09 分类:问答Cobol dashes are confusing me [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: cobol difference with Picture having a dash (-) and a having a X[详细]
2023-04-07 06:52 分类:问答VSAM Status code 04
I am running one COBOL pgm which is reading one VSAM file. Below is ithe input output section in my pgm.[详细]
2023-04-02 21:47 分类:问答JCL for running COBOL program calling subprogram
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[详细]
2023-04-02 12:09 分类:问答Possible to export COBOL VISION database to comma delimited .csv?
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.[详细]
2023-04-01 14:17 分类:问答