CREATE VIEW creates the PROC SQL view PROCLIB.JOBS. The PW= data set option assigns password protection to the data generated by this view.
proc sql;
   create view proclib.jobs(pw=red) as