Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the SQL data type equivalents in C, RPG and COBOL?

COBOL Data equivalents rpg sql type
0
Posted

What are the SQL data type equivalents in C, RPG and COBOL?

0

Defining an iSeries table with long field names and 10-character field references Here is an example: CREATE TABLE TESTPF ( DOCUMENT_COMPANY FOR GLKCO CHAR(10) , DOCUMENT_TYPE FOR GLDCT CHAR(2) , DOCUMENT_NUMBER FOR GLDOC DEC(8,0) ); — LABEL ON TESTPF (DOCUMENT_COMPANY TEXT IS ‘Document Company ‘); LABEL ON TESTPF (DOCUMENT_TYPE TEXT IS ‘Document Type ‘); LABEL ON TESTPF (DOCUMENT_NUMBER TEXT IS ‘Document Number ‘); — LABEL ON TABLE TESTPF IS ‘Example Table’; Go

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.