Program specification block (PSB) generation for the sample program
The following JCL and program specification block (PSB) generation statements produce the IMS control blocks necessary to execute the sample program.
//PSBGEN EXEC PSBGEN,SOUT=A,MBR=SAMPLA
//C.SYSIN DD *
PSBGEN LANG=COBOL,PSBNAME=SAMPLA
END
/*