spartacus
12th July 2004, 13:47
Hi,

I just exported Program script and object with ttiexdeliverp. Therefore I worte in my export-file:

wh|B50C|c|de14|PS|inh2202
wh|B50C|c|de14|PO|inh2202

In dump.l I found the entries:
pabsst4240 B50Cc de14 (with source)
pabsst4240 B50Cc de14 (without source)
oabsst4240 B50Cc de14

Means that, that the source is two times exported?

I tried once more with only "PS" selected. Then I get:

pabsst4240 B50Cc de14 (with source)
oabsst4240 B50Cc de14

Then I tried with "PO" and get:

pabsst4240 B50Cc de14 (without source)
oabsst4240 B50Cc de14

I think, at last, there is no functional difference, or?

Steve Johnson
12th July 2004, 20:01
First, there is a document describing ttiexdeliverp. Sorry, I do not know link to that doc.
PS means with source, PO means without source.
Example:
ttiexdeliverp with the following input
td|B50C|c|dev|PS|slsdll1234 |
td|B50C|c|dev|PS|slsdll4100

Results in dump.l:
ptdslsdll1234 B50Cc dev (with source)
ptdslsdll4100 B50Cc dev (with source)
otdslsdll1234 B50Cc dev
otdslsdll4100 B50Cc dev

I'm unsure how you got the results you got since your input to ttiexdeliverp did not result in "wh" components being dumped.
Regards.

spartacus
12th July 2004, 21:15
Oh sorry,

I took the wrong part from the export file. Should be "absst". But what I tried to show is: If I export with PS I get an "p<component> (with source)". If I use PO I get a "p<component> (without source)". But I think "p<component>" IS THE SOURCE?


Thanx

Steve Johnson
12th July 2004, 21:52
Yes. In the dump.l the "p" entry is the source and "o" entry is the object. The "p" (without source) does not actually dump the source, only the object "o", so it's somewhat misleading.

pconde
13th July 2004, 12:40
Hello,

the p object is the sourc e+ the script definition (= one record in ttaadv230) . So when you ask no source uyou have still this definition present

Regards