Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Changing source library and file in object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Guest.Visitor
    Guest replied
    Changing source library and file in object

    Thanks for the heads up.

    Leave a comment:


  • Guest.Visitor
    Guest replied
    Changing source library and file in object

    Using DSPOBJD you can find the source library and source file name used to create the object. Does anyone know of a way to change this value short of recreating the object using different source? Is there an API that will allow this value to be changed? Thanks for any help you can provide.

    Leave a comment:


  • coteijgeler@chello.nl
    Guest replied
    Changing source library and file in object

    Beware that with RPG IV programme objects DSPOBJD does not show source file information. It is found at the module level with DSPPGM. If you are dealing with RPG IV objects you may change the object with that API, but the next compile will remove that piece of info. Regards, Carel Teijgeler

    Leave a comment:


  • Guest.Visitor
    Guest replied
    Changing source library and file in object

    Thanks, Tom. I believe this API will do the job.

    Leave a comment:


  • Guest.Visitor
    Guest replied
    Changing source library and file in object

    We have a utility that uses this information to know where to restore an object to. In a few cases the object being restored has no source library or file name. I was wanting to check for these objects and insert a library name in them.

    Leave a comment:


  • Tom Daly
    replied
    Changing source library and file in object

    I think you can do what you want via the QLICOBJD api. See http://publib.boulder.ibm.com/iserie...s/qlicobjd.htm Tom D.

    Leave a comment:


  • Guest.Visitor
    Guest started a topic Changing source library and file in object

    Changing source library and file in object

    Just out of curiosity, why would you do that? Or are you trying to find out if it was compiled with a different source and the values changed to cover it up?
Working...
X