473,324 Members | 2,548 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Create Table sql0204 error

2
I'm creating an SQL table and it compiles fine, but in the spool file I have a level 30 error. Is this an actual problem, or can I procede?

SQL0204 30 36 Position 3 ETBRAN in JKENDZIERS type *FILE not found.

Create Table RENOFRCTL
(BRANCH for column ROCTBRAN char(02) not null,
CARRIER for column ROCTCARR char(02) not null,
PROGRAM for column ROCTPROG char(02) not null,
STATE for column ROCTSTATE char(02) not null,
EFFECTIVE_DATE for column ROCTEFFDT dec(08, 0) not null,
RNWL_OFF_FIRST for column ROCTFIRST dec(03, 0) not null,
AMEND_END_MAIL for column ROCTEND dec(03, 0) not null,
SHT_PYMT_THRSH for column ROCTSHORT dec(05, 2) not null,

Primary Key (ROCTBRAN,
ROCTCARR,
ROCTPROG,
ROCTSTATE,
ROCTEFFDT));


Label on ROCTBRAN (BRANCH Text is 'BRANCH');
Label on ROCTCARR (CARRIER Text is 'CARRIER');
Label on ROCTPROG (PROGRAM Text is 'PROGRAM');
Label on ROCTSTATE (STATE Text is 'STATE');
Label on ROCTEFFDT (EFFECTIVE_DATE Text is 'EFFECTIVE DATE');
Label on ROCTFIRST (RNWL_OFF_FIRST Text is 'RENEWAL OFFER FIRST');
Label on ROCTEND (AMEND_OFF_MAIL Text is 'AMENDED OFFER DAYS');
Label on ROCTSHORT (SHT_PYMT_THRSH Text is 'SHORT PYMT THRESHOLD');

Label on Table RENOFRCTL is 'Renewal Offer Control';
Aug 31 '07 #1
0 1876

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Robin Tucker | last post by:
I have some code that dynamically creates a database (name is @FullName) and then creates a table within that database. Is it possible to wrap these things into a transaction such that if any one...
2
by: db2group88 | last post by:
hi, we install db2 udb v8.1 on windows 64bit, in our application, we have sql execute "create table .... not logged initially", but from the operating system event viewer showing error stating that...
2
by: Alicia | last post by:
Does anyone know why I am getting a "Syntax error in Create Table statement". I am using Microsoft Access SQL View to enter it. Any other problems I may run into? CREATE TABLE weeks (...
3
by: blindsey | last post by:
Is there a tool that can take an Access database and generate SQL "CREATE TABLE" statements for all the tables in it?
2
by: Maverick | last post by:
If i try to create foxpro table by the following "sql" statment, the C# compiler will only return an error "xxxx not support in non-dbc version". The "index on" command statement return some kind...
4
by: Ying Lu | last post by:
Hello, I have a table named "USER" under MySQL database. When I am trying to move tables from MySQL to PostgreSQL, I found that I could not create a table namely "USER". I guess "USER" is a key...
27
by: max | last post by:
Hello, I am a newbye, and I'm trying to write a simple application. I have five tables with three columns; all tables are identical; I need to change some data in the first table and let VB...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
11
by: raylopez99 | last post by:
Keep in mind this is my first compiled SQL program Stored Procedure (SP), copied from a book by Frasier Visual C++.NET in Visual Studio 2005 (Chap12). So far, so theory, except for one bug...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.