Question 2
There are some files that need to be sent to a remote node and passed onto some postprocessing. The process contains two steps:
STEP1 COPY FROM (FILE="&SRCFILE") TO (FILE="&DESTFILE" DISP=RPL)
STEP2 RUN TASK SNODE SYSOPTS="postprocessing &DESTFILE"
The connection to the remote node is limited to two concurrent sessions. A bulk of processes is submitted, but overall takes a very long time to complete. To investigate the reason, the information in the exhibit was collected:
What action will provide the highest increase in throughput for the bulk of processes?
Modify STEP2 to use RUN JOB.
Modify STEP1 to use datatype binary.
Add extended compression to STEP1.
Increase the number of concurrent sessions to 3.
Correct answer: A