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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

1188.0. "Help : Bind query..???" by YOUWOT::ALLIN1 (ALL-IN-1 System Manager) Wed Aug 05 1992 14:20

    
    Hi,
    
    Can anyone please help me with a index bind query. I have an Index
    which displays a dsab field x as such file$.thing[x] - but how do I 
    make the bind use the value of file$.thing[x] as opposed to X.
    
    Ie what I really want to do is ...
    
    	Bind *cran to cab$ with file$.thing[.x] < YYYYYYYY
    
    But this dosn't work - has anyone got any suggestions on how to do
    this.????
    
    Thanks
    Cran.
    
T.RTitleUserPersonal
Name
DateLines
1188.1Make FILE$.THING[.X] a symbolCESARE::EIJSAll in 1 PieceWed Aug 05 1992 15:0213
    
    Hi Cran,
    
    Try:
    
    	BIND *CRAN TO CAB$ WITH @"FILE$.THING[.X]" < YYYYYYYY
    
    '.X' has to be a field from the CAB$ data set though, but I presume
    that's what you want.
    
    Ciao,
    
    	Simon