I need to select all records from file that have a string,for example 'jj'.This string can be located anywhere in record. File format is variable.It must be done in batch. I tried FileAid(batch) using CO relational operand but was not succesful(got message-something wrong with control card). Is anybody know how control card looks like ? Is there any other way to this task witout writing program ? Please help....
My control card looks like this
$$dd01 copy if=(1,co,c'jj')
My control card looks like this
$$dd01 copy if=(1,co,c'jj')