dbTalk Databases Forums  

Restoring basic program

comp.databases.pick comp.databases.pick


Discuss Restoring basic program in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
hbkeultjes@gmail.com
 
Posts: n/a

Default Restoring basic program - 04-03-2006 , 06:40 AM






Since you say you are a Pick novice and while I am not a programmer,
let me point out that DX is perhaps a unique Pick function that tells a
file-save to skip a particular file. So you may think you have a
particular file on a complete file-save tape, the DX'd file, most often
a source code file, is not there.

I once had a real costly experience with that so I got into the habit
of doing a dict listing with whatever attribute that was = DX before
each and every file-save.

Henry Keultjes
Microdyne Company
Mansfield Ohio USA


(latimerp) wrote:

Quote:
Pray the Account has not been DX'd

Patrick <;=)


Reply With Quote
  #12  
Old   
BobJ
 
Posts: n/a

Default Re: Restoring basic program - 04-03-2006 , 06:43 AM






And perhaps worse is DY which means save the file name and space but not the
contents.
Good luck with - or against - both.
BobJ
<hbkeultjes (AT) gmail (DOT) com> wrote

Quote:
Since you say you are a Pick novice and while I am not a programmer,
let me point out that DX is perhaps a unique Pick function that tells a
file-save to skip a particular file. So you may think you have a
particular file on a complete file-save tape, the DX'd file, most often
a source code file, is not there.

I once had a real costly experience with that so I got into the habit
of doing a dict listing with whatever attribute that was = DX before
each and every file-save.

Henry Keultjes
Microdyne Company
Mansfield Ohio USA


(latimerp) wrote:

Pray the Account has not been DX'd

Patrick <;=)




Reply With Quote
  #13  
Old   
Mike Wooding
 
Posts: n/a

Default Re: Restoring basic program - 04-03-2006 , 06:59 AM



"REBROWN" <rebrown (AT) reblues (DOT) net> wrote

Quote:
If you compile you will overwrite the newly restored object code.
Mea culpa. Sorry. Hadn't read the thread properly. Thought he'd restored
the source and said it was still running the old version, hence I figured a
compile would fix it.

Again, apologies. I'll go and get some more coffee. I can go without sleep
or coffee, but not both. :-)

The only thing I can suggest then is a "flush" then log all users off and
back on to make sure there isn't a rogue version of the old code floating
around in memory somewhere. (Been caught with that on a system using
"basic-prot-on" once upon a time.)

If that doesn't work, I'm out of ideas (nothing new there!) ;o)

Regards

Mike Wooding




Reply With Quote
  #14  
Old   
Matt Hyne
 
Posts: n/a

Default Re: Restoring basic program - 04-04-2006 , 04:53 PM



Ok, we have found the original source. Our contractor had moved it to
another file (ARCHIVE-BP CONTRACTMAKER). We only found it by chance.

I compiled and cataloged it and now it works file.

Thanks for all your help.

PS: Is there some easy way for me so search for a item called
CONTRACTMAKER across multiple files. Seems I need to know the file and
the item name to find anything.


Reply With Quote
  #15  
Old   
Mike Wooding
 
Posts: n/a

Default Re: Restoring basic program - 04-04-2006 , 05:22 PM



"Matt Hyne" <matt (AT) hyne (DOT) com> wrote

Quote:
Ok, we have found the original source. Our contractor had moved it to
another file (ARCHIVE-BP CONTRACTMAKER). We only found it by chance.

I compiled and cataloged it and now it works file.
Glad you got it sorted.


Quote:
Thanks for all your help.
Or not, in my case. :-)

Quote:
PS: Is there some easy way for me so search for a item called
CONTRACTMAKER across multiple files. Seems I need to know the file
and the item name to find anything.
There's a basic prog called SEARCH-SYSTEM in dm,bp, which will do just that.

Regards

Mike Wooding




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.