[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: mainfram parmlib ?
- Subject: Re: mainfram parmlib ?
- From: Ken Look <KWLook@AOL.COM>
- Date: Mon, 12 Apr 1999 09:47:33 EDT
Keri,
Yes, you can make your own parmlib members. The SYSIN Parmlib member can
be used for supplying the input parmaters for your specific SQR. We're using
Peoplesoft 6.02, DB2 v5 on IBM mainframe. For example, one of my parmlib
members has the following:
0
OPRID
RUN_CNTL_ID
B
P23
O
HCS
E
The Line 1, 0 (zero) indicates you're running traditional batch, so the
program doesn't try to access the process scheduler. The next 2 lines are
essentially constants when running in batch mode (they're used when running
thru process scheduler). The rest of the parm values are prompts for input
from the SQR program, so these will vary from program to program.
Ken Look
Look Consulting