Hi All,
I keep getting a Soc4 when I try to open a flat file as input in my Xpediter session. The file exists, and I'm able to access it with no issues when I run the same program in batch. I know I'm missing one of those COBOL loadlibs or a specific subroutine library. I have tried several but I have not been able to pinpoint which one it is. Do anyone have any ideas?
Thank you in advance,
Missing Cobol Library in Xpediter
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Missing Cobol Library in Xpediter
Why do you think a system library is missing? Why could it not be that you just did not allocate the file in TSO before starting Xpediter?
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Missing Cobol Library in Xpediter
Why do you think that anyone not in your organisation could possibly know anything about the set-up of Xpediter at your shop?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Posts: 8
- Joined: Tue Jul 31, 2012 6:47 am
- Skillset: Mainframe developer with 30 plus years of experience.
- Referer: Follow your forum quite frequently
Re: Missing Cobol Library in Xpediter
You got a point. I have and continue to ask around, however, the runtime libraries that I am referring to are standard for Xpediter setup, I've used Xpediter in other shops, I just don't remember the specific one I need and thought the forum would be able to help. Thanks anyway for your response.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Missing Cobol Library in Xpediter
Data set names are not standard -- every site has their own standard (even for system libraries -- one site migth use IGY.SIGYCOMP for the COBOL compiler whereas another uses IGY.V4R1M0.SIGYCOMP and another uses IGY.V410.SIGYCOMP). Hence, even if someone gave you the name of the library used at their site, there is little chance, if any, that the data set even exists at your site, much less resolves your problem. You asked the type of question that can only be answered by someone working AT YOUR SITE -- talk to your team leader, co-workers, or site support group for assistance.
- Quasar
- Posts: 102
- Joined: Wed Nov 10, 2010 7:11 pm
- Skillset: 4 years on the Mainframe
- Referer: Google
- Location: Borivali, Mumbai
Re: Missing Cobol Library in Xpediter
Hi,
Why don't you form a test Job-stream in your PDS, that contains just one-step - the program to be executed, along with all the necessary DD Cards. Then, supply it to Xpediter. Give me the failure screen-shot. Is it failing at the COBOL OPEN Statement?
Thanks,
Quasar
Why don't you form a test Job-stream in your PDS, that contains just one-step - the program to be executed, along with all the necessary DD Cards. Then, supply it to Xpediter. Give me the failure screen-shot. Is it failing at the COBOL OPEN Statement?
Thanks,
Quasar
Quasar Chunawala,
Software Engineer, Lives at Borivali, Mumbai
Software Engineer, Lives at Borivali, Mumbai
-
- Posts: 341
- Joined: Thu Feb 24, 2011 12:05 am
- Skillset: 30 years on IBM mainframes
- Referer: Searched for Frank Yeager
Re: Missing Cobol Library in Xpediter
We used to get this if our COMPILE jcl had a different version of the libraries than the RUN TIME jcl (or tso set up).
Check for that. You may just have an older compile set up and be shooting yourself in the foot.
Check for that. You may just have an older compile set up and be shooting yourself in the foot.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 8
- 4318
-
by steve-myers
View the latest post
Sat Oct 16, 2021 8:59 pm
-
- 1
- 7394
-
by enrico-sorichetti
View the latest post
Tue Sep 21, 2021 6:04 pm
-
- 2
- 3157
-
by enrico-sorichetti
View the latest post
Mon Oct 30, 2023 6:25 pm
-
- 1
- 4025
-
by Leixner
View the latest post
Thu Sep 15, 2022 3:33 am
-
- 12
- 12717
-
by Robert Sample
View the latest post
Thu Dec 15, 2022 9:28 pm