View previous topic :: View next topic |
Author |
Message |
baskkarsubbian Beginner
Joined: 31 Aug 2003 Posts: 18 Topics: 12
|
Posted: Mon Sep 01, 2003 2:21 am Post subject: Difference of using steplib and Joblib in a Job. |
|
|
I have a joblib st and steplib st in my job. If the path specified in the steplib doesn't exist is the job takes the path from the joblib?
Job1 Job .........
joblib dd dsn = path1.bask1
dd dsn = path2.bask2
steplib dd dsn = steppath1.bask1
step1 exec pgm = prog1
step2 exec pgm = prog2
In the above example if the path specified in the prog1 doesn't exist in the steplib path is it taken from the joblibpath (path1.bask1)?  |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Mon Sep 01, 2003 4:32 am Post subject: |
|
|
yes sir, always the steplib overrides the joblib.
________
Honda Dualnote Specifications
Last edited by coolman on Sat Mar 12, 2011 8:31 pm; edited 1 time in total |
|
Back to top |
|
 |
baskkarsubbian Beginner
Joined: 31 Aug 2003 Posts: 18 Topics: 12
|
Posted: Mon Sep 01, 2003 7:33 am Post subject: |
|
|
I know that steplib overrides joblib. My doubt is that if the specified path doesn't exist in the steplib is it go for a joblib.
I gave both joblib and steplib for the step.  |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Mon Sep 01, 2003 7:44 am Post subject: |
|
|
Yes it does. You are right.
________
HSC engine
Last edited by coolman on Sat Feb 05, 2011 1:28 am; edited 1 time in total |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Mon Sep 01, 2003 10:30 pm Post subject: |
|
|
Coolman,
Accodring to baskar he has specified both JOBLIB and STEPLIB. If the load module is not found in the STEPLIB I am afraid the job is going to abend with S806.
In other words when a STEPLIB is provided the JOBLIB is ignored.
Baskar,
Did you check if your step ran successfully when the loadmodule is absent in the STEPLIB and present in the JOBLIB.
[/b] |
|
Back to top |
|
 |
baskkarsubbian Beginner
Joined: 31 Aug 2003 Posts: 18 Topics: 12
|
Posted: Sun Sep 07, 2003 1:05 am Post subject: |
|
|
my job abends but my friend didn't agree that.
can anyone clarify me with detail? |
|
Back to top |
|
 |
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Sun Sep 07, 2003 1:14 am Post subject: |
|
|
Baskar
Ask you friend to look into the URL provided by kolusu. That should fix his doubts. |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Sun Sep 07, 2003 1:15 am Post subject: |
|
|
Brian,
You are right. I guess, It was an oversight.
Baskkarsubbian,
Did you go through the manual that Kolusu had provided, BTW, why don't you run a test job to clarify it with your friend. You can then prove that you are right.
Cheers,
Coolman.
________
Yamaha QY10
Last edited by coolman on Sat Feb 05, 2011 1:28 am; edited 1 time in total |
|
Back to top |
|
 |
baskkarsubbian Beginner
Joined: 31 Aug 2003 Posts: 18 Topics: 12
|
Posted: Sun Sep 07, 2003 1:34 am Post subject: |
|
|
Thanks for the clarifications
Before to prove to my friend I would like to confirm that's why I put a query in the forum.
Once again Thanks |
|
Back to top |
|
 |
|
|