what is iddcopy book?



Programming support for IDMS(Integrated Database Management System), IDD, IDMS-DC & ADS/Online

what is iddcopy book?

Postby helen2000 » Sun Sep 02, 2012 4:21 am

Hello,

would you tell me what is IDDcopy book? it's for cobol or Database, if
it's used for Database, what is the rule which how to transfer data to
Cobol program from IDDcopy book? thanks a lot,

helen
helen2000
 
Posts: 85
Joined: Sat Aug 08, 2009 9:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: what is iddcopy book?

Postby dick scherrer » Sun Sep 02, 2012 9:17 am

Hello,

Where did the term "IDDcopy" originate? This is not a term i've ever head of.

If this is some kind of COBOL "copybook" that describes some database info, it is used the same as any other colpybook.

The program still has to read the database - probably pointing to the copybook as the place to place the data returned from the read. If a write is being issued, the data would be moved from whereever to the copybook fields, then the add/update/delete is issued.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: what is iddcopy book?

Postby BillyBoyo » Sun Sep 02, 2012 10:25 am

With google it looks like IDMS. Can you locate your IDMS documentation?
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: what is iddcopy book?

Postby NicC » Sun Sep 02, 2012 3:12 pm

The I is IDMS and the DD is Data Dictionary. What you are actually referring to I do not know - I have had little to do with the DD. Once again, the best place to ask is your work-place as I suspect how you use it is installation specific.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: what is iddcopy book?

Postby helen2000 » Wed Sep 05, 2012 2:23 am

thanks, all,

you are correct, Iddcopy is used for send or receive data from IDMS database, it's a kind of copybook in COBOL,
thanks a lot
Helen
helen2000
 
Posts: 85
Joined: Sat Aug 08, 2009 9:44 pm
Has thanked: 0 time
Been thanked: 0 time


Return to IDMS/ADSO