First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22
How to export a microfocus dll in C or Delphi
I'm in need of exporting a DLL in either Delphi or C. Delphi would be the best. Here is the file definition: Questions: Do I use stdcall or C calls? Procedure PIBSINIT(var pc : pcT); stdcall ; external 'mio.dll'; Procedure PIBSEXIT(var pc : pcT); stdcall ; external 'edrio.dll'; Does the array name have to ... 2 Oct 2006 13:47
EBCDIC to ASCII OPTCD=Q? (JCL)
On Mon, 18 Sep 2006 12:36:04 +0000 (UTC), docdwarf(a)panix.com () wrote: All righty... I've been asked about having a job on an IBM mainframe (z/OS) produce ASCII output. (To those who think to inquire 'Why don't you produce EBCDIC output and then have ftp translate it during transfer to the target?' my... 27 Sep 2006 21:06
Cobol call BPXWDYN
Hello, i just want to tell someting about calling BPXWDYN from Cobol on Z/OS ( S/390 MVS ... ) which is importand to know because there are several misleading samples around which made me even think there would be an error in BPXWDYN .... BPXWDYN returns a 4-Byte Code with some importand information in the 2 hi... 18 May 2006 17:13
ROSCOE tutorial needed
Hi, We got a project recently which involves heavy usage of ROSCOE editor. Nobody in our team has ever worked on ROSCOE. We have worked extensively on TSO. Has anybody done any mapping of TSO to ROSCOE functionality? We wud be graeful if we an get a document of common commands Thanks, ... 27 Apr 2006 07:10
SQL Commands
Hi, I use Fujitsu v7 with Embedded SQL but when I write the command "DROP TABLE" and "CREATE TABLE" return a error in compilation like this: SQL STATEMENT IS INVALID - ODBC 7600E NOT EXECUTABLE SQL STATEMENT Someone can helpme? Thanks Roberto ... 10 Apr 2006 09:02
Link Fujitsu with ODBC
Hello, I must link with embedded SQL one file .MDB. Can I use DNS-less function? Now I use this: exec sql connect to 'FuturaPJ' user 'Administrator/.' end-exec. where: FUTURAPJ = Link created with ODBC in Control Panel and written in a INF file described in COBOL85.CBR: @ODBC_Inf=Fu... 2 Mar 2006 14:31
debugging
Could some people help me debugging the DATA DIVISION of that script that compute a Gaz Bill ? IDENTIFICATION DIVISION. PROGRAM-ID. FACTURE GAZ. ENVIRONMENT DIVISION. CONFIGURATION SECTION. SOURCE-COMPUTER. CPU1. OBJECT-COMPUTER. CPU1. DATA DIVISION. ... 28 Feb 2006 17:08
Disassembler
Reading in comp.lang.asm370 I came across the following item which may be of some interest: <QUOTE> On Fri, 10 Feb 2006 13:54:57 -0500, Gilbert Saint-Flour wrote: <usenet5...(a)yahoo.com> wrote: I found this page by accident a moment ago: http://patents.nimblewisdom.com/patent/5946484-Method-of-recovering-s... 7 Mar 2006 20:16
Program works fine in JCL but not when imbedded in a PROC
I am having a problem where my COBOL programs do not work when located inside a PROC but execute fine when submitted as normal JCL. I looks like the problem is with overlaid storage because I get errors like USER-ABEND CODE 4083 and SEGMENT TRANSLATION EXCEPTION depending on which program I run. I even commented ... 21 Feb 2006 16:20
Cobol syntax highlighting
Hello All, Does anyone have or know where to get a cobol.xml file that will work with KDE's Kate editor. ... 20 Feb 2006 17:49
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22