IBM 000-970 Operations Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Razor821
R
Razor821
Community Contributor
Quizzes Created: 1 | Total Attempts: 102,737
| Attempts: 102,737 | Questions: 111
Please wait...
Question 1 / 111
0 %
0/100
Score 0/100
1. Which command is used to display the system's history log?

Explanation

The correct answer is DSPLOG. This command is used to display the system's history log. It allows users to view a record of system activity, including messages, job logs, and system operator messages. By using DSPLOG, users can review past events and troubleshoot any issues that may have occurred on the system.

Submit
Please wait...
About This Quiz
IBM 000-970 Operations Quiz - Quiz

The IBM exams are just around the corner and the butterflies in your tummy are a signal of exam fever. The quiz below is designed to help you... see moreace the exams as it covers every topic you have studied so far. Give it a try and see how ready you are.
see less

2. A library must be saved. The message "10 objects saved, 2 not saved" is received. The operator has full authority to the library and objects. Which of the following is the most likely cause of the problem?

Explanation

The most likely cause of the problem is that two of the objects in the library were locked. This means that they were being used or accessed by another process or user, preventing them from being saved. Locking objects is a common practice to ensure data integrity and prevent conflicts when multiple users or processes are accessing the same objects simultaneously.

Submit
3. Given the following command to add a job to the job scheduler, when will this job normally execute?

ADDJOBSCDE JOB(BANKJOB1) CMD(CALL PGM(SBPROD/CLME53)) FREQ(*MONTHLY) SEDDATE(*MONTHEND) SCDTIME('23:59:00) RCYACN(SBMRLS)

Explanation

The job will normally execute once per month on the last day of the month. This is indicated by the FREQ(*MONTHLY) parameter in the command, which specifies that the job should run once every month. The SEDDATE(*MONTHEND) parameter further specifies that the job should run on the last day of the month. The SCDTIME('23:59:00) parameter indicates that the job should run at 23:59, which is the last minute of the day. Therefore, the job will execute once per month on the last day of the month at 23:59.

Submit
4. What is the default run priority for interactive jobs in the QINTER subsystem?

Explanation

The default run priority for interactive jobs in the QINTER subsystem is 20. This means that interactive jobs will have a higher priority compared to batch jobs, allowing them to be processed more quickly. A lower priority number indicates a higher priority level.

Submit
5. An operator wants all system operator messages greater than severity 70 sent immediately to the operator's screen. Which of the following parameters of the CHGMSGQ MSGQ(QSYSOPR) command will accomplish this?

Explanation

The correct answer is DLVRY(*BREAK) SEV(70). This parameter combination will cause system operator messages with severity greater than 70 to be sent immediately to the operator's screen and interrupt any currently running job.

Submit
6. A library called TEST must be restored to a system containing a library of the same name. Which of the following will ensure the TEST library will be restored into a library other than TEST?

Explanation

The command "RSTLIB LIB(TEST) ... RSTLIB(TEST1)" will ensure that the TEST library will be restored into a library other than TEST. By specifying "RSTLIB(TEST1)", the library will be restored with the name TEST1 instead of the original name TEST. This allows the library to be restored into a different library name to avoid conflicts with the existing TEST library.

Submit
7. Operations has been asked to monitor disk % busy with WRKDSKSTS during the backup to determine if this is a performance bottleneck. Which of the following is the recommended time duration for observing disk % busy statistics?

Explanation

The recommended time duration for observing disk % busy statistics is 5 minutes. This duration allows for a long enough period of time to capture accurate and representative data on disk usage during the backup process. It provides a sufficient sample size to identify any potential performance bottlenecks and make informed decisions based on the collected statistics.

Submit
8. The system operator's evening checklist includes verifying disk utilzation in the system ASP. Which of the following commands accomplishes this task?

Explanation

The correct answer is WRKSYSSTS. This command is used to work with system status and provides information about various system resources, including disk utilization in the system ASP (Auxiliary Storage Pool). By running this command, the system operator can verify the disk utilization and ensure that it is within acceptable limits.

Submit
9. An operator is performing the nightly backup when the message "CPF6792 - Device TAP01 Needs to be cleaned" appears on the operator console for the first time. Which of the following is the correct action?

Explanation

When the message "CPF6792 - Device TAP01 Needs to be cleaned" appears for the first time during the nightly backup, the correct action is to insert the tape cleaning cartridge when the current cartridge unloads. This message indicates that the tape drive needs to be cleaned, and the appropriate action is to wait for the current cartridge to unload and then insert the cleaning cartridge to clean the tape drive. This will ensure that the backup process can continue smoothly without any issues caused by a dirty tape drive.

Submit
10. What part of BRMS defines the objects that are to be saved in a particular save operation?

Explanation

The control group in BRMS is responsible for defining the objects that are to be saved in a particular save operation. It determines which objects will be included in the backup and ensures that only the specified objects are saved. The control group acts as a filter, allowing administrators to specify the specific objects that need to be backed up, providing more control and flexibility in the backup process.

Submit
11. In System i Navigator, which function key will allow subsetting of the data displayed?

Explanation

In System i Navigator, the function key F11 allows subsetting of the data displayed. This means that pressing F11 will enable the user to filter or narrow down the data that is being shown, based on specific criteria or conditions. This can be useful when dealing with large datasets and wanting to focus on a specific subset of the data for analysis or manipulation.

Submit
12. An operator has been directed to initialize multiple tapes. Which of the following parameters of the INZTAP command will make the entire initialization process run the fastest?

Explanation

The parameter CHECK(*NO) in the INZTAP command will make the entire initialization process run the fastest. When CHECK(*NO) is specified, the operator is not required to perform a check of the tape before initialization. This eliminates the need for additional time-consuming checks and allows the initialization process to proceed without any delays, resulting in faster completion.

Submit
13. In which IBM supplied subsystem do CLEANUP jobs run?

Explanation

CLEANUP jobs run in the QCTL subsystem. The QCTL subsystem is responsible for controlling and managing the system resources and jobs on an IBM system. It handles system startup and shutdown, job scheduling, and other system-related tasks. CLEANUP jobs are typically used to clean up temporary or unused resources, such as temporary files or system variables, to optimize system performance and ensure efficient resource utilization. Therefore, it makes sense for CLEANUP jobs to run in the QCTL subsystem.

Submit
14. A System i5 customer has added a new physical location to their network. Users at the new location can access email and intranet servers in the datacenter but cannot access the system using System i Navigator. What is the most likely cause of the problem?

Explanation

The most likely cause of the problem is that the TCP/IP route to the new location has not been added in i5/OS. This means that although users can access email and intranet servers in the datacenter, they are unable to access the system using System i Navigator. Adding the TCP/IP route in i5/OS will allow the system to establish a connection with the new location and resolve the issue.

Submit
15. Which of the following commands will save any directory stored in the IFS?

Explanation

The command "SAV" is used to save objects in the IBM i operating system, including directories stored in the Integrated File System (IFS). It creates a save file and saves the specified objects into it. Therefore, "SAV" is the correct command to save any directory stored in the IFS.

Submit
16. Using BRMS, what command is used to look at the results of a backup?

Explanation

The command DSPLOGBRM is used to look at the results of a backup when using BRMS. This command allows users to display the log of the backup and view the details and status of the backup job. It provides information such as the start and end time of the backup, any errors or warnings encountered during the backup process, and the overall success or failure of the backup.

Submit
17. An operator has downloaded PTFs with the SNDPTFORD command. Where are these PTFs stored before they are loaded?

Explanation

The PTFs downloaded with the SNDPTFORD command are stored in save files named Q followed by the PTF number in library QGPL.

Submit
18. A system monitor has been set up to monitor CPU Utilization and send a message to a pager when CPU utilization exceeds 95%. This message is being sent too often to be useful. What can be done to reduce how often the messages are sent?

Explanation

To reduce the frequency of messages being sent when CPU utilization exceeds 95%, the duration in the properties of the CPU Utilization monitor should be increased. This means that the monitor will wait for a longer period of time before sending a message, allowing for temporary spikes in CPU utilization to stabilize before triggering a notification. By increasing the duration, the messages will be sent less often, making them more useful and avoiding unnecessary alerts.

Submit
19. The operator notices the following message in the QSYSOPR message queue: *Attention* Resource SOC02 failed How would the operator access the "Work with Problems" menu screen to allow further analysis of the problem?

Explanation

To access the "Work with Problems" menu screen and analyze the problem further, the operator needs to position the cursor to the error message in the QSYSOPR message queue and select F14. This will initiate the problem analysis and allow the operator to investigate the issue in more detail.

Submit
20. When using the File Transfer Protocol (FTP) to transfer program objects from one System i to another, which of the following applies?

Explanation

When using the File Transfer Protocol (FTP) to transfer program objects from one System i to another, programs must be placed in a SAVF (Save File) format. This means that the programs need to be saved as a file in a specific format before they can be transferred using FTP. This ensures that the programs are packaged correctly and can be easily transferred and restored on the receiving system.

Submit
21. An operator is trying to vary on a tape device but keeps getting a status of FAILED on the screen. Which of the following is the most likely cause of the problem?

Explanation

The most likely cause of the problem is that the hardware resource for the tape drive cannot be found. This means that the system is unable to locate or access the tape drive, resulting in a status of FAILED. This could be due to various reasons such as a faulty connection, a malfunctioning driver, or a hardware issue with the tape drive itself.

Submit
22. On the QSYSOPR message queue, a message stating that Critical Hardware failure has occurred is being displayed with an asterisk (*) next to it. Which of the following is the most appropriate action?

Explanation

The most appropriate action in this situation is to run problem analysis on the message to determine the error. By doing so, you can gather more information about the critical hardware failure and identify the root cause of the issue. This will help in troubleshooting and finding a suitable solution to resolve the problem.

Submit
23. Which command can be used to set TCP/IP to automatically start after an IPL?

Explanation

The CHGIPLA command can be used to set TCP/IP to automatically start after an IPL.

Submit
24. An operator has been instructed to move 2GB of system memory from the interactive pool to the batch pool. Which of the following commands should be used to perform this task?

Explanation

WRKSYSSTS is the correct answer because this command is used to work with system status and display information about the system, including memory usage. By using this command, the operator can check the current memory allocation in both the interactive pool and the batch pool, and then make the necessary adjustments to move the 2GB of system memory from the interactive pool to the batch pool.

Submit
25. Which command is used to display a physical/logical file hierarchy?

Explanation

The command DSPDBR is used to display a physical/logical file hierarchy. This command provides a detailed view of the file hierarchy, showing the relationships between physical files, logical files, and members. It is commonly used for analyzing file structures and understanding the organization of files within a system.

Submit
26. All the i5's in the computer room get their power from the UPS. After a recent power failure, the operator noticed that there was no message in the QSYSOPR message queue about the power failure. Which of the following is the most likely cause?

Explanation

The most likely cause for there being no message in the QSYSOPR message queue about the power failure is that the signal cable between the UPS and the i5 is not connected. Without a proper connection, the i5 would not receive any notifications or messages from the UPS regarding the power failure.

Submit
27. Which of the following IFS designations is used to identify the i5/OS library/File/Member structure?

Explanation

QSYS.LIB is the correct answer because it is the IFS designation used to identify the i5/OS library/File/Member structure. The QSYS.LIB designation is used to access libraries, files, and members in the i5/OS operating system. It is a hierarchical structure that allows users to organize and manage their data efficiently. Other options such as QDLS, Root, and QFileSvr.400 are not specifically used for this purpose.

Submit
28. An operator needs a job to process from the job queue ahead of other jobs in the queue. Which of the following parameters will accomplish this goal?

Explanation

The parameter that will accomplish the goal of having a job processed ahead of other jobs in the queue is JOBPTY. JOBPTY stands for Job Priority, which determines the priority level of a job. By assigning a higher priority to a job using the JOBPTY parameter, the operator can ensure that the job is processed before other jobs in the queue with lower priority levels.

Submit
29. Which of the following is the name for a "virtual" optical set?

Explanation

An "Image Catalog" refers to a collection or database of virtual images. It is a name given to a virtual optical set where images are stored and organized. This catalog allows users to access and manage virtual images, making it a suitable answer for the question.

Submit
30. An operator has used the DSPTAP command to determine what objects in a library were saved on the currently mounted tape. The output shows that the library is on the tape, but shows no objects in the library. What is the most likely cause for this problem?

Explanation

The most likely cause for the problem is that an incorrect parameter was specified in the DSPTAP command. This could result in the command not properly identifying the objects in the library on the tape, leading to the output showing no objects in the library.

Submit
31. Which associated object must be restored on the system prior to restoring a logical file?

Explanation

The physical file must be restored on the system prior to restoring a logical file. This is because a logical file is dependent on the physical file for its data. Restoring the physical file ensures that the necessary data is available for the logical file to function properly.

Submit
32. An operator is ordering PTFs via Fix Central. The current cumulative fix package is selected to be processed. What other group PTFs are bundled with a cumulative package order?

Explanation

When ordering a cumulative fix package via Fix Central, the other group PTFs that are bundled with it are Database and Hipers.

Submit
33. A system operator is signed on to the console with user profile QSYSOPR. Several batch jobs have been submitted but they will not run. Attempts to use system request option 1 (display sign on for secondary job) fail. What is the likely explanation for these failures?

Explanation

The likely explanation for the failures is that the system is in a restricted state. This means that certain operations or functions may be limited or disabled, which could prevent the batch jobs from running.

Submit
34. Which "Save File" parameter will prevent a spooled file from being deleted when printing is complete?

Explanation

The parameter "YES" will prevent a spooled file from being deleted when printing is complete. This means that even after the printing process is finished, the file will not be automatically deleted.

Submit
35. Which of the following items are saved by the SAVSYS command?

Explanation

The SAVSYS command is used to save the system state and objects necessary for system recovery. Configuration objects, such as system values, job descriptions, user profiles, and device descriptions, are critical components of the system configuration. Therefore, it is logical to assume that the SAVSYS command would save these configuration objects to ensure that the system can be restored to its previous state in case of a failure or disaster.

Submit
36. A system operator IPLs each of the partitions on their i5 weekly. Where should the operator look to see IPL progress codes prior to the console being displayed?

Explanation

The partition screen of the HMC is where the operator should look to see IPL progress codes prior to the console being displayed. The HMC (Hardware Management Console) is a management tool used to control and monitor IBM i systems. The partition screen on the HMC provides information and status updates for each partition, including the IPL progress codes. This allows the operator to track the progress of the IPL process before the console is displayed on the system unit or virtual control panel.

Submit
37. Using System i Navigator an operator wants to hold the QBATCH job queue on a system named Mysystem. Which of the following describes how this is accomplished?

Explanation

To hold the QBATCH job queue on the system named Mysystem using System i Navigator, the operator should expand "My Connections", then navigate to "Mysystem", "Work Management", and "Job Queues". From there, they should expand "All Job Queues", locate the QBATCH job queue, right-click on it, and select "Hold". This will effectively put the QBATCH job queue on hold.

Submit
38. When reviewing CPU utilization on a WRKACTJOB screen, an operator notices the CPU percentage is at 350%. What is the most likely cause for this value?

Explanation

The most likely cause for the CPU percentage to be at 350% is that the LPAR (Logical Partition) is utilizing idle processing power from other LPARs. This means that the LPAR is taking advantage of unused CPU resources from other partitions, resulting in a higher CPU percentage than what is typically expected for a single partition.

Submit
39. A batch job must run utilizing a special library list to ensure that the production data is not affected. Which of the following will accomplish the task?

Explanation

Creating and using a specific job description containing the special library list would ensure that the batch job runs with the required libraries without affecting the production data. This approach allows for a targeted and controlled environment for the job, ensuring that only the necessary libraries are accessed during its execution. By using a specific job description, the job can be customized to meet the requirements of the task while maintaining the integrity of the production data.

Submit
40. In the current enviornment, submitted jobs produce a job log only for jobs with an error. The auditors have asked that every job submitted should produce a job log even if it completes normally. Which of the following will accomplish this?

Explanation

Changing the JOBD(s) LOG parameter to (4 0 *SECLVL) will accomplish the auditors' request. This change will ensure that every job submitted produces a job log, even if it completes normally. The LOG parameter specifies the level of logging for the job, and setting it to (4 0 *SECLVL) will log all messages, including informational messages, security messages, and completion messages. This will provide a complete record of all job activity, meeting the auditors' requirement.

Submit
41. Which of the following would an operator use to change the printing order of spooled files in an output queue?

Explanation

An operator would use the "Output priority" attribute of the spooled files to change the printing order in an output queue. This means that the operator can prioritize certain spooled files to be printed before others, based on their importance or urgency. By adjusting the output priority attribute, the operator can control the order in which the spooled files are printed, ensuring that the most critical files are printed first.

Submit
42. What is the meaning of the "A" or "B" source for an i5/OS IPL?

Explanation

The "A" or "B" source for an i5/OS IPL refers to which copy of microcode the system loads at IPL. Selecting the "A" source means that the system will load the microcode copy associated with DST, while selecting the "B" source means that the system will not load any pending microcode PTFs.

Submit
43. Which of the following media is used to save a library to an external DVD drive?

Explanation

DVD-RAM is the correct answer because it is a type of DVD media that can be used to save a library to an external DVD drive. DVD-RAM stands for DVD Random Access Memory and it allows for both reading and writing data, making it suitable for storing and accessing a library of files on an external drive. DVD-R, DVD-RW, and DVD+RW are also types of DVD media, but they may not have the same level of compatibility or functionality as DVD-RAM for this specific purpose.

Submit
44. Which of the following is used to view objects in any file system of the IFS?

Explanation

WRKLNK is used to view objects in any file system of the Integrated File System (IFS). It allows users to navigate through directories, view objects, and perform various actions such as copying, deleting, and renaming files. WRKLNK provides a graphical interface that makes it easier for users to interact with the IFS and manage their files efficiently. It is a commonly used command in IBM i systems for managing objects in the IFS.

Submit
45. Which of the following must be ordered to receive a Cumulative PTF package for V5R4?

Explanation

To receive a Cumulative PTF package for V5R4, the correct order must be SF99540. The other options, MF99540, SF98540, and SI99540, are not the correct packages for this purpose.

Submit
46. A system has been placed in a restricted state. Which of the following is the correct action or command to return the system to normal operating state?

Explanation

Starting the controlling subsystem is the correct action or command to return the system to a normal operating state. This action will initiate the necessary processes and components to bring the system out of the restricted state and allow it to function normally.

Submit
47. The message "CPIEF01 - Service Agent is analyzing your system product activity log entries" appears on the console. What does this message indicate?

Explanation

The message "CPIEF01 - Service Agent is analyzing your system product activity log entries" indicates that the Service Agent is currently analyzing the log entries of the system product activity. It is determining whether a problem has occurred and if IBM should be notified about it. This suggests that the Service Agent is actively monitoring the system and taking necessary actions to identify any issues that may have occurred.

Submit
48. Which of the following commands is used to view and modify the default shipping address for PTF orders?

Explanation

The command "WRKCNTINF" is used to view and modify the default shipping address for PTF (Program Temporary Fix) orders. This command allows users to access and manage the contact information associated with their PTF orders, including the shipping address. It provides a convenient way to update and maintain accurate shipping details for PTF orders.

Submit
49. Which of the following commands is used to save user profiles?

Explanation

The correct answer is SAVSECDTA. SAVSECDTA command is used to save security-related data, including user profiles, in the system. The other options, SAVUSRPRF, SAVOBJ OBJ(*/QSYS.LIB/*.USR), and SAVOBJ OBJ(*ALL) LIB(QSYS) OBJTYPE(*USRPRF), are not specifically used for saving user profiles.

Submit
50. Which command is used to see the status of all jobs on the system and the CPU being used?

Explanation

WRKACTJOB is the correct answer because it is the command used to view the status of all jobs on the system, including information about the CPU being used. This command provides a comprehensive overview of the active jobs on the system, allowing users to monitor and manage job performance and resource utilization effectively. WRKSYSACT is not the correct answer as it does not specifically provide information about CPU usage. WRKCPUJOB is not the correct answer as there is no such command in the system. WRKSYSSTS is also not the correct answer as it provides system status information but not job-specific details.

Submit
51. An operator is initializing a tape. Objects saved to it will be restored to a remote i5/OS system. Which of the following tape code formats must be used to ensure the tape can be read by the remote system?

Explanation

To ensure that the tape can be read by the remote i5/OS system, the operator must use the EBCDIC tape code format. EBCDIC (Extended Binary Coded Decimal Interchange Code) is a character encoding format used by IBM mainframe operating systems, including i5/OS. It is specifically designed for compatibility with IBM systems and is commonly used for data interchange between different IBM platforms. Using EBCDIC ensures that the data saved to the tape can be correctly interpreted and restored by the remote i5/OS system.

Submit
52. On the WRKTCPPTP display, which of the following status values indicates a Point to Point (PPP) line is ready to start communications?

Explanation

The status value "READY WAIT" indicates that a Point to Point (PPP) line is ready to start communications. This status suggests that the line has completed the necessary preparations and is waiting for the start command to initiate communication.

Submit
53. An operator has been asked to make all appropriate PTFs in a group PTF package active after the next system IPL. Which of the following commands will perform the request?

Explanation

The correct answer is INSPTF. The INSPTF command is used to install a PTF (Program Temporary Fix) into the system. By running this command, the operator can make all appropriate PTFs in a group PTF package active after the next system IPL (Initial Program Load). This means that the PTFs will be installed and activated when the system is restarted.

Submit
54. An i5 system with multiple i5/OS partitions has a single tape library shared between the partitions. Which of the following correctly describes how to determine where the tape library is assigned?

Explanation

To determine where the tape library is assigned in an i5 system with multiple i5/OS partitions, the correct method is to access the HMC (Hardware Management Console) and display the properties of the managed system. Then, click on the I/O tab to find out where the tape IOA (Input/Output Adapter) is assigned. This will provide the necessary information about the allocation of the tape library among the partitions.

Submit
55. An operator needs to ensure all tape and optical libraries are varied-on after a system IPL. Which of the following commands allow control of all connected and functional tape and optical libraries?

Explanation

The command "WRKMLBSTS" allows the operator to control and check the status of all connected and functional tape and optical libraries. This command provides information about the libraries and their status, allowing the operator to ensure that they are varied-on after a system IPL.

Submit
56. A job that normally creates multiple output files in output queue ABC is now creating them in output queue QPRINT. Which of the following is the likely cause of this problem?

Explanation

The likely cause of the problem is that the job was submitted with a change to the JOBD parameter. This means that when the job was submitted, the parameter that specifies the output queue was modified to QPRINT instead of the default value ABC. As a result, the job is now creating multiple output files in the QPRINT output queue instead of the expected ABC output queue.

Submit
57. An operator has received a CD with PTFs for installation on multiple systems. After processing them with a GO PTF, option 8, one of the LPARs returns the message "No PTFs installed." Which of the following is the most likely cause?

Explanation

The most likely cause for the message "No PTFs installed" after processing the CD with PTFs using the GO PTF, option 8, is that the PTFs are already installed on the LPAR. This means that the operator has mistakenly processed the PTFs again, resulting in the message indicating that no new PTFs were installed.

Submit
58. Immediately after UPS maintenance which removed power from their i5 model 520, a customer is trying to IPL their system. When the white power button is pressed, nothing happens. Which of the following is the most likely reason for this?

Explanation

After the UPS maintenance, when the customer tries to IPL their system, pressing the white power button does not result in any action. This suggests that the FSP card, which is responsible for system initialization, has not completed its initialization process. As a result, the system is not yet ready to power on.

Submit
59. A user has sent a one thousand page report to a four page per minute printer with a remote output queue. When selecting option 4 (END) from the "Work with Writers" screen for that particular output queue, and pressing enter twice, the writer continues to run. Which of the following actions must be performed in order to end the writer?

Explanation

To end the writer, the user should select option 4 from the "Work with Writers" screen for the specific output queue. After selecting option 4, the user should press F4 to modify the parameters. In the OPTION parameter, the user should change it to *IMMED. This will immediately end the writer and stop it from running.

Submit
60. Which user profile setting allows only certain commands to be used?

Explanation

The user profile setting "Limit capabilities *yes" allows only certain commands to be used. This means that the user with this profile setting will have restricted access and can only execute specific commands that are allowed within their capabilities. Other commands that are not within their capabilities will be restricted and not available for use.

Submit
61. An operator was instructed to save the library ABCCOMPANY to a save file named ABCCOMPANY in library QGPL. After submitting the save command the following message is displayed:

Save file ABCCOMPANY in QGPL already contains data. (C G)

Which of the following SAVLIB parameters needed to be specified to prevent the message from being displayed?

Explanation

The correct answer is CLEAR(*ALL). By specifying CLEAR(*ALL), the operator would be instructing the system to clear all existing data in the save file before saving the library. This would prevent the message "Save file ABCCOMPANY in QGPL already contains data" from being displayed, as the save file would be empty before the save operation.

Submit
62. Which of the following is required for a full system save?

Explanation

In order to perform a full system save, the system must be in a restricted state. This means that only authorized personnel can access and make changes to the system during the save process. This ensures that the system is not interrupted or compromised while the save is taking place, allowing for a complete and accurate backup of all system data and configurations.

Submit
63. An operator opens a console session from an HMC to an i5/OS partition. The partition has automatic configuration turned on using normal i5/OS naming. The 5250 session on the HMC opens normally, but once the session starts the screen remains blank instead of presenting a sign on screen. The system is operating normally, and users are able to start 5250 sessions on their workstations. Which of the following is the most likely cause of the failure?

Explanation

The most likely cause of the failure is that the local workstation controller description with the console device description is in "failed" status. This means that there is an issue with the workstation controller, which is preventing the console session from displaying the sign-on screen. This could be due to a configuration error or a hardware issue with the workstation controller.

Submit
64. An operator must check the status of some Integrated xSeries Servers (IXS) to determine whether they are active. Which of the following will display the information required?

Explanation

The correct answer is WRKNWSSTS. This command is used to display the status of Integrated xSeries Servers (IXS) and provides the information required by the operator.

Submit
65. Which of the following defines the steps required to reallocate a switchable tape drive from partition "A" to partition "B"?

Explanation

The correct answer is to vary off and move the IOP and IOA resources controlling the tape drive from partition "A" to partition "B". This means that the IOP (Input/Output Processor) and IOA (Input/Output Adapter) resources that are responsible for controlling the tape drive need to be varied off, or deactivated, in partition "A" and then moved to partition "B". This ensures that the tape drive is properly allocated and controlled by the correct partition.

Submit
66. Which command is used to view media which is currently enrolled in BRMS?

Explanation

The correct answer is WRKMEDBRM. This command is used to view media that is currently enrolled in BRMS (Backup, Recovery, and Media Services). It allows users to see the details of the media, such as the media ID, type, status, and location. By using this command, users can easily monitor and manage the media that is being used for backup and recovery purposes in BRMS.

Submit
67. An operator needs to order the latest PTF Cumulative package from IBM, but only get PTFs in the Cumulative package that are not already installed on the system. Which of the following commands should be used?

Explanation

The correct answer is SNDPTFORD PTFID((*CUMPKG)) DLVRYFMT(*IMAGE) because the DLVRYFMT(*IMAGE) option specifies that the PTFs should be delivered in image format, which ensures that only the PTFs that are not already installed on the system will be included in the package.

Submit
68. Where can automatic replies for messages be viewed and configured?

Explanation

The correct answer is WRKRPYLE. This is because the WRKRPYLE command is used to view and configure automatic replies for messages. It allows users to set up automatic responses to incoming messages when they are away or unable to respond. By using this command, users can manage and customize their automatic reply settings according to their preferences.

Submit
69. What command would be used to install a PTF package?

Explanation

The correct answer is INSPTF LICPGM((*ALL)). This command is used to install all the PTF packages available for the licensed program specified in the LICPGM parameter. By using ((*ALL)), it ensures that all the PTF packages are installed, rather than specifying a specific PTF package or licensed program.

Submit
70. Using System i Navigator, how would an operator check the disk utilization on a system?

Explanation

To check the disk utilization on a system using System i Navigator, the operator would need to expand their connections and then right-click on the system they want to check. From there, they would select "System Status" to view the disk utilization.

Submit
71. Which of the following correctly describes the type of controller description used for an HMC console in i5/OS?

Explanation

The correct answer is "Local workstation controller." This type of controller description is used for an HMC console in i5/OS. It refers to a controller that is connected directly to the local workstation, allowing the user to control and manage the HMC console from that workstation.

Submit
72. An system operator needs to determine the cumulative PTF package level installed on the system. Which of the following i5/OS command will accomplish this?

Explanation

The correct answer is WRKPTFGRP. This command allows the system operator to work with PTF groups, which are collections of PTFs that can be installed together. By using this command, the operator can view the cumulative PTF package level installed on the system by checking the status of the PTF groups. The other options, WRKPTFSTS, DSPSFWRSC *PTF, and DSPSYSVAL QPTFLVL, do not specifically provide information about the cumulative PTF package level installed on the system.

Submit
73. Presuming the operator is using the Intermediate assistance level:

On the WRKCFGSTS *LIN display, which of the following status values indicates a dial-up line is ready to start communications?

Explanation

The status value "CONNECT PENDING" indicates that a dial-up line is ready to start communications. This means that the line has been configured and is waiting for a connection to be established. Once the connection is made, the line will transition to an "Active" status, indicating that communications have begun. "VARIED ON" and "VARY ON PENDING" are status values related to the configuration process, but they do not specifically indicate that the line is ready for communications.

Submit
74. After completing a reclaim storage from the twinax console of an i550 partition, the operator accidentally disconnects the console before returning the partition to a unrestricted state. Which of the following is the correct recovery?

Explanation

The correct recovery in this situation would be to use the HMC (Hardware Management Console) to shut down and restart the partition. Since the console was accidentally disconnected before returning the partition to an unrestricted state, using the HMC to shut down and restart the partition will ensure that the system is properly reset and can be accessed again. This is the most appropriate solution to recover from the situation described.

Submit
75. An operator has just called a program from the command line and needs to see what messages the job has produced. Which of the following commands would the operator use?

Explanation

The operator would use the command DSPJOBLOG to see the messages produced by the job. This command displays the job log, which contains information about the job's progress, any error or warning messages, and other relevant information.

Submit
76. Throughout month-end processing many different reports are sent to the system printer output queue. These reports print on several different form types. Which of the following is the most efficient way to print all the spooled files of one form type before printing the next type?

Explanation

Changing the writer using CHGWTR to print a single form type until all entries with that form type are printed is the most efficient way to print all the spooled files of one form type before printing the next type. This ensures that all the spooled files of one form type are printed together, reducing the need for switching between different form types and optimizing the printing process.

Submit
77. The operator has been asked to back up 3 libraries to disk. Which of the following would the operator perform to accomplish this?

Explanation

To back up 3 libraries to disk, the operator would create three save files and perform a separate SAVLIB command for each library, saving them to their respective individual save files. This ensures that each library is backed up separately and can be easily restored if needed. Creating separate save files for each library also helps in organizing and managing the backup process effectively.

Submit
78. Users are complaining that they cannot release spooled files that their job has created. What must be done to correct the problem?

Explanation

To correct the problem of not being able to release spooled files, the authority to check (AUTCHK) parameter of the output queue must be changed to *DTAAUT. This change will allow the necessary authority to release the spooled files.

Submit
79. An operator received a complaint that a user cannot get a sign on screen via the System i Access 5250 Emulator. Which of the following is a possible cause of the problem?

Explanation

The possible cause of the problem is that the emulation program is incorrectly configured. This means that the settings or setup of the program used to emulate the System i Access 5250 interface are not properly configured, resulting in the user being unable to get a sign on screen.

Submit
80. An operator has mounted an LTO3 tape into an LTO4 tape drive and wants to initialize it. What must be specified in the INZTAP command in order for this media and drive-type combination to be successful?

Explanation

The correct answer is DENSITY(*ULTRIUM3). This is because the operator has mounted an LTO3 tape into an LTO4 tape drive. The DENSITY(*ULTRIUM3) parameter specifies the density of the tape, which in this case is LTO3. By specifying this density, the operator ensures that the initialization process is successful for this specific media and drive-type combination.

Submit
81. An operator normally runs a backup job using the command SBMJOB CMD(CALL ACCTBKUP). Because of other work being performed, the job cannot be run until 1 A.M. on Sunday. What command can be used to submit the job on Friday and have it eligible for execution at the designated time?

Explanation

The correct answer is "SBMJOB CMD(CALL ACCTBKUP) SCDDATE(*SUN) SCDTIME(010000)". This command can be used to submit the job on Friday and schedule it for execution at the designated time of 1 A.M. on Sunday. The "SCDDATE(*SUN)" parameter specifies that the job should be scheduled for Sunday, and the "SCDTIME(010000)" parameter specifies the time of 1 A.M. for execution.

Submit
82. As system is using PM/400 for ongoing performance data collection. The operator has been instructed to manually cycle the performance data collection. Which of the following will accomplish the request?

Explanation

The correct answer is STRPFRCOL CYCCOL(*YES). This command will start the performance data collection and instruct the system to cycle the collection automatically. This means that the performance data will be continuously collected and stored without manual intervention.

Submit
83. A save operation has gone to error status immediately after being submitted. The error states no media of the class requested by the backup is available. Looking at media in the library shows there are tapes of the requested class which have passed their expiration date, but they are not being used by BRMS for this backup. The library is varied-on and available to the system. What is the most likely cause of the problem?

Explanation

The most likely cause of the problem is that BRMS maintenance has not been run. This is indicated by the fact that there are tapes of the requested class available in the library, but they are not being used for the backup. Running BRMS maintenance would ensure that the tapes are properly recognized and utilized by the backup system.

Submit
84. Which of the following save commands will allow objects in a save file to be restored, in a single step, directly from tape or optical?

Explanation

The correct answer is SAVSAVFDTA. This command allows objects in a save file to be restored directly from tape or optical in a single step.

Submit
85. Given the following screen:

Description Status ---------------Job---------------
ETHER ACTIVE
ETHCTL ACTIVE
ETHDEV0 ACTIVE QTCPIP QTCP 001125

Which task should be performed to prevent the following message from appearing after varying off the Ethernet line?

Device ETHDEV0 cannot be varied off at this time (C G)
Reply . . . ____________________________

Explanation

To prevent the message from appearing after varying off the Ethernet line, the task that should be performed is to end the associated TCP interfaces. This will ensure that the Ethernet line is properly disconnected and there are no active TCP connections that might cause the error message to appear.

Submit
86. Which of the following will correctly display server jobs currently in use by user ID HARRY?

Explanation

The correct answer is to use System i Navigator to expand Work Management, select Server Jobs, and include only jobs whose user ID is HARRY. This option specifically filters for server jobs and narrows down the results to only those associated with the user ID HARRY. This is the most accurate and direct way to display server jobs currently in use by the user ID HARRY.

Submit
87. The help desk has reported slower than average response times for 5250 transactions and would like to know which users are using the most CPU. Which of the following will allow the operator to answer the question?

Explanation

The correct answer is to use the WRKACTJOB command to list the interactive subsystem jobs. By specifying SYS(QINTER) and SEQ(*CPU), the command will display a list of interactive jobs in the QINTER subsystem sorted by CPU%, allowing the operator to identify which users are using the most CPU. This will help determine which users may be causing the slower response times and take appropriate actions.

Submit
88. The operator is attempting to vary on a dial-up communications line. The vary-on of the line failed. Which of the following describes why the vary-on failed?

Explanation

The reason why the vary-on of the line failed is that another line using the resource name is already varied on. This means that the resource name is already being used by another line, causing a conflict and preventing the vary-on process from being successful.

Submit
89. Which of the following comands will display the currently installed cumulative fix package?

Explanation

The correct answer is "DSPPTF LICPGM(5722999)". This command will display the currently installed cumulative fix package for the specified LICPGM (Licensed Program) number 5722999.

Submit
90. Which is the correct method to reach a command entry dialog box using System i Navigator?

Explanation

To reach a command entry dialog box using System i Navigator, the correct method is to right-click the system under My Connections and select "Run Command". This option allows users to access the command entry dialog box directly from the system they are connected to.

Submit
91. Which of the following commands is used to print current System Audit Journal properties?

Explanation

The command DSPSECAUD is used to print the current System Audit Journal properties.

Submit
92. By default, how is the initial library list established for a submitted job?

Explanation

The initial library list for a submitted job is established from the library list of the job issuing the SBMJOB command. This means that the libraries specified in the library list of the job that submits the SBMJOB command will be used as the initial library list for the submitted job.

Submit
93. When displaying messages in System i Navigator, an operator only wants to see the messages from the QSYSOPR message queue with a severity of 40 or more on a system named Mysystem. After expanding My Connections -> Mysystem -> Basic Operations, what is the procedure to accomplish this?

Explanation

To accomplish the task of only seeing messages from the QSYSOPR message queue with a severity of 40 or more on the system named Mysystem in System i Navigator, the operator should right-click on the "Messages" option, then select "Customize This View". In the customization window, the operator should click on "Include" and select "System Operator" from the options. Finally, the operator should change the "Lowest Severity Level" to 40. This will filter the messages and display only those that meet the specified criteria.

Submit
94. In which of the following locations could an operator look to determine when a specific object had last been saved?

Explanation

The operator could look at the object description to determine when a specific object had last been saved. The object description typically includes information about the object, including its last saved date and time. By checking the object description, the operator can easily find the information they need to determine when the object was last saved.

Submit
95. Where would an operator using System i Navigator check which ports are in use on a system named Mysystem?

Explanation

An operator using System i Navigator would check which ports are in use on a system named Mysystem by navigating to "My Connections" -> "Mysystem" -> "Network" -> "TCP/IP Configuration" -> "IPv4" -> "Connections". This option provides the specific path to access the information about port usage on the system.

Submit
96. A user has asked to have their default printer changed. Which of the following will accomplish this task?

Explanation

Changing the printer device in the user profile will accomplish the task of changing the default printer. The user profile contains settings specific to each user, including the default printer. By changing the printer device in the user profile, the user's default printer will be updated accordingly. This ensures that any print jobs initiated by the user will be sent to the newly specified printer.

Submit
97. An operator is trying to vary on an Ethernet line but it goes to RCYPND. Which of the following is the most likely cause?

Explanation

The most likely cause for the Ethernet line going to RCYPND is that the Ethernet IOA is not cabled to an Ethernet hub or switch. This means that there is no physical connection between the IOA and the network, resulting in the line being unable to establish a connection.

Submit
98. An i5 system operator has been instructed to run a Reclaim Storage but when the command is run the message 'System not in proper state to reclaim storage' is returned. Which of the following is the cause of the problem?

Explanation

The reason for the problem is that the operator has not performed the ENDSBS *ALL command. This command is necessary to end all subsystems before running the Reclaim Storage command. Without ending the subsystems, the system is not in the proper state to reclaim storage.

Submit
99. A system operator is creating a virtual tape volume which will later be duplicated to physical tape. Which of the following is a consideration when performing this operation?

Explanation

When creating a virtual tape volume that will later be duplicated to physical tape, it is important to ensure that the virtual tape volume is created using a block size compatible with the physical tape device. This is because the block size determines the amount of data that can be read or written at a time. If the block size of the virtual tape volume is not compatible with the physical tape device, it may cause issues during the duplication process and result in data loss or corruption. Therefore, it is crucial to consider the block size compatibility to ensure a successful duplication process.

Submit
100. Which of the following is the correct command to save the 5722-BR1 (BRMS) product?

Explanation

The correct command to save the 5722-BR1 (BRMS) product is SAVLICPGM. This command is used to save the licensed program and its associated objects. SAVSYSLIC is used to save the system license information. SAVLICBRM and SAVPGMBRM are not valid commands for saving the BRMS product.

Submit
101. A programmer informs the system operator that they cannot sign on. The programmer receives the error "Job ended abnormally" and the display returns to the Sign On screen. Which of the following is the most likely cause of the problem?

Explanation

The most likely cause of the problem is that the "Initial menu" parameter value is invalid. This parameter determines the menu that is displayed when a user signs on to the system. If the value is invalid, the system may not be able to load the menu properly, resulting in an abnormal job end and a return to the Sign On screen.

Submit
102. An operator wants to check the status of a LAN adapter called Lin01 on Mysystem using System i Navigator. After expanding My Connections -> Mysystem -> Configuration and Service. Which of the following tasks will accomplish this?

Explanation

not-available-via-ai

Submit
103. One of two system printers, SYSPRT2, has failed and there are many spooled files in its output queue. The remaining printer, SYSPRT1, still has several items in its queue to print. Which of the following will direct SYSPRT1 to begin printing SYSPRT2's spooled files as soon as its own queue is empty?

Explanation

The correct answer is CHGWTR WTR(SYSPRT1) OUTQ(SYSPRT2) OPTION(*NORDYF). This command changes the writer associated with SYSPRT1 to point to the output queue SYSPRT2, and the OPTION(*NORDYF) parameter ensures that SYSPRT1 will start printing the spooled files from SYSPRT2 as soon as its own queue is empty.

Submit
104. Which of the following will allow an operator to authorize users to printer writers and output queues without having to first end the writer?

Explanation

Adding users to an authorization list attached to the output queue and the device description allows an operator to authorize users to printer writers and output queues without having to first end the writer. This method grants specific permissions to users without interrupting the ongoing printing process. By adding users to the authorization list, they can access the printer writers and output queues without requiring the writer to be ended and restarted.

Submit
105. A user receives a CPF1266 'User not authorized to library.' Which of the following will correct this?

Explanation

The user is receiving a CPF1266 error message indicating that they are not authorized to access the library. To correct this issue, the appropriate action would be to use the EDTOBJAUT command to grant object authority to the user for the library. This command allows the user to edit the object authority and specify the necessary permissions for accessing the library.

Submit
106. Which of the following is the correct command to provide the group QPGMR *CHANGE Authority to all objects in the WEEKLY library?

Explanation

The correct command to provide the group QPGMR *CHANGE Authority to all objects in the WEEKLY library is GRTOBJAUT OBJ(WEEKLY/*ALL) OBJTYPE(*ALL) USER(QPGMR) AUT(*CHANGE). This command grants object authority to a user or group, in this case, QPGMR, for all objects in the WEEKLY library with *CHANGE authority.

Submit
107. The help desk has determined that a remote server connecting to the System i with ODBC has apparently stopped responding and would like the process restarted. There are more than 850 ODBC connections (QZDASOINIT) on the system. The help desk has provided the user profile used to initiate the ODBC connection. How does the operator identify the proper ODBC connection job to end?

Explanation

The System i Navigator, server jobs dialog allows the operator to view and manage the jobs running on the system. By using this dialog, the operator can identify the ODBC connection jobs that are affected by the issue. This will help in determining the proper ODBC connection job to end and restart the process.

Submit
108. PC users are trying to connect to an iSeries via ETH1 and cannot get the terminal emulator to display a sign on screen. There are multiple Ethernet lines configured on the system. The Ethernet line and controller are active for ETH1, and the network device is varied on. What needs to be done to change the status of the device to active without disrupting Ethernet connections and traffic on other lines?

Explanation

To change the status of the device to active without disrupting Ethernet connections and traffic on other lines, the PC users should start the TCP/IP interface via the Network tree in System i Navigator. This will allow the terminal emulator to display a sign-on screen without affecting the other Ethernet connections and traffic on the system.

Submit
109. An operator wants to print all the spooled files on output queue PRT that use the "INVOICE" form, without form change interruptions for other form types. Which of the following accomplishes this?

Explanation

The correct answer is "CHGWTR WTR(PRT) FORMTYPE(INVOICE)". This command changes the writer attributes for output queue PRT to use the "INVOICE" form type. This ensures that only spooled files using the "INVOICE" form will be printed without interruptions for other form types.

Submit
110. A network switch has been replaced which required the Ethernet line to be varied off. The switch is back in place and the line has been varied back on but users cannot connect to the system. Which of the following is a likely cause for the problem?

Explanation

After replacing the network switch and turning the Ethernet line back on, the users are unable to connect to the system. This suggests that there may be an issue with the TCP/IP interface. Restarting the TCP/IP interface can help resolve any potential configuration or connectivity issues that may have occurred during the switch replacement process. By restarting the TCP/IP interface, it allows the system to establish a fresh connection and re-establish communication with the network, potentially resolving the problem and allowing users to connect to the system again.

Submit
111. SYS1 has a remote output queue A01 set up with SYS2 as the remote system. SYS2's output queue is B01. How would the operator move an existing spooled file on SYS1 to SYS2?

Explanation

To move an existing spooled file on SYS1 to SYS2, the operator would need to change the spooled file's attributes to specify output queue A01. This would ensure that the spooled file is directed to the correct output queue on SYS2. Using SNDTCPSPLF to send the spooled file to QSYSOPR on SYS2 is incorrect as it would send the file to the system operator's output queue, not the specified output queue. Similarly, using SNDNETSPLF to send the spooled file to output queue A01 on SYS2 is also incorrect as it would not change the spooled file's attributes.

Submit
View My Results

Quiz Review Timeline (Updated): Jun 5, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jun 05, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 05, 2010
    Quiz Created by
    Razor821
Cancel
  • All
    All (111)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which command is used to display the system's history log?
A library must be saved. The message "10 objects saved, 2 not saved"...
Given the following command to add a job to the job scheduler, when...
What is the default run priority for interactive jobs in the QINTER...
An operator wants all system operator messages greater than severity...
A library called TEST must be restored to a system containing a...
Operations has been asked to monitor disk % busy with WRKDSKSTS during...
The system operator's evening checklist includes verifying disk...
An operator is performing the nightly backup when the message "CPF6792...
What part of BRMS defines the objects that are to be saved in a...
In System i Navigator, which function key will allow subsetting of the...
An operator has been directed to initialize multiple tapes. Which of...
In which IBM supplied subsystem do CLEANUP jobs run?
A System i5 customer has added a new physical location to their...
Which of the following commands will save any directory stored in the...
Using BRMS, what command is used to look at the results of a backup?
An operator has downloaded PTFs with the SNDPTFORD command. Where are...
A system monitor has been set up to monitor CPU Utilization and send a...
The operator notices the following message in the QSYSOPR message...
When using the File Transfer Protocol (FTP) to transfer program...
An operator is trying to vary on a tape device but keeps getting a...
On the QSYSOPR message queue, a message stating that Critical Hardware...
Which command can be used to set TCP/IP to automatically start after...
An operator has been instructed to move 2GB of system memory from the...
Which command is used to display a physical/logical file hierarchy?
All the i5's in the computer room get their power from the UPS. After...
Which of the following IFS designations is used to identify the i5/OS...
An operator needs a job to process from the job queue ahead of other...
Which of the following is the name for a "virtual" optical set?
An operator has used the DSPTAP command to determine what objects in a...
Which associated object must be restored on the system prior to...
An operator is ordering PTFs via Fix Central. The current cumulative...
A system operator is signed on to the console with user profile...
Which "Save File" parameter will prevent a spooled file from being...
Which of the following items are saved by the SAVSYS command?
A system operator IPLs each of the partitions on their i5 weekly....
Using System i Navigator an operator wants to hold the QBATCH job...
When reviewing CPU utilization on a WRKACTJOB screen, an operator...
A batch job must run utilizing a special library list to ensure that...
In the current enviornment, submitted jobs produce a job log only for...
Which of the following would an operator use to change the printing...
What is the meaning of the "A" or "B" source for an i5/OS IPL?
Which of the following media is used to save a library to an external...
Which of the following is used to view objects in any file system of...
Which of the following must be ordered to receive a Cumulative PTF...
A system has been placed in a restricted state. Which of the following...
The message "CPIEF01 - Service Agent is analyzing your system product...
Which of the following commands is used to view and modify the default...
Which of the following commands is used to save user profiles?
Which command is used to see the status of all jobs on the system and...
An operator is initializing a tape. Objects saved to it will be...
On the WRKTCPPTP display, which of the following status values...
An operator has been asked to make all appropriate PTFs in a group PTF...
An i5 system with multiple i5/OS partitions has a single tape library...
An operator needs to ensure all tape and optical libraries are...
A job that normally creates multiple output files in output queue ABC...
An operator has received a CD with PTFs for installation on multiple...
Immediately after UPS maintenance which removed power from their i5...
A user has sent a one thousand page report to a four page per minute...
Which user profile setting allows only certain commands to be used?
An operator was instructed to save the library ABCCOMPANY to a save...
Which of the following is required for a full system save?
An operator opens a console session from an HMC to an i5/OS partition....
An operator must check the status of some Integrated xSeries Servers...
Which of the following defines the steps required to reallocate a...
Which command is used to view media which is currently enrolled in...
An operator needs to order the latest PTF Cumulative package from IBM,...
Where can automatic replies for messages be viewed and configured?
What command would be used to install a PTF package?
Using System i Navigator, how would an operator check the disk...
Which of the following correctly describes the type of controller...
An system operator needs to determine the cumulative PTF package level...
Presuming the operator is using the Intermediate assistance level:On...
After completing a reclaim storage from the twinax console of an i550...
An operator has just called a program from the command line and needs...
Throughout month-end processing many different reports are sent to the...
The operator has been asked to back up 3 libraries to disk. Which of...
Users are complaining that they cannot release spooled files that...
An operator received a complaint that a user cannot get a sign on...
An operator has mounted an LTO3 tape into an LTO4 tape drive and wants...
An operator normally runs a backup job using the command SBMJOB...
As system is using PM/400 for ongoing performance data collection. The...
A save operation has gone to error status immediately after being...
Which of the following save commands will allow objects in a save file...
Given the following screen:Description Status...
Which of the following will correctly display server jobs currently in...
The help desk has reported slower than average response times for 5250...
The operator is attempting to vary on a dial-up communications line....
Which of the following comands will display the currently installed...
Which is the correct method to reach a command entry dialog box using...
Which of the following commands is used to print current System Audit...
By default, how is the initial library list established for a...
When displaying messages in System i Navigator, an operator only wants...
In which of the following locations could an operator look to...
Where would an operator using System i Navigator check which ports are...
A user has asked to have their default printer changed. Which of the...
An operator is trying to vary on an Ethernet line but it goes to...
An i5 system operator has been instructed to run a Reclaim Storage but...
A system operator is creating a virtual tape volume which will later...
Which of the following is the correct command to save the 5722-BR1...
A programmer informs the system operator that they cannot sign on. The...
An operator wants to check the status of a LAN adapter called Lin01 on...
One of two system printers, SYSPRT2, has failed and there are many...
Which of the following will allow an operator to authorize users to...
A user receives a CPF1266 'User not authorized to library.' Which of...
Which of the following is the correct command to provide the group...
The help desk has determined that a remote server connecting to the...
PC users are trying to connect to an iSeries via ETH1 and cannot get...
An operator wants to print all the spooled files on output queue PRT...
A network switch has been replaced which required the Ethernet line to...
SYS1 has a remote output queue A01 set up with SYS2 as the remote...
Alert!

Advertisement