Author |
Message |
Topic: LMINIT, LMOPEN, LMMLIST, LMMFIND - Please help me |
pradeepg1
Replies: 3
Views: 8411
|
Forum: TSO and ISPF Posted: Mon Feb 07, 2005 1:42 pm Subject: [b]PLEASE Ignore this- Sorry about posting it in hurry.[/b] |
I just removed the semicolumns for DATAID field while issuing the LMINIT command. It worked now. What I am wondering is for first execution why it didn't give me any error.
I had like this
MY ... |
Topic: LMINIT, LMOPEN, LMMLIST, LMMFIND - Please help me |
pradeepg1
Replies: 3
Views: 8411
|
Forum: TSO and ISPF Posted: Mon Feb 07, 2005 1:01 pm Subject: LMINIT, LMOPEN, LMMLIST, LMMFIND - Please help me |
Hello MVS Forum members,
I am having an issue while executing a Rexx which has LMOPEN command. What my Rexx doing is, it will read an input file which will have PDS names.
USERID.TSO.PDS1
USER ... |
Topic: Mass INSERT in a program |
pradeepg1
Replies: 4
Views: 3513
|
Forum: Database Posted: Wed Mar 05, 2003 3:29 pm Subject: Mass INSERT in a program |
I just tested, it failed with -803 error and remaining records are not loaded. I thought it would discard the duplicates and continue with rest of the inserts like LOAD utility. But didn't workout. |
Topic: Mass INSERT in a program |
pradeepg1
Replies: 4
Views: 3513
|
Forum: Database Posted: Tue Mar 04, 2003 5:51 pm Subject: Mass INSERT in a program |
Can I use Mass INSERT statement in my application program like the one given here.
INSERT INTO TABLE A
SELECT * FROM TABLE B;
If I can use above statement in my program, what happe ... |
Topic: Host variables in SQL INSERT for mass data insert |
pradeepg1
Replies: 4
Views: 3741
|
Forum: Database Posted: Fri Feb 28, 2003 8:04 am Subject: Host variables in SQL INSERT for mass data insert |
Kolusu,
I agree 100% with you about usage of host variables. My question is specific to mass insert into table A by selecting records from table B. While doing that if I don't have one to one colu ... |
Topic: Host variables in SQL INSERT for mass data insert |
pradeepg1
Replies: 4
Views: 3741
|
Forum: Database Posted: Thu Feb 27, 2003 6:02 pm Subject: Host variables in SQL INSERT for mass data insert |
Thanks Gotluru. |
Topic: Host variables in SQL INSERT for mass data insert |
pradeepg1
Replies: 4
Views: 3741
|
Forum: Database Posted: Thu Feb 27, 2003 4:39 pm Subject: Host variables in SQL INSERT for mass data insert |
Hi All,
Can I use host variables in SQL INSERT statement when I am selecting records from other table. Here is the code please advice me.
TABLE-A has FOLLOWING COLUMNS
COLUMN1-A, COLUMN2-A, ... |
Topic: Resultset and Output parameters of a DB2 SP |
pradeepg1
Replies: 3
Views: 3226
|
Forum: Database Posted: Thu Feb 27, 2003 4:28 pm Subject: Resultset and Output parameters of a DB2 SP |
At last we found the answer after doing lot of research on this.
In order to see the values in output parameters we need to close or destroy the recordset before accessing the output parameters.
... |
Topic: Comma seperated input file for LOAD utility |
pradeepg1
Replies: 6
Views: 4948
|
Forum: Database Posted: Fri Jan 24, 2003 4:12 pm Subject: Comma seperated input file for LOAD utility |
Not a happy news, this is forcing me to write a cobol pgm to format the data.
Thanks again Kolusu.
- Pradeep |
Topic: Comma seperated input file for LOAD utility |
pradeepg1
Replies: 6
Views: 4948
|
Forum: Database Posted: Fri Jan 24, 2003 1:36 pm Subject: Comma seperated input file for LOAD utility |
Hi Kolusu,
My data fields in the input file always won't start at the same position.
We are getting this data file from C/S environment. In the following example NAME field wouldn't always start ... |
Topic: Comma seperated input file for LOAD utility |
pradeepg1
Replies: 6
Views: 4948
|
Forum: Database Posted: Fri Jan 24, 2003 11:56 am Subject: Comma seperated input file for LOAD utility |
Hi Everyone,
Let me re-phrase my question.
Is there any opiton available on LOAD utility through which I can tell the utility that each filed is separated by a comma in input file (INDDN).
... |
Topic: Comma seperated input file for LOAD utility |
pradeepg1
Replies: 6
Views: 4948
|
Forum: Database Posted: Fri Jan 24, 2003 10:15 am Subject: Comma seperated input file for LOAD utility |
Hi,
Can I use the file which has the fields (data) with comma seperated as input instead of fixed length data file for loading by using LOAD utility.
Thanks.
Pradeep |
Topic: Mass Data load into DB2 tables - SQL INSERT or LOAD UTLITY ? |
pradeepg1
Replies: 7
Views: 6377
|
Forum: Database Posted: Fri Jan 24, 2003 10:10 am Subject: Mass Data load into DB2 tables - SQL INSERT or LOAD UTLITY ? |
Yes we have referential integrity constraints on our tables. About the loading process, thanks for your valuable inputs.
Thanks everyone for all your thoughts and inputs. Load utility manual has g ... |
Topic: Mass Data load into DB2 tables - SQL INSERT or LOAD UTLITY ? |
pradeepg1
Replies: 7
Views: 6377
|
Forum: Database Posted: Thu Jan 23, 2003 10:15 am Subject: Mass Data load into DB2 tables - SQL INSERT or LOAD UTLITY ? |
Hi Ajey,
You mean to say when we switch off the constraints, it is programmer's responsibility to check the data validity (Primary key, foriegn key relations ships etc....). Is that a true statemen ... |
Topic: Mass Data load into DB2 tables - SQL INSERT or LOAD UTLITY ? |
pradeepg1
Replies: 7
Views: 6377
|
Forum: Database Posted: Wed Jan 22, 2003 11:46 am Subject: Mass Data load into DB2 tables - SQL INSERT or LOAD UTLITY ? |
Hi kolusu,
DB2 LOAD utility itself taking 2 hrs. time for 22 million records really scared me, because we are estimating approximately around 200 million records to load. So there is no way we use ... |
|