loadlib error

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
vaibhav19711
Member
Posts: 7
Joined: Thu Dec 09, 2010 12:15 pm
Location: chennai

loadlib error

Post by vaibhav19711 » Sun Dec 09, 2012 2:37 pm

Hi,
Please tell me, if load is not present in loadlib what error code we will get after submitting job?
Vaibhav..

NicC
Active Member
Posts: 650
Joined: Sun Jul 24, 2011 5:27 pm
Location: Down on the pig farm

Post by NicC » Sun Dec 09, 2012 2:57 pm

What happened when you tried?
A load lib contains the program to be executed. System programs e.g. utilities do not need the loadlib specified - it is known to the system. Where your application program resides is probably not known to the system so you have to provide that information - either by joblib or steplib statements.
Now, again, what happened when you experimented?
Regards
Nic

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Sun Dec 09, 2012 10:02 pm

How many times / places do you intend to post this question. . . :(

d

vaibhav19711
Member
Posts: 7
Joined: Thu Dec 09, 2010 12:15 pm
Location: chennai

Post by vaibhav19711 » Mon Dec 10, 2012 1:15 pm

Hi,

Actually whenever i have tried i didn't got any error because every time developer promote there code to test library after only i have done testing.
but now i am not using mainframe thats y i can not try it myself, so please tell me if in steplib if load is not present what error(error code) we will get?
Vaibhav..

NicC
Active Member
Posts: 650
Joined: Sun Jul 24, 2011 5:27 pm
Location: Down on the pig farm

Post by NicC » Mon Dec 10, 2012 1:34 pm

If you are not using a mainframe why worry about it? and, once again, it depends on where the program resides and if that location is known, by default or not, to the system.
Regards
Nic

vaibhav19711
Member
Posts: 7
Joined: Thu Dec 09, 2010 12:15 pm
Location: chennai

Post by vaibhav19711 » Mon Dec 10, 2012 2:55 pm

Thanks for your reply,

I am going to join again mainframe project, i got this question in interview and i dont remember error code i got long back might be it was -911 or 804(not sure).
NicC whenever i do testing of any program and if that particular program load is not in my test library it surely gives error code. system wont take directly any load.
Vaibhav..

William Collins
Active Member
Posts: 732
Joined: Thu May 24, 2012 4:07 am

Post by William Collins » Mon Dec 10, 2012 4:45 pm

Google for S806, if it plain can't find the program from an EXEC PGM= or from a "dynamic" CALL/LOAD/whatever.

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Mon Dec 24, 2012 7:59 pm

Why did you think about -911 and 804? -911 is SQLCODE, 804 is beyond the scope of this thread.

Suggest you look for what William suggests.
Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others