[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iamok::dtrdig

Title:DATATRIEVE INTEREST GROUP
Notice:ADD KEYWORDS TO NOTES FOR EASY SEARCHES
Moderator:IMTDEV::KRATZER
Created:Fri Mar 21 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3011
Total number of notes:9337

1730.0. "Interactive input problem." by GIDDAY::CHANM () Fri Aug 17 1990 06:47

T.RTitleUserPersonal
Name
DateLines
1730.1A one-shotKAOFS::B_ZINNSANITY: a fictional state of mindFri Aug 17 1990 13:135
1730.2Try SHOW TRANSLATION.MELKOR::ZUHRvox clamantis in desertoFri Aug 17 1990 15:2210
1730.3BUSY::SLABGreat baby! Delicious!!Mon Feb 24 1997 18:1431
    
	I thought I did this right, but maybe I'm missing something easy
    	here.
    
    	The 1st "real" line in the DTR procedure referenced below is a
    	FIND statement which prompts for a part number, but without the
    	ASSIGN command the .COM file flows right through the procedure
    	without prompting for input.  But with the ASSIGN command, the
    	procedure stops at the DTR prompt.
    
    	Thanks for any info.
    
    
$ define/nolog nca$daily  MAX$DATA1:[MAX43.PROD.DATABASE.DATA1],-
MAX$DATA1:[MAX43.PROD.DATABASE.DATA1],-
MAX$DATA3:[MAX43.PROD.DATABASE.DATA2],-
MAX$DATA2:[MAX43.PROD.DATABASE.DATA3],-
MAX$DATA3:[MAX43.PROD.DATABASE.DATA4],-
APPL$1:[MAX43.PROD.DATABASE.DATA],-
MAX$DATA1:[MAX43.PROD.MANAGER]
$ !
$ DEFINE/NOLOG NCA$SAHDS "NCA$DAILY"
$ !
$ assign/user_mode sys$command sys$input
$ !
$ datatrieve/inter=character_cell
set dictionary cdd$top
:find_ships
exit
$ exit

1730.4EPS::VANDENHEUVELHeinMon Mar 31 1997 02:537
    
    Try putting the procedure directly on the command line.
    Seperate multiple commands with ";" if I recall correctly.
    
    hth,
    	Hein.