cobol
How to convert a alphanumeric string into numeric decimal in COBOL
For eg., i have alphanumeric string \'A开发者_运维知识库BCDEF 0 0.450\' and i need to get \'0.450\' as numeric decimal and do arithmetic on it. Do we have a way? Please suggest.I assume the format is[详细]
2022-12-24 04:42 分类:问答What's this language?
A former co-worker left us with thousands of lines of code looking like this. This is more a curiosity, since I rewrote everything he did in less obscure languages :-)[详细]
2022-12-21 03:57 分类:问答Allocation of memory with LE routines
At Allocation of Memory in Variable-Length Tables NealB mentioned LE routines to allocate/deallocate memory in a non-CICS COBOL program.[详细]
2022-12-20 13:31 分类:问答How to display table in COBOL's SCREEN SECTION?
For learning purposes I am trying the following: I am trying to display a table via COBOL ... I want to define the way it is all displayed in the SCREEN SECTION.[详细]
2022-12-20 09:36 分类:问答How to check whether a file is open already in COBOL?
I am trying to find out a way 开发者_开发技巧to check whether a file is already opened in COBOL, so that I can open it if it is closed or close it if it is opened.[详细]
2022-12-19 10:01 分类:问答Is there some way to access Sql server from z/OS mainframe and have the result in IBM 3270 terminal emulation?
Is there any way (possibly cheap) to access Microsoft Sql Server from z/OS mainframe (COBOL programs) and have the result in 3270 terminal emulation?[详细]
2022-12-19 06:11 分类:问答Standard way to remove spaces from input in cobol?
I\'m just learning COBOL; I\'m writing a program that simply echos back user 开发者_运维百科input. I have defined a variable as:[详细]
2022-12-16 07:28 分类:问答Porting from Cobol to Java [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-16 06:23 分类:问答Why is COBOL still a preferred language in the business world? [closed]
As it currently stands, this question is 开发者_开发问答not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2022-12-16 06:01 分类:问答