Quantcast
Channel: Visual COBOL
Browsing all 5819 articles
Browse latest View live

Forum Post: RE: Keyboard shortcut for toggling between two sets of COBOL code?

Ctrl-Tab is the most common method for doing this. Hold down the left Control key and hit the Tab key one or more times. A pop-up window will appear, listing your open/active documents, and each press...

View Article


Forum Post: RE: Keyboard shortcut for toggling between two sets of COBOL code?

Thank you, kind sir.  Worked like a charm.

View Article


Forum Post: Copy/Replacing statement

We have a copy/replacing statement where our intent is to change the 01 level to an 02 level. Here is the statement we are using, note the space before and after the 01 and 02 values. Copy...

View Article

Forum Post: Installation Visual Cobol stops with 0x80004005 - unspecified error

Logfile: [01E8:01EC][2014-05-06T09:30:29]i001: Burn v3.7.1224.0, Windows v5.1 (Build 2600: Service Pack 3), path: E:\Downloads_von_C\Cobol_vce_22.exe, cmdline: '' [01E8:01EC][2014-05-06T09:30:29]i000:...

View Article

Forum Post: RE: Copy/Replacing statement

During processing of COPY REPLACING the PICTURE string is parsed just like any other text in the input source, so that for instance the PICTURE string associated with MPPOLY-MM is broken up into...

View Article


Forum Post: Case sensitive

How do I make variable case sensitive.  I would like to make policyNumber and PolicyNumber different variables.  How is that done?          working-storage section .        01  policyNumber type...

View Article

Forum Post: RE: Case sensitive

COBOL does not allow data names to differ only by case, but you can distinguish an instance or static field from a method local variable or parameter by using the self:: prefix like this:...

View Article

Forum Post: RE: Case sensitive

The reason I was doing this was to stick to C# naming conventions.  I will probably use self::fieldname or just change the name thanks.

View Article


Forum Post: RE: Installation Visual Cobol stops with 0x80004005 - unspecified...

Is an actual error message displayed when this occurs? The log entries seem to indicate that this might be either a corrupted download file or that you have a space or permissions issues in your...

View Article


Forum Post: RE: Case sensitive

Other .NET languages have similar constraints, most notably VB.NET. This has been recognised since the earliest days of .NET. Microsoft introduced the Common Language Specification (CLS) to ensure...

View Article

Forum Post: record layouts

I would like to be able to use an FD record layout in a derived class.  I don't want any instance of the class to be able to use the fields in the record layout so I have them marked as private.  I...

View Article

Forum Post: RE: record layouts

You can't directly mark groups, or members of groups as anything other than private.  Only fields mapping directly onto managed types (binary-long, string object references) are allowed to have more...

View Article

Forum Post: RE: [Poll] Would you like to launch your application without the...

It would be nice if i can lauch a Cobol application without having to set the environment in a Linux environment too ;-)

View Article


Forum Post: RE: record layouts

This seems to be working for me.  Thanks a bunch.

View Article

Forum Post: RE: record layouts

Do you know if there is a way to access the test-file in the derived class?

View Article


Forum Post: RE: record layouts

I'm afraid we don't have any way of doing this at the moment.

View Article

Forum Post: Managed Code Calling Naïve code

I have a project where managed code calls a naïve code program, which in turns call another naïve code program.  I get a stack overflow on a read after processing about 300 records, it's a basic...

View Article


Forum Post: RE: Managed Code Calling Naïve code

What type of managed code project is this, console, Winform, WPF or is it a ASP.NET mult-threaded web application? When you are in your processing loop do your subprograms always exit back to the...

View Article

Forum Post: RE: Managed Code Calling Naïve code

It is a winform application.  If the perform thrus and go to are in the naïve code not the managed code, would that still cause this issue?

View Article

Forum Post: RE: Managed Code Calling Naïve code

It might. You might want to add the compiler directive PERFORM-TYPE"OSVS" to the native programs and see if this helps...

View Article
Browsing all 5819 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>