MAIN
DEFINE x INTEGER
LET x = 10
DISPLAY 'The value of x is', x
END MAIN
MAIN
DEFINE x INTEGER
LET x = 10
DISPLAY 'The value of x is', x
END MAIN
MAIN
DEFINE str CHAR(20)
LET str = 'Informix'
DISPLAY LENGTH(str)
END MAIN
MAIN
DEFINE arr ARRAY[5] OF INTEGER
FOR i = 1 TO 5
LET arr[i] = i * 10
END FOR
DISPLAY arr
END MAIN
MAIN
DEFINE i, j INTEGER
LET i = 1, j = 2
CALL swap(i, j)
DISPLAY i, j
END MAIN
FUNCTION swap(a, b)
DEFINE a, b INTEGER
DEFINE temp INTEGER
LET temp = a
LET a = b
LET b = temp
END FUNCTION
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)