Author |
Message |
Topic: Do you know the parameter in the file manager configuration |
culturewyj
Replies: 0
Views: 1036
|
Forum: Utilities Posted: Sun Nov 09, 2008 7:12 am Subject: Do you know the parameter in the file manager configuration |
Hi,kind persons:
I am try to open a file,and returns return code 1087.
and the documentation tell me that
explanation: The file manager has no free handles for a file.
user response : Review the v ... |
Topic: schema name problem |
culturewyj
Replies: 0
Views: 1125
|
Forum: Database Posted: Wed Oct 29, 2008 9:10 pm Subject: schema name problem |
I am try to compile the file CSIAPDGA.CBL,but the error message will be generated as below:
425 IGYPS0208-I SQL0204N "INGENIUM.TPDGA" is an undefined name.
... |
Topic: what does '%' stand for? |
culturewyj
Replies: 7
Views: 3045
|
Forum: Job Control Language(JCL) Posted: Fri Jul 20, 2007 3:26 am Subject: what does '%' stand for? |
//IN01 DD *
%PROCESSID=20070302201015005
/*
the cobol file:
FD IN01
RECORDING MODE IS F.
01 IN01-REC.
03 FILLER PIC X(011) ... |
Topic: what does '%' stand for? |
culturewyj
Replies: 7
Views: 3045
|
Forum: Job Control Language(JCL) Posted: Thu Jul 19, 2007 10:11 pm Subject: what does '%' stand for? |
is it used for passing parameter from jcl to cobol ? |
Topic: what does '%' stand for? |
culturewyj
Replies: 7
Views: 3045
|
Forum: Job Control Language(JCL) Posted: Thu Jul 19, 2007 9:39 pm Subject: what does '%' stand for? |
//IN01 DD *
%PROCESSID=20070302201015005
/*
Can anyone tell me what the %PROCESSID stands for?
thanks in advance. |
Topic: which is equal to X'00000000000000000000000000000C' ? |
culturewyj
Replies: 5
Views: 2635
|
Forum: Application Programming Posted: Fri Mar 02, 2007 3:56 am Subject: which is equal to X'00000000000000000000000000000C' ? |
03 CN-PACK0 PIC X(15) VALUE
X'00000000000000000000000000000C'.
which is equal to X'00000000000000000000000000000C' ?
thanks for any suggesti ... |
Topic: SIGN LEADING SEPARATE? |
culturewyj
Replies: 0
Views: 1429
|
Forum: Application Programming Posted: Mon Sep 25, 2006 9:44 pm Subject: SIGN LEADING SEPARATE? |
Hello,every one!Now i have a question to ask,I need your help.
My cobol compiler is micro focus cobol v5.x version.
My current project is to migrating oracle dbms to db2.
how to change this code:
... |
Topic: ORACLE TO DB2 CONVERSION |
culturewyj
Replies: 2
Views: 1509
|
Forum: Database Posted: Tue Sep 12, 2006 9:14 pm Subject: ORACLE TO DB2 CONVERSION |
I'm sorry!
thanks for your suggestion and help. |
Topic: ORACLE TO DB2 CONVERSION |
culturewyj
Replies: 2
Views: 1509
|
Forum: Database Posted: Tue Sep 12, 2006 12:35 am Subject: ORACLE TO DB2 CONVERSION |
WHAT IS THE SAME STATEMENT IN DB2 AS THE STATEMENT OF '
EXEC SQL VAR DB-ZUZ1T008 IS LONG RAW END-EXEC.'
THANKS IN ADVANCE |
Topic: automatic calculating column |
culturewyj
Replies: 4
Views: 2159
|
Forum: Database Posted: Thu Jul 06, 2006 9:04 am Subject: automatic calculating column |
Doesn't the include option in creating index support in db2 for z/os? |
Topic: automatic calculating column |
culturewyj
Replies: 4
Views: 2159
|
Forum: Database Posted: Thu Jul 06, 2006 9:04 am Subject: automatic calculating column |
and.
---------+---------+---------+---------+---------+---------+---------+---------+
CREATE TABLE T1 ( C1 INT NOT NULL PRIMARY KEY,CNAME CHAR(40)); 00000100
---------+-- ... |
Topic: automatic calculating column |
culturewyj
Replies: 4
Views: 2159
|
Forum: Database Posted: Thu Jul 06, 2006 8:21 am Subject: automatic calculating column |
CREATE TABLE AUTHORS (AUTHORID INTEGER NOT NULL PRIMARY KEY, 00000100
LNAME VARCHAR(100), 00000200
FN ... |
Topic: Cannot Open VSAM File. |
culturewyj
Replies: 5
Views: 3900
|
Forum: CICS and Middleware Posted: Wed Jul 05, 2006 6:51 pm Subject: Cannot Open VSAM File. |
I have added two records in the vsam file,but the problem still exists. |
Topic: bind unsucessful. |
culturewyj
Replies: 3
Views: 5699
|
Forum: Database Posted: Wed Jul 05, 2006 10:03 am Subject: bind unsucessful. |
READY
DSN SYSTEM(DB7G)
DSN ... |
Topic: Cannot Open VSAM File. |
culturewyj
Replies: 5
Views: 3900
|
Forum: CICS and Middleware Posted: Wed Jul 05, 2006 9:30 am Subject: Cannot Open VSAM File. |
I have created a ksds vsam file.
Data Set Name . . . : PX27.VSAM.EMP
... |
|