Specifying AFP resource directories
The
mvsprpsm.sh
shell script contains these lines, which are commented out by
default:
# NOTE: Add resource-context-xxx search paths to the pdpr options
# if necessary.
For example:
#outputstr="$outputstr resource-context-font=/font/reslib"
#outputstr="$outputstr resource-contect-page-def=/dept123/pagedef:/acme/pagedef"
Use the format shown in the third and fourth lines to specify the paths to the
directories containing AFP resources. Do not include the pound sign,
#
, when
specifying the directories. You can specify multiple directories by separating them
with colons. You can also specify MVS file systems accessed through the NFS
mount
command.
Changing how the shell script generates the file name
The
mvsprpsm.sh
shell script contains the following lines, which cause the
InfoPrintMVS Download shell script to include the MVS job identifier in the name
of the file generated by the shell script:
# Rename the downloaded file to include the MVS job id (comment out
# if this behavior is not desired)
if [ "$paopt" != "" ; then
JID=${paopt##*jobid=}
if [ "$JID" != "$paopt" ] ; then
JID=${JID%%, *}
if [ "$JID" != "" ]; then
mv $filename $JID.$filename
filename=$JID.$filename
mv $logfile $JID.$logfile
logfile=$JID.$logfile
fi
fi
fi
If you do not want the MVS job identifier included, comment out the lines.
Using multiple printers with MVS Download
By default, an MVS Download process submits all jobs to the same logical printer.
A parameter that specifies this logical printer starts the
mvsprsd
daemon. This
printer is fixed for the duration of the process. If you want to send MVS Download
jobs to multiple InfoPrint Manager printers, then multiple daemons must be
started for each printer.
If you want a single
mvsprsd
daemon process to route MVS Download jobs to
different printers, you can uncomment these lines from the
mvsprpsm.sh
shell
script:
## ############################################################################
## The following code-segment should be uncommented if dynamic printer
##
assignment is desired.
Uncomment lines that are singly (#) commented.
##
Lines with double comment (##) should remain commented.
##
## The MVS parameter DEST=xxxx is used to assign the logical printer
##
(thereby making the MVS Download daemon's startup queue irrelevant).
##
## The assumption below is that the DEST passed is the actual name
##
of an IPM logical destination.
Note that both JES2 and JES3 will
##
pass the DEST in the NJE header in UPPER CASE but the code below
##
will convert it to lower-case.
## ############################################################################
#####################################################
Chapter 30. Printing data sets from an MVS system through MVS Download
289
Summary of Contents for InfoPrint Manager for AIX
Page 1: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Page 2: ......
Page 3: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Page 6: ...iv InfoPrint Manager for AIX Procedures ...
Page 8: ...vi InfoPrint Manager for AIX Procedures ...
Page 16: ...2 InfoPrint Manager for AIX Procedures ...
Page 20: ...6 InfoPrint Manager for AIX Procedures ...
Page 58: ...44 InfoPrint Manager for AIX Procedures ...
Page 62: ...48 InfoPrint Manager for AIX Procedures ...
Page 70: ...56 InfoPrint Manager for AIX Procedures ...
Page 96: ...82 InfoPrint Manager for AIX Procedures ...
Page 110: ...96 InfoPrint Manager for AIX Procedures ...
Page 156: ...142 InfoPrint Manager for AIX Procedures ...
Page 170: ...156 InfoPrint Manager for AIX Procedures ...
Page 234: ...220 InfoPrint Manager for AIX Procedures ...
Page 236: ...222 InfoPrint Manager for AIX Procedures ...
Page 256: ...242 InfoPrint Manager for AIX Procedures ...
Page 326: ...312 InfoPrint Manager for AIX Procedures ...
Page 330: ...316 InfoPrint Manager for AIX Procedures ...
Page 331: ...Part 3 Operator and user procedures Copyright InfoPrint Solutions Company 1998 2010 317 ...
Page 332: ...318 InfoPrint Manager for AIX Procedures ...
Page 348: ...334 InfoPrint Manager for AIX Procedures ...
Page 365: ...Part 4 Appendixes Copyright InfoPrint Solutions Company 1998 2010 351 ...
Page 366: ...352 InfoPrint Manager for AIX Procedures ...
Page 370: ...356 InfoPrint Manager for AIX Procedures ...
Page 378: ...364 InfoPrint Manager for AIX Procedures ...
Page 382: ...368 InfoPrint Manager for AIX Procedures ...
Page 406: ...392 InfoPrint Manager for AIX Procedures ...
Page 416: ...402 InfoPrint Manager for AIX Procedures ...
Page 417: ......
Page 418: ...Program Number 5648 F35 Printed in USA G550 1066 04 ...