alterlooki.blogg.se

Informix dbschema function
Informix dbschema function






informix dbschema function

4.1.4 How can I force INPUT ARRAY onto the next line? (100% 4GL code) or Appendix C (a 'C' routine). If you want to do something sexier like suck in the output from a UnixĬommand use either the routine in Appendix B System you should just use the LOAD command. If you're talking about loading data which has been exported from another 4.1.3 How can I read from a flat ASCII file? Generate a REPORT with 0 TOP, LEFT, RIGHT & BOTTOM MARGINs and 1 Very helpful if you're trying to find TSS problems in your program!!! 4.1.2 How can I write to a flat ASCII file? TSS problems to occur after the interrupt key has been pressed, which isn't The stack (because nobody nows what is at which time on the stack).īEWARE: There seems to be a bug in 4GL/ID (4.1 at least) which causes There is no guarantee that other important data may be deleted from You should pay attention that you make the call in an upper hierachy, Here are the steps do do it with RDS: edit file "fgiusr.c" (copy $INFORMIXDIR/etc/fgiusr.c)Ĭreate a new runner (fglgo) cfglgo fgiusr.c -o newrun Call the c-function in the RDS-program CALL acdealloc() Start the program with the new runner With RDS you have to hook this function into your fguser.c module. There is an Informix-Lib *(undocumented function)* called "acdealloc()"įrom a 4gl-program you can call this function with "CALL acdealloc()". Passing an argument to a function which has no parameters defined: CALL something(my_variable) Use of SPACE, SPACES, COLUMN, UPSHIFT, DOWNSHIFT, or WORDWRAP Assignment of NULL to a string subscript: DEFINE x, y CHAR(10)Ī return statement in a report function. PRINT l_number USING l_str1 RETURNing large strings from functions. Redundant strings associated with USING to variables and then refer to One thing you can do to reduce the contents of string storage is to assign LET l_str = "Hello ",myfunc("World")) CASE statements without an OTHERWISE # Pre-4.1 CASE statements that look like this: # Pre-4.11 (maybe 4.10) CASE dummy_var

informix dbschema function

This error can be caused by any of the following coding structures: Try to make do with the following information (most of which only address.Read Informix TechInfo sheet #3925 (Loren's Article).Read Loren West's excellent description of how TSS is used (see Appendix.(You're less likely to hit it using 4GL/C) Compile to a "real" executable with 4GL/C, rather than RDS.

#INFORMIX DBSCHEMA FUNCTION UPGRADE#

  • Upgrade to 4GL-RDS 4.12/6.02 or greater.
  • The -4518 error is usually caused by running out of a resource knownĪs temporary string space. Common Questions about tools:Ĥ.1 Informix-4GL 4.1.1 I keep getting -4518 errors! How can I fix








    Informix dbschema function