IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need a JCl to extract the KEY value from the DB2 table


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ibmmainframesyntel

Active User


Joined: 26 Feb 2007
Posts: 126
Location: Chennai

PostPosted: Wed Aug 13, 2008 11:02 am
Reply with quote

Hi ,

I have to extract only the primary key of th DB2 table into flat file.

Using that extracted primary key,have to extract two more fields from another table in the flat file.

Is that possible thr JCL?

Example


Table - E.ECCCPRT
Code:


I_part
-------
001
002
.
.
.
100





Table - E.ESPMAST
Code:


I_part   VOLUME_Demand    part_Cost
-------    -------------------    ------------
001        1                          1
002        2                          2
.
.
.
100        4                          4
.
.
.

900        2                          2





My output file should contain
Code:




001        1                          1
002        2                          2
.
.
.
100        4                          4
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Aug 13, 2008 11:13 am
Reply with quote

Hi,

Quote:
I have to extract only the primary key of th DB2 table into flat file.


Have you unloaded the tables into a flat files? Post the attributes of the files and their key positions.

Quote:
Is that possible thr JCL?


Yes, You can use the SPLICE operator of DFSORT for this requirement. Post the files if you want a working JCL for your requirement.
Back to top
View user's profile Send private message
ibmmainframesyntel

Active User


Joined: 26 Feb 2007
Posts: 126
Location: Chennai

PostPosted: Wed Aug 13, 2008 12:02 pm
Reply with quote

No, i have extract data from the DB2 table...
In this case,input is from DB2 table.......
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Aug 13, 2008 12:18 pm
Reply with quote

ibmmainframesyntel wrote:
No, i have extract data from the DB2 table...
In this case,input is from DB2 table.......

So what is your question / problem ?

Moved to DB2
Back to top
View user's profile Send private message
ibmmainframesyntel

Active User


Joined: 26 Feb 2007
Posts: 126
Location: Chennai

PostPosted: Wed Aug 13, 2008 3:01 pm
Reply with quote

Need a JCl for the above requirements..

Is that possible?
Back to top
View user's profile Send private message
ibmmainframesyntel

Active User


Joined: 26 Feb 2007
Posts: 126
Location: Chennai

PostPosted: Mon Aug 18, 2008 12:13 pm
Reply with quote

I got it....which is in 'JCL' topic....
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top