Questions tagged [4gl]

A programming language with a specific domain intended, such as business or science, in which the basic units are of a higher abstraction or power.

Following on the heels of 3GL languages such as C, COBOL and Pascal, the promise of the 4GL was to solve the problem at a higher level of abstraction. A 4GL would be designed with a specific problem domain in mind, such as commerce.

Many 4GLs did not go on to fulfill their initial promise, as 3GLs continued to expand in power and scope, and standardized libraries became more pervasive. The line today between a 3GL and a 4GL is blurry; most modern languages could be considered 4GLs.

Simply tagging your post should be avoided. It's better to tag your post with a tag of your specific 4GL-language. Or at least add the language tag to the 4GL-tag.

Examples:

Informix 4gl can be tagged .

Progress 4GL/ABL -->

Ingres -->

etc.

175 questions
-1
votes
1 answer

number convert binoc

Can you help me. if convert binary to octal anyone can help me..??? this code convert octal to binary. help me for change this code. function oct2bin returns character ( input octalString as character ): define variable i as integer …
A Myf
  • 11
  • 3
-1
votes
2 answers

Can Informix 4gl be run on Azure Could?

We are planning to migrate Informix DB to Azure cloud, but we have a lot of 4gl programs running on server. Is Azure cloud support 4gl? and any reference can be shared. Many thanks.
Henry
  • 1
-1
votes
1 answer

How can I learn the Apex language?

I bid for a freelance gig earlier, coding in the Apex language, used for the Force.com CRM platform. It looks like an interesting language to learn and code, but it also looks expensive. Is there a way I can download a shell platform, just for…
ProfK
  • 49,207
  • 121
  • 399
  • 775
-1
votes
2 answers

progress 4GL / ABL How to Convert string "July 24 2015" to #06/24/2015# date(TS)?

I have string like "July 24 2015" is it possible to convert this to date(TS) data type? it would convert to something like mm/dd/YYYY "07/24/2015 00:00:00.000" Can I do that with progress 4GL? thank you
BobNoobGuy
  • 1,551
  • 2
  • 30
  • 62
-1
votes
2 answers

When assigning the value of a MEMPTR to a LONGCHAR variable using GET-STRING, i got an error 9324

When assigning the value of a MEMPTR to a LONGCHAR variable using GET-STRING, i got an error 9324 (Attempt to exceed maximum size of a CHARACTER variable) is there any solution ?
Ravi
  • 31
  • 1
  • 5
-1
votes
1 answer

Logic of progress code

Logic of progress code -: Can any one tell me the logic of following code in progress? Input (from user) - 123456 Output - One Lac Twenty three thousand four hundred fifty six.
Riyaz
  • 9
  • 2
-1
votes
1 answer

how to diff and show only exact differences for 2 long string

I have 2 files- a and b. a 1,"abc","( @docid =""00123"" or @docid =""00456"") AND a_number is not NULL" b 1,"abc","( @docid =""00123"" or @docid =""00456"") AND @a_number is not NULL" How do I diff this 2 files and show only the part changes in…
-2
votes
1 answer

How to calculate difference between dates of changes in 2 columns in SAS Enterprise Guide?

I have table in SAS Enterprise Guide like below. Data types and meaning: ID - numeric - ID of client DT - date - date of change OFFER_1 - charcter - current offer OFFER_2 - character - offer after change Values in original dataset are not sorted,…
unbik
  • 178
  • 9
-2
votes
1 answer

SIMILAR TO predicate ingres 4gl issue

I used this query to get a regular expression with successful results. select * from paso_string where 'AAAAAAAAA' SIMILAR TO columname But, When I use this query into ingres 4GL show me an error when I try to compiling and show me the follow…
JOSE0219
  • 9
  • 5
-2
votes
1 answer

what is a great progress query tool

I am new to Progress. Previously I worked with Oracle, MSSQL and MYSQL. What is a great progress query tool, free or paid? I want to be able to write simple SQL queries. In oracle i am using Toad,Pl/sql developer tool to connect oracle. Any thing in…
user3668036
  • 25
  • 1
  • 11
1 2 3
11
12