1.

Write a macro that shows the use of symget in an if condition.

Answer»

In this code, we are giving a data or you can say creating a table USING ‘datalines’ but printing the ROWS which only have status as ‘PT’. We have used LOOP here to CHECK each row and thus printing the desired results.

Obs
Name
idno
status
Benefits
1
Richa
1002
FT
Eye/Dental
2
Simmi
433
FT
HMO


Discussion

No Comment Found