SQL5005C System Error
Hi, I installed Micro Focus Net Express recently. And after installing I made sure to set all the paths and environments. Now when I am trying to compile one cobol-db2 program, I am getting a system...
View ArticleCALL "SYSTEM" - strange parameter
Hi,please I have this code:05 w-string1 pic x(500).05 w-x pic s9(04) comp....call "SYSTEM" using w-string1(1:w-x)where in w-string1 is 'bpsXmlConverter bpsdata\SXJNMP-PK1_2017032715521837.DAT utf-8'but...
View ArticleCobol Server
I need the Cobol Server 2.3.2 (cs_232.exe) but when I sign in to support for the download, it is no where to be found. What am I missing?
View ArticleON statement reset
Hi,please I have this construction:from main program I called program p1in program p1 is this:ON 1 do something ELSE do somethingthen quit to main programthen again enter to p1 programin p1 is only...
View ArticleServer 2008 lost records
Hello,I have a Windows Server 2008 where are all my VSAM files created with NetExpress 3.11.Clients access this server through Remote Desktop Connection.It turns out that I am sporadically losing...
View ArticleRunning Microfocus COBOL on the DC/OS environment
Hi, Has anybody come across running COBOL programs in containers in the DC/OS environment, and if so any problems that were encountered.Many Thanks.
View ArticleAnimator is not finding some .idy files
We are using Server Express 5.1 Wrappack 10 on a Solaris UX box. We have separate locations for the .gnt and .idy files and we have the COBPATH and COBIDY variables set correctly. Animating works for...
View Articlethe runtime goes into error and hangs
hi,I have a program in Server For Cobol 5.1 wrap pack 9 on red hat systemthat goes wrong with a division by 0, but it does not return control to the script and I still see in the processes.I tried both...
View ArticleConvert Cobol Files
Hello,I received some files cobolWithout FD / SelectCame only IDX fileInside the IDX file I think it has data and indicesHow to convert this file to TXT with fieldsI have in my computer NetExpress 5.1...
View ArticleNot able call source.
I am trying to run program thru BAT file it goes to PC driver module and it is not able to call the program. and gives return code zero.
View ArticleOpening NEX getting error code: 114 , pc=0, call=1, seg=0 114 attempt to...
Trying to open a nex module, By just clicking it getting above Error
View Articlemfsort fields type NU or SFF
Hi,how can I order with mfsort a field so defined01 WK-IMP PIC +9(16).9(2).the data on the file is...
View ArticleFacing problems while animating the Cobol programs using Net Express
Hi,We are facing issues while animating the COBOL programs using Net Express. Please see the below details and please refer the attached document for more information.While executing the jobs in our...
View ArticleProject with NetExpress 5.1 free
Hello,I have a small project in netexpress 5.1 free that will run only 3 months.I developed an exe project in netexpress and wanted to know which dll I need to put together to run on Windows XP.Which...
View ArticleSearch for programs in Browser view
Hi,as you can see on attached screen I can't search for program in browser view. Search for variable or section name in specific program is working correctly.Screen is from Net Express 3.1.11, but I...
View ArticleAdvantages and disadvantage of IDX8 (against IDX4)
Been using IDX4 data configuration in some of my applications BUT apparently it won't go any big compared to IDX8. However I find that IDX8 is much more vulnerable to corruption (well, mostly on...
View ArticlePro Cobol : Use of Copybook in Fetch command
Say, I have a copybook 'CPBK' which is placed in MYFOLDER.CPBK: 03 WA-FIELD1 PIC X. 03 WA-FIELD2 PIC S9(9) BINARY. 03 WA-FIELD3 PIC 9(3). So when I access copybook in my program I use...
View ArticleCan you declare more than 1 DYNAMIC_SQL cursor?
Using DYNAMIC.CBL from \NETEXPRESS\Examples\Net Express IDE\ODBCESQL as an example, I have written a program to test dynamic SQL against a SQL Server Database. I was wondering if there is a way to...
View ArticleInsert PIC N into NCHAR column in DB
Please, I have problem with inserting PIC N variable into NCHAR column in DB (MSSQL)I read line from UTF-8 file to PIC N record - here is everything ok, but when I do SQL INSERT from this variable to...
View ArticleDynamic Memory Limit
We are going to be getting a server with 4TB of memory (yes... 4TB,,, not GB..) This is an HP Superdome We are SEE 6.0SP2. For years we have had in our ENV for Red Hat...
View Article