× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Elvis
 
Sandeep Pandith

Elvis Budimlic <ebudimlic@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Check out CRTCMOD, CRTPGM, CRTBNDC, CRTSQLCI commands for creating C modules
and programs.

As for data queue, simplest way to create one is using CL command CRTDTAQ
which you can invoke in your C program by doing something like:

system("CRTDTAQ DTAQ(QGPL/MYDTAQ) MAXLEN(100)");

Now, there are "better" ways to accomplish that but I am not going to go
into that as I believe it may be too steep of a learning curve for your
first venture into C-400 world.
Once you get your feet wet and learn some more about apis, ILE, mixing C and
CL modules into a single program, post back.

Elvis


-----Original Message-----
From: c400-l-bounces@xxxxxxxxxxxx [mailto:c400-l-bounces@xxxxxxxxxxxx] On
Behalf Of sandeep pandith
Sent: Thursday, February 19, 2004 1:36 AM
To: C400-L@xxxxxxxxxxxx
Subject: [C400-L] Compiling C an AS/400 and creating DATA QUEUE on
AS/400using C

Hi
I am working on a project which involves coding in C on AS/400.
How to compile C code on AS/400?
How to create a data queue on AS/400 using C program?

Thanks & Regards,
Sandeep


Yahoo! India Insurance Special: Be informed on the best policies, services,
tools and more.
_______________________________________________
This is the C programming iSeries / AS400 (C400-L) mailing list
To post a message email: C400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/c400-l
or email: C400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/c400-l.





_______________________________________________
This is the C programming iSeries / AS400 (C400-L) mailing list
To post a message email: C400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/c400-l
or email: C400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/c400-l.

Yahoo! India Insurance Special: Be informed on the best policies, services, 
tools and more.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.