How do I loop through a collection? I\'m on a trial version of Fujitsu/Alchemy compiler, and getting slow and poor support from the vendor.
how to copy an arrayto another array in cobol ? A PIC 9999 occu开发者_如何学JAVArs 5. B PIC 9999 occurs 5.
I have a huge problem in a program revolving around reading an indexed file. While the program involves two other reads that work just fine this one keeps giving me problems. Here is the code for ever
I am reading a variable length input file and wanting to create an output buffer (indexed table) that will not utilize a character by character move.
I am in the last course I will have for COBOL in college, and I have to write interacting programs that are supposed to keep track of inventory for a business. I have reached a few parts that I am hav
We are currently looking to convert our legacy COBOL code from ANSII to UNICODE however we have come across a problem where just changing the PIC X fields to PIC N and setting NSYMBOL(NATIONAL) will c
Is it possible to call a CICS program from JCL开发者_如何学C batch? If yes how? If no why not?Yes.Technically, a COBOL batch program is communicating with CICS, and you execute the COBOL batch progra
I would like to write a function in COBOL that converts characters from a PIC X(60) data type to uppercase. While I know one way of doing this, I would like to be able to manually go through the lette
HI all, I have a sequential file with DISP = (MOD, CATLG, CATLG) My program does an OPEN I-Oand it is supposed to write to th开发者_运维知识库e file
In some functional specs I\'m reading they are talking about a numeric format with a 9(7)V9T presentation.