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

i want write OUTPUT file and error file from 2 tables....


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

New User


Joined: 19 Jan 2006
Posts: 7

PostPosted: Tue Jan 24, 2006 11:24 am
Reply with quote

I have two files Employee(Master file) & Department(Child file). In both the files one
common column is there. I want to write OUTPUT file whose details contain in both
the files. If any one didn?t contain in Department file those records write into
ERROR file.
:(
Back to top
View user's profile Send private message
anatha

New User


Joined: 19 Jan 2006
Posts: 7

PostPosted: Tue Jan 24, 2006 11:28 am
Reply with quote

I have 3 Procedures. Each procedure contain 4 steps. I used 3 procedures in one Job.
My job is abended in 2nd step of 3rd procedure. How do u restart the job?
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Tue Jan 24, 2006 11:53 am
Reply with quote

Hi anatha,
It seems that both your qustions are distince. ( are they?).

1. The title of the topic says, there are two tables. and the description of the question says that it has two input files. Master and child(well, what is a child file?).
in both the ways, you need to write a cobol/db2 or vanilla cobol program.

2. you can use restart = (proc.step) in your job card and resubmit the job.
Back to top
View user's profile Send private message
sbalajibe

New User


Joined: 15 Aug 2005
Posts: 62

PostPosted: Tue Jan 24, 2006 11:56 am
Reply with quote

Hi anatha,

please explain the first question clearly so that we can answer clearly


thanks
balaji
Back to top
View user's profile Send private message
anatha

New User


Joined: 19 Jan 2006
Posts: 7

PostPosted: Tue Jan 24, 2006 12:01 pm
Reply with quote

Hi parikshit123 ,

Sorry please ignore subject line .I have 2 files not tables.

Thanks ,
Anatha
icon_sad.gif
Back to top
View user's profile Send private message
sbalajibe

New User


Joined: 15 Aug 2005
Posts: 62

PostPosted: Tue Jan 24, 2006 12:47 pm
Reply with quote

hi anatha,

my suggestion would be sort both the files on the common column then
write a comparison logic to write the output and error files


if u need more please give us the record layouts and file structures


thanks
Balaji
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Error when install DB2 DB2 2
Search our Forums:

Back to Top