IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: Who here knows JES errors and/or PL/I
Sorry for the delay, I just found this BB. I hope any reader finds this helpful.


Your program appears fine. The problem is in the JCL.
The clue is:
58 IEFC605I UNIDENTIFIED OPERATION FIELD
59 IEFC605I UNIDENTIFIED OPERATION FIELD
60 IEFC605I UNIDENTIFIED OPERATION FIELD
61 IEFC611I OVERRIDDEN STEP NOT FOUND IN PROCEDURE

58 // G.INFILE DD DSN=CCIP.Z6BAR.LAYOUT,DISP=SHR
59 // G.OUTFILE DD DSN=CCIP.Z6BAR.LAYOUT2,DISP=(,CATLG),UNIT=DISK,
60 // SPACE=(TRK,(10,1),RLSE),DCB=(RECFM=FB,LRECL=132,BLKSIZE=0)
61 //L.SYSLMOD DD DSN=CCIP.SHARE.TESTLIB(PLTEST),DISP=SHR

The Fix is to remove the space between the "//" and the stepname "G". There can not be a space between the slashes and the DDNAME or in the case the
override stepname followed by the ddname. JCL expansion put non-overriding JCL behind the PROC expansion. So the override for the target library (SYSLMOD) is not associated with the preceeding PROC. There is no stepname of "L".

Your "systems programmer" need another career. This is a simple JCL error. If he can't figure that out how does he handle the really technical stuff?

New hehehehe and a very nice welcome to you
post often, Im sure Barry appreciates the advice.
thanx,
bill
All tribal myths are true, for a given value of "true" Terry Pratchett
[link|http://boxleys.blogspot.com/|http://boxleys.blogspot.com/]

Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 49 years. meep
questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
New Excellent!
Do you know anything about OS/390 emulators?

We might be getting one; it's that or renting space on a machine they'll administer.

It's been 20 years since I've touched Big Iron....
[link|http://www.runningworks.com|
]
Imric's Tips for Living
  • Paranoia Is a Survival Trait
  • Pessimists are never disappointed - but sometimes, if they are very lucky, they can be pleasantly surprised...
  • Even though everyone is out to get you, it doesn't matter unless you let them win.


Nothing is as simple as it seems in the beginning,
As hopeless as it seems in the middle,
Or as finished as it seems in the end.
 
 


New Thanks for the input
I've managed to abandon that project quite a while ago, instead setting up a program called tcAccess that lets me have an ODBC connection to VSAM files.

And yes, either he's an idiot or has it out for me.
New That or is not exclusive
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
     Who here knows JES errors and/or PL/I - (broomberg) - (11)
         Geez, that takes me back! - (Meerkat) - (5)
             Not that easy - (broomberg)
             Ack, I misunderstood you! - (broomberg) - (3)
                 Quick note regarding your systems programmer - (Meerkat) - (2)
                     Nah, I could respect that - (broomberg) - (1)
                         Ah, so just a B rather than a BOFH. Bummer :( -NT - (Meerkat)
         Re: Who here knows JES errors and/or PL/I - (geneMachine) - (4)
             hehehehe and a very nice welcome to you - (boxley)
             Excellent! - (imric)
             Thanks for the input - (broomberg) - (1)
                 That or is not exclusive -NT - (ben_tilly)

drook is not your Guinea pig.
117 ms