I read about the EVALUATE statement in the COBOL/370 Language Reference Guide and am having a difficult time understanding some of the ways to use ALSO.
For example, the following is straight forward:
EVALUATE ISS-STATE
WHEN '22'
PERFORM 22-PROCESSING
WHEN '32'
PERFORM...
I am trying to pass the contents of a field in Compuware's TrackRecord to a VB6 executable. The information below the line states the Help text in TrackRecord:
----------------------------------------------------------
Executable Button Properties
Administrators can add a button to a type to...
I am pulling information from 3 tables to place in a recordset then print to a text file. When I scale back and only request info from 1 table, I am successful. However, when I try to pull from the 3 tables that I need, I am unsuccessful.
Here is the way the tables relate:
T20 T03...
Brief history:
I have created a form in VB which gives Users a chance to select the Userids they wish to report on. Their selection is collected in a listbox. I use a loop to create the record selection. I then want to pass this information to the report viewer, log on to the server, select the...
Brief history:
We are gathering information using Crystal Reports 7.0 and exporting it as a text file. This information is FTPd to the mainframe for further processing. We needed a simple way for the users to select the Userids they need for the Crystal Report, then run the report & export...
I have recently had some trouble exporting a report as a CSV to a disk file. The process works great. My trouble is once I FTP this file to the Mainframe, the string data is compressed which makes it difficult for my COBOL program to deal with the fields. A couple of weeks ago, I did the same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.