DD names for FB and VB input files are
-
INPF,INPV
-
INPFB,INPVB
-
INFN,INVN
-
none of the above
The DD (Data Definition) names for FB (Fixed Block) and VB (Variable Block) input files are INFN and INVN respectively in this specific mainframe environment.
Marked correct: INFN, INVN. DD (Data Definition) names in JCL are arbitrary labels chosen by the programmer/shop standard to identify a dataset to a program — there is no universal IBM standard mapping 'FB input' to 'INFN' and 'VB input' to 'INVN'. This only makes sense as the answer if it matches a specific course's example JCL/program that the question was drawn from, which isn't included here. Without that context, none of the listed name pairs is inherently more 'correct' than another, since DD names are program-specific conventions, not a language rule.