× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



My preferred way is to put your configuration into a CLP. You can
compile and then execute the CLP to create the devices. If saved, you
can then recreate the devices by running the program again for DR
testing, etc.

If you have the devices created on another partition or system, you can
retrieve the device descriptions into a source file and then change the
type to CLP. You will just need to insert the PGM and ENDPGM command at
the start / end of the source member.

RTVCFGSRC CFGD(LAN*)
CFGTYPE(*DEVD)
SRCFILE(CHRISB/QCLSRC)

This will pull the configuration source for all devices that start with
"LAN"



Chris Bipes
Director of Information Services
CrossCheck, Inc.

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Laine, Rogers
Sent: Wednesday, September 23, 2009 8:01 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Mass Creation of Printer Device Desc.


I have over 100 printers to define to a given LPAR and I would like to
do this using an in stream member with multiply CRTDEVPRT commands as
shown below.

Questions....

1. Can this be done and how would this be executed (PGM, Utility, etc)

2. What type of file would be used to create this?


I'm new to this platform and my background is on the Z-Series, so please
forgive me if my terminology to not correct.

I would like to keep this very simple, if possible.


CRTDEVPRT DEVD(LAN01)

DEVCLS(*LAN)

TYPE(3812)

MODEL(1)

LANATTACH(*IP)

PORT(9100)

FONT(11)

FORMFEED(*AUTOCUT)

PARITY(*NONE)

STOPBITS(1)

TRANSFORM(*YES)

MFRTYPMDL(*HPCOLORLJ)

RMTLOCNAME('172.31.40.70')

SYSDRVPGM(*HPPJLDRV)

CRTDEVPRT DEVD(LAN02)

DEVCLS(*LAN)

TYPE(3812)

MODEL(1)

LANATTACH(*IP)

PORT(9100)

FONT(11)

FORMFEED(*AUTOCUT)

PARITY(*NONE)

STOPBITS(1)

TRANSFORM(*YES)

MFRTYPMDL(*HPCOLORLJ)

RMTLOCNAME('172.31.40.71')

SYSDRVPGM(*HPPJLDRV)





************************************************
This E-Mail transmission (and/or the documents accompanying it)
may contain information belonging to the sender which is confidential,
privileged and/or exempt from disclosure under applicable law. The
information is intended only for the use of the individual(s) or entity
named above. If you are not the intended recipient, you are hereby
notified that any disclosure, copying, distribution or the taking of any

action in reliance on the contents of this information is strictly
prohibited. If you have received this E-Mail transmission in error,
please immediately notify us by return E-Mail or telephone to arrange
for return of its contents including any documents.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.