| Author |
Message |
Topic: Moving load modules |
PHacker
Replies: 4
Views: 3115
|
Forum: Job Control Language(JCL) Posted: Thu Dec 15, 2005 11:36 am Subject: Moving load modules |
Due to a shortage of people, we are all doing alot of our own updates and moves to production. I have a bunch of payroll tax updates to move after testing (and testing is completed.)
This will work ... |
Topic: Moving load modules |
PHacker
Replies: 4
Views: 3115
|
Forum: Job Control Language(JCL) Posted: Thu Dec 15, 2005 10:24 am Subject: Moving load modules |
I'm trying to make a JCL to move production load modules to backup so newer versions can be placed in production.
I can do source, proc, and JCL PDS easy(IEBGENER ), but the loads give me problems. ... |
Topic: Printer options for JES ZOS and Ricol printer |
PHacker
Replies: 0
Views: 1165
|
Forum: Job Control Language(JCL) Posted: Fri Feb 25, 2005 2:02 pm Subject: Printer options for JES ZOS and Ricol printer |
I'm having a strange problem with our laser printers.
We use //PRINT1 DD SYSOUT=E,DEST=P557V,OUTPUT=*.OUT1 to command our printer to print to a Ricol printer.
Problem is, in duplex mode it i ... |
Topic: ZOS 31 Bit Mode |
PHacker
Replies: 1
Views: 1754
|
Forum: Other Technical Topics Posted: Fri Nov 12, 2004 4:30 pm Subject: ZOS 31 Bit Mode |
We are trying to make our ZOS 64 bit mode system run a LPAR in 31 Bit mode for applications that cannot run in 64 bit. Any help in figuring this out would be apprecitated.
Thanks,
Paul |
Topic: Bypassing a Step in JCL |
PHacker
Replies: 13
Views: 21634
|
Forum: Job Control Language(JCL) Posted: Mon Nov 08, 2004 3:14 pm Subject: Bypassing a Step in JCL |
We use combinations depending on what is needed.
One, //IFA IF (JS002.RC > 4) THEN
// ENDIF
is used with return codes from particular steps.
Another, of course, is ... |
Topic: ZOS JCL tape problem |
PHacker
Replies: 2
Views: 3068
|
Forum: Job Control Language(JCL) Posted: Mon Nov 08, 2004 3:04 pm Subject: ZOS JCL tape problem |
| Much thanks. The systems programmer says he is trying to get the APARs now from IBM. I did a work around by just putting the GDGs to disk (one usually is a two tape A/P voucher history which took up 1 ... |
Topic: ZOS JCL tape problem |
PHacker
Replies: 2
Views: 3068
|
Forum: Job Control Language(JCL) Posted: Mon Nov 08, 2004 8:54 am Subject: ZOS JCL tape problem |
| We have just changed from OS390 to ZOS. When backing up data files in the middle of job streams, using COBOL programs to backup, it gives the error EDG4025I (EJECTED. READING OF SCRATCH VOLUMES OR VOL ... |
Topic: SYSDBOUT DD Do I really need this? |
PHacker
Replies: 2
Views: 6786
|
Forum: Job Control Language(JCL) Posted: Wed Sep 08, 2004 3:03 pm Subject: SYSDBOUT DD Do I really need this? |
Kolusu,
Much thanks. I have looked over the compiler options in the A/P and Payroll sections and NO reference to any kind of dump options are there! Nor the RES or NORES options. I have this feelin ... |
Topic: SYSDBOUT DD Do I really need this? |
PHacker
Replies: 2
Views: 6786
|
Forum: Job Control Language(JCL) Posted: Wed Sep 08, 2004 2:31 pm Subject: SYSDBOUT DD Do I really need this? |
| At our site, we have quite a bit of JES code. I am restructuring most of it and find we have //SYSABOUT and //SYSDBOUT statements by the ton. Now we rarely have any kind but simple problems with the s ... |
| |