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

IDCAMS REPRO Command with COUNT


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pingte

Active User


Joined: 03 Dec 2005
Posts: 120
Location: india

PostPosted: Mon May 14, 2007 10:55 am
Reply with quote

Hi,
i have a IDCAMS step where i COUNT command is used along with REPRO

Code:

REPRO INFILE(DD1) OUTFILE(DD2) COUNT(1)


1. What is function of COUNT(1) command?
2. under what circumstances will the return code of this step be zero?
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon May 14, 2007 11:42 am
Reply with quote

If you do search in forum you can get info of why this is used.


This is one of the technique to know whether dataset is empty or not,
If dataset is emtpy then RC=4
if dataset has more than 1 record then RC=0

or it could be just to copy only first record
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon May 14, 2007 12:26 pm
Reply with quote

Have you considered using the fine manual for explanation about COUNT?

O.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top