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
Содержание InfoPrint Manager for AIX
Страница 1: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Страница 2: ......
Страница 3: ...InfoPrint Manager for AIX Procedures Version 4 Release 3 G550 1066 04 ...
Страница 6: ...iv InfoPrint Manager for AIX Procedures ...
Страница 8: ...vi InfoPrint Manager for AIX Procedures ...
Страница 16: ...2 InfoPrint Manager for AIX Procedures ...
Страница 20: ...6 InfoPrint Manager for AIX Procedures ...
Страница 58: ...44 InfoPrint Manager for AIX Procedures ...
Страница 62: ...48 InfoPrint Manager for AIX Procedures ...
Страница 70: ...56 InfoPrint Manager for AIX Procedures ...
Страница 96: ...82 InfoPrint Manager for AIX Procedures ...
Страница 110: ...96 InfoPrint Manager for AIX Procedures ...
Страница 156: ...142 InfoPrint Manager for AIX Procedures ...
Страница 169: ...Part 2 Administrative procedures Customizing for special jobs Copyright InfoPrint Solutions Company 1998 2010 155 ...
Страница 170: ...156 InfoPrint Manager for AIX Procedures ...
Страница 234: ...220 InfoPrint Manager for AIX Procedures ...
Страница 236: ...222 InfoPrint Manager for AIX Procedures ...
Страница 256: ...242 InfoPrint Manager for AIX Procedures ...
Страница 326: ...312 InfoPrint Manager for AIX Procedures ...
Страница 330: ...316 InfoPrint Manager for AIX Procedures ...
Страница 331: ...Part 3 Operator and user procedures Copyright InfoPrint Solutions Company 1998 2010 317 ...
Страница 332: ...318 InfoPrint Manager for AIX Procedures ...
Страница 348: ...334 InfoPrint Manager for AIX Procedures ...
Страница 365: ...Part 4 Appendixes Copyright InfoPrint Solutions Company 1998 2010 351 ...
Страница 366: ...352 InfoPrint Manager for AIX Procedures ...
Страница 370: ...356 InfoPrint Manager for AIX Procedures ...
Страница 378: ...364 InfoPrint Manager for AIX Procedures ...
Страница 382: ...368 InfoPrint Manager for AIX Procedures ...
Страница 406: ...392 InfoPrint Manager for AIX Procedures ...
Страница 416: ...402 InfoPrint Manager for AIX Procedures ...
Страница 417: ......
Страница 418: ...Program Number 5648 F35 Printed in USA G550 1066 04 ...