Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Whether CALC Records will have Duplicates options?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IDMS/ADSO
Author Message
shivashunmugam Muthu

Active User


Joined: 22 Jul 2005
Posts: 114
Location: Chennai

PostPosted: Wed Jul 27, 2005 10:49 am    Post subject: Whether CALC Records will have Duplicates options?
Reply with quote

Whether CALC Records will have Duplicates options? that is other than DN... If DF & DL are alloweed, How come we could fetch the record with all duplicates using CALC?
Back to top
View user's profile Send private message
References
PostPosted: Wed Jul 27, 2005 10:49 am    Post subject: Re: Whether CALC Records will have Duplicates options? Reply with quote

Pjoe

New User


Joined: 22 Jul 2005
Posts: 10

PostPosted: Sat Jul 30, 2005 2:01 pm    Post subject: Re: Whether CALC Records will have Duplicates options?
Reply with quote

Hi,

Yes, calc records can have duplicate option.

The processing can be done as follows.


000-calc-para.
move ws-key to record-key.
obtain calc record
on db-rec-not-found
go to 000-exit
end-if.
move 'n' to ws-end.
peform 100-duplicate-para thru 100-exit until ws-end ='y'.............
000-exit
exit.

100-duplicate-para.
obtain duplicate record
on any-error-status
move 'y' to ws-end
go to 100-exit
end-if.
if ws-key == record-key
display 'i am a duplicate'
else
move 'y' to ws-end.
100-exit.
exit.

lemme know if you have any issues?

PJ
Back to top
View user's profile Send private message
Pjoe

New User


Joined: 22 Jul 2005
Posts: 10

PostPosted: Sat Jul 30, 2005 2:01 pm    Post subject: Re: Whether CALC Records will have Duplicates options?
Reply with quote

Hi,

Yes, calc records can have duplicate option.

The processing can be done as follows.


000-calc-para.
move ws-key to record-key.
obtain calc record
on db-rec-not-found
go to 000-exit
end-if.
move 'n' to ws-end.
peform 100-duplicate-para thru 100-exit until ws-end ='y'.............
000-exit
exit.

100-duplicate-para.
obtain duplicate record
on any-error-status
move 'y' to ws-end
go to 100-exit
end-if.
if ws-key == record-key
display 'i am a duplicate'
else
move 'y' to ws-end.
100-exit.
exit.

lemme know if you have any issues?

PJ
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IDMS/ADSO All times are GMT + 6 Hours
Page 1 of 1