-2
Good morning I’m a beginner in SAS and I’m having the following difficulty - Transform the snippet of sql code below to the format of proc sql in SAS.
The SQL code would look like this: Where cod_operadora || '|' || num_contrato in ('003 | 123456789', '001 | 987654321')
Detail: the cod_operator field is a text field and the num_contract field is a numeric field.
How I could convert the sql snippet to SAS proc sql, can help me?