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

Trying to copy a flat file to another two flat files


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
AnuB
Currently Banned

New User


Joined: 29 Aug 2005
Posts: 33

PostPosted: Mon Aug 29, 2005 7:19 am
Reply with quote

If we r trying to copy a flat file to another two flat files what precautions are to be taken there or what testing will we do there ?

Regards,
Anu.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Aug 29, 2005 4:03 pm
Reply with quote

How are you doing that....

And testing for what....checking whether data got copid properly...???

Regards,

Priyesh.
Back to top
View user's profile Send private message
AnuB
Currently Banned

New User


Joined: 29 Aug 2005
Posts: 33

PostPosted: Tue Aug 30, 2005 12:10 am
Reply with quote

Hi Priyesh,

Thanks.

Yes, i do want to check whether the data is properly copied or not also

pls let me know what steps are to be followed while copying from one flat file to multiple flat files to make sure that the data will be copied as per the requirement & the output is perfect.

Regards,
Anu.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Aug 30, 2005 9:13 am
Reply with quote

Hi Anu,

There can be several ways to get the data checked.

One of the way is putting HEARDER & TRAILER records in I/P File.

After copying just check for HEADER & TRAILER records in O/P Files.

Regards,

Priyesh.
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Tue Aug 30, 2005 9:23 am
Reply with quote

record length is another factor to be considered here.
Back to top
View user's profile Send private message
ajayvamsi

New User


Joined: 21 Jul 2005
Posts: 56
Location: Hyderabad

PostPosted: Thu Sep 01, 2005 1:37 am
Reply with quote

Hi Anu,
U can verify just by placing a counter while copying the files
suppose there r 200 records then ur output should be 202 (including Header & Trailer)..Thanks ...!! Hope this is clear for u..!!
Back to top
View user's profile Send private message
vijayamadhuri

Active User


Joined: 06 Apr 2005
Posts: 180

PostPosted: Thu Sep 01, 2005 2:57 am
Reply with quote

u could compare comparex or the superc utility to compare both the files to see if the entire file is copied and if there are any differences between the two files.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 5
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
Search our Forums:

Back to Top