When creating new datasets with DISP=NEW, physical organization must match dataset structure. Option C correctly creates a PDS (DSORG=PO) with member specification. Option D correctly creates a sequential dataset (DSORG=PS). Option A is incorrect because it has a trailing comma. Option B is incorrect because you cannot create a PDS member directly with DISP=NEW - the PDS must exist first.