1-Create a new Library called VnnLIB1 (NN is your student login id number) using the command CRTLIB
2 – Create a new Jobq VnnJOBQ1 and Outq VnnOUTQ1 in the Library VnnLIB1 using the command crtjobq and crtoutq
3 – Grant *PUBLIC *USE Authority to your VnnLIB1 library using the command wrkobj VnnLIB1 and then option 2
4 – Submit 3 jobs using sbmjob in your VnnJOBQ1, these jobs will not run, since they are not attached to any sub-system. Check it out by using wrkjobq command
5 – Change the 3 jobs submitted in step #4 to run in sub-system QINTER and change the out to VnnOUTQ1. These jobs will run, and the results will be in VnnOUTQ1. Check it out by using wrkoutq command
6 – Create a new Source File called VnnSRC in your library VnnLIB1 using command crtsrcpf
7 - Create a new Save File called VnnSAVF in your library VnnLIB1 using command crtsavf
8 – Run DSPJOBLOG command and save the output in your spool file
9 – Write the menu command steps to navigate to the command DSPLIB from GO MAIN menu
10 – Write the menu command steps to navigate to the command SBMJOB from GO MAIN menu.