Stored Procedure Output
Hi ,I have the following code in cobol program:MOVE 1 TO SP-P-MEMBER-NOEXEC SQL call SP-GET-MEMBER-EMAIL(:SP-P-MEMBER-NO IN , :SP-O-EMAIL-ADDRESS OUT ) END-EXEC.And below is my stored procedure...
View ArticleImport a Remote Copy Book Project
Hello,my colleague created a remote copy book project.My Problem is simple: I just can't see any option to import the project.If I try importing it with the normal remote project option it does not...
View ArticleWPF IValueConverter
I don't know how to define the ValueConversion attribute in a Cobol class implementing IValueConverter. Can anybody translate the following C# definition. [ValueConversion(typeof(DateTime),...
View ArticleClean WebForm
I need to clean a webform but I would like to field the field found a routine in C # you can convert to Cobol . Thank you protectedvoidButton1_Click(objectsender,...
View ArticleJoin Query
Hi , In Embedded SQL we could write a Join SQL query and get the desired results from two or more table in one go.But in ADO.Net , we create a dataset for two table and define a relation between them....
View ArticleReport Writer under managed COBOL?
Does anyone know of any restrictions or issues with using Report Writer in managed COBOL? Does anyone have any experience with Report Writer in managed COBOL? We've converted a number of our "batch"...
View ArticleAutomation Testing of Console Application
is there a suggested way of doing Automation testing of Console Based application developed in Visual Cobol .
View Articlehow to specify file names in Visual Cobol Select mainframe style
[Migrated content. Thread originally posted on 01 June 2012]Is there a way to specify, maybe through an environment variable or something, the entire path to a file so that a SELECT statement can be...
View ArticleCalling SYSTEM
Hi, In MF COBOL + Unix Environment , we used Call SYSTEM to execute Unix Commands from COBOL program.( Mostly used to move files )In Visual COBOL on Windows ( Oracle DataBase and Powershell scripts ) ,...
View ArticleRegex
I'm trying to emails validation so01 wValidocondition-value.......move"mmsis@mmsis.com.br"toLnk-Processo2declarestrModelastypeSystem.Text.RegularExpressions.Regex=...
View ArticleConvert VB Code
hi, does anyone know how to convert VB code below in to cobol?ChrW(&HF0A0)where ChrW = https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.strings.chrw(v=vs.110).aspxand &HF0A0 =...
View ArticleDialog System
In Version 2.2 Dialog System can not open GUI when activeX component is included!is this also in VC 2.3?thanks for help
View ArticleDialog System Issue in VC 2.2
I am running Visual studio 2012 VC 2.2. I can open a DS screen in some folders that were done in netexpress, but I have two solutions that if I try to open the .GS file I get the following error:If I...
View ArticleCobol and SAP/ABAP
who has experience with Cobol and SAP?Since 9 month i learn to program in SAP Abap and i am enjoy for the possibilities in ABAP. ABAP is near Cobol, that was the begin and over many years ABAP have...
View ArticleWho use a good grid in Visual Cobol?
After searching a Long time for a grid with Excel functionality, i have found a activex tool "mstgrid.ocx" from the Website: http://www.mysofttool.com/With the activex-Assistant i was able to convert...
View ArticleMass Compile
Hi , On Unix system we could do a mass compilation using shell scripting . Getting the Program names from a single location and passing them to the cob command for compilation.How do i implement that...
View ArticleDialog System & ActiveX
Is anyone using the ActiveX controls from Component One (Grape City)?
View ArticleVisual CoboL .NET Book
Hi guys,Already available in the online bookstore AgBook here, my Visual Cobol .NET book with print option in black and white, in colors or PDF. With more than 50 examples projects distributed in...
View ArticleBuild Windows forms using Visual Cobol
We are planning to convert character based screens into WInforms. Looking for a document ,examples .Went thru this blog but not able to find.If any pointers would help us over hereThanksKarthik
View ArticleUnit Test Framework
Hi All , Does Unit Test Framework only works for Native Cobol codes ?I tried using mfurun for Managed COBOL codes but i am unable to execute the scripts.What are the other limitations ?Can i used on...
View Article