|
View previous topic :: View next topic
|
| Author |
Message |
kedianirmal
New User
.jpg)
Joined: 08 Feb 2008 Posts: 82 Location: Bangalore, India
|
|
|
|
Why do we code MAXCC=0 in any IDCAMS delete statement.
Thanks,
Nirmal |
|
| Back to top |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10903 Location: italy
|
|
|
|
You do not code it in the DELETE...
You code it after the delete
and ...
You do not code a maxcc statement/command/clause
You code a SET .... statement/command/clause
remember in IT using the exact terminology is essential for good communication.
because deleting a nonexistent dataset is not considered <generally> an error
| Code: |
DELETE .....
SET LASTCC=0
SET MAXCC=0 |
|
|
| Back to top |
|
 |
|
|