HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 4GL doubt
Operating System - HP-UX
1834447
Members
2343
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 07:29 AM
04-02-2003 07:29 AM
4GL doubt
Greetings
Hi friends
I've never programmed in 4GL but in my job I have a problem about it.I use a HP9000 running HP/UX 10x.
My question:
Is possible to run shell scripts inside 4GL?
Can i use environment variables into 4GL?
If there is a good manual? Can u send me the link?
Thanks a lot
Juan Chipoco
Sorry for my english
Hi friends
I've never programmed in 4GL but in my job I have a problem about it.I use a HP9000 running HP/UX 10x.
My question:
Is possible to run shell scripts inside 4GL?
Can i use environment variables into 4GL?
If there is a good manual? Can u send me the link?
Thanks a lot
Juan Chipoco
Sorry for my english
Juan Chipoco
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 07:44 AM
04-02-2003 07:44 AM
Re: 4GL doubt
*WHAT* 4gl? I'm using ACCELL/SQL which does not support embedding shells, but it /does/ support system calls and custom C-hooks (including PCRE :)). It also supports the 'getenv$ ()' function, which gives me access to environment values.
Enjoy, have FUN! H.Merijn
Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:42 PM
04-02-2003 10:42 PM
Re: 4GL doubt
Hi Juan,
you can call shell commands from 4GL.
For example:
function convert.file()
{
long ret
ret=shell("ux2dos /path/file > /path/newfile", 64)
}
The above comand converts file from UX to newfile in DOS format.
I use this functionality in BaaN IV 4GL Development Environment.
you can call shell commands from 4GL.
For example:
function convert.file()
{
long ret
ret=shell("ux2dos /path/file > /path/newfile", 64)
}
The above comand converts file from UX to newfile in DOS format.
I use this functionality in BaaN IV 4GL Development Environment.
BaaN IV on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 10:43 PM
04-02-2003 10:43 PM
Re: 4GL doubt
Hi Juan,
you can call shell commands from 4GL.
For example:
function convert.file()
{
long ret
ret=shell("ux2dos /path/file > /path/newfile", 64)
}
The above comand converts file from UX to newfile in DOS format.
I use this functionality in BaaN IV 4GL Development Environment.
you can call shell commands from 4GL.
For example:
function convert.file()
{
long ret
ret=shell("ux2dos /path/file > /path/newfile", 64)
}
The above comand converts file from UX to newfile in DOS format.
I use this functionality in BaaN IV 4GL Development Environment.
BaaN IV on HP-UX
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP