Concept explainers
Please use IBM Business Computing to answer the folloing question
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
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps
- SBN Title Author 12345678 The Hobbit J.R.R. Tolkien 45678912 DaVinci Code Dan Brown Your student ID DBS311 Your Name use the following statement to Write the MongoDB Shell code to remove all books, from the collection books, whose ‘price’ is less than 5.00.arrow_forwardQUESTION 15 It is a problem formed by putting more data in full memory and removing of data in an empty memory. O Critical Section Problem Mutual Exclusion Problem Producer-Consumer Problem Progress OOCarrow_forwardGDB and Getopt Class Activity activity [-r] -b bval value Required Modify the activity program from last week with the usage shown. The value for bval is required to be an integer as is the value at the end. In addition, there should only be one value. Since everything on the command line is read in as a string, these now need to be converted to numbers. You can use the function atoi() to do that conversion. You can do the conversion in the switch or you can do it at the end of the program. The number coming in as bval and the value should be added together to get a total. That should be the only value printed out at the end. Total = x should be the only output from the program upon success. Remove all the other print statements after testing is complete. Take a screenshot of the output to paste into a Word document and submit. Practice Compile the program with the -g option to load the symbol table. Run the program using gdb and use watch on the result so the program stops when the…arrow_forward
- ISBN Title Author 12345678 The Hobbit J.R.R. Tolkien 45678912 DaVinci Code Dan Brown Your student ID DBS311 Your Name use the following statement to Write the MongoDB Shell code to modify the 3rd document above to add the ‘Professor’ to it with value ‘Your Professors Name’.arrow_forwardUsing Java, create a personal directory that contains a data structure for first name, last name, email address and phone number. The data structure should be able to contain the information for an unlimited number of people (depending on system resources).• The program interface should consist of a menu that provides the user with ways to (at least):▪ Add: Get data from user and add the data to the structure.▪ View: which will view the current data in the directory ▪ Edit/Update: Edit existing data ▪ Remove: Delete an entry▪ Search: which prompts the user for search criteria (program should be smart enough to know how to tell what kind of data is being searched for. Try to make this as versatile as possible). Display the data if found. If not found add the new information to the data structure (you must provide the right input for this).The program should store the data in a file so that the program can be run whenever the user wants, even after closing.• Your program should:▪ Contain…arrow_forwardin ibmi , i have create a library "tom123"what commend can i use to greant a user 'TOM' the user authority? what commend should i use ,and what steps can i doarrow_forward
- QUESTION 13 It is a type of semaphore that uses integer value that ranges over an unrestricted domain. Acquire O Release O Counting Binary QUESTION 14 This code in the Producer, while (count== BUFFER_SIZE); will prevent the Producer to produce an item. O True Falsearrow_forwardFor this week's assignment you will allow the user to add employee, view all employees, search employee by ssn, and edit employee information. Below this is what its supposed to look like when completed. I have also included what I started to do but I can't figure out how to add the search by SSN option or the edit employee option. If you can give me a step by step on how to do this in python I would greatly appreciate it.arrow_forwardThe databse system has a database called online shop. What is a result of a CREATE statement that tries to create OnlineShop a second time? A)The statement replaces OnlineShop with a new OnlineShop database. B)The statement produces an error that the database already exists. C) The statement creates a copy of the database OnlineShop as onlineShop_1 D) The statment is ignored.arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education