We are on DataStage 7.1. I created a hash file that has 2 columns as the key. I want to write a routine to read this hash file, but on the READL command, I can only pass one column as the key. For example:
hashFile
colA - key
colB - key
colC - data
in the routine, the read statement is...
I have written a script where each record in the input file is delimited into fields by "|". I use cut to put each field into a variable. How do I test all 4 variables for a single value? I want to make sure that all 4 variables are present in the input record (i.e., not = null)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.