Hello everyone,
I need answer for the below question,
User has placed job in his own library. He just wanna to run the job from his own library rather than using Ca7 library. please provide me a answer for this.
Thanks
Balaji
Need to run job from user lib rather than using ca7 lib.
-
- Posts: 5
- Joined: Sun Jan 23, 2011 10:21 pm
- Skillset: CA7,TSO,ISPF,JCL,COBOL.
- Referer: Internet
-
- 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: Need to run job from user lib rather than using ca7 lib.
An answer to WHAT? There is no question asked, merely a statement of intention -- so nothing to respond to.please provide me a answer for this.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Need to run job from user lib rather than using ca7 lib.
the best advice You can get is...
ask the powers of Your organization, submitting jobs outside of the endorsed setup
is frowned upon by most organizations, and might be cause for lawful termination.
and Yourself incur the same risk for advising on how to do it!
ask the powers of Your organization, submitting jobs outside of the endorsed setup
is frowned upon by most organizations, and might be cause for lawful termination.
and Yourself incur the same risk for advising on how to do it!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Posts: 145
- Joined: Fri Jun 24, 2011 7:37 pm
- Skillset: Z/os - Sysplex - DFSMS - ISPF DLT SAS ASM COBOL REXX CLIST
- Referer: WEB Search
- Location: Lowell,AR
- Contact:
Re: Need to run job from user lib rather than using ca7 lib.
I'll take a guess what your question is. A user or organizaion wants to use CA-7 as the scheduler, but not use a CA-7 production JCLLIB?
I think CA-7 still has personal scheduler, last time I looked it was still an option, RTMs, there's some security to setup for users to use PS without letting them in the production schedules and jobs.
HTH
Peter
I think CA-7 still has personal scheduler, last time I looked it was still an option, RTMs, there's some security to setup for users to use PS without letting them in the production schedules and jobs.
HTH
Peter
Peter
-
- Posts: 5
- Joined: Sun Jan 23, 2011 10:21 pm
- Skillset: CA7,TSO,ISPF,JCL,COBOL.
- Referer: Internet
Re: Need to run job from user lib rather than using ca7 lib.
Hi,
in order to run a job from user requested lib you can Fetch the job in DB.7 and type the job name in Member field and type the jcl ID from which you want to fetch the job... u can get the id by typing command /display,st=jcl(this command will show all lib no.). once u enter it will fetch in that library then u can run the job by replacing RUN in function field. Make sure this will only work if job is not in user lib but if job is in user lib all u need to do is to find the index no by typing /display,st=jcl and demand the job with same jcl index id.
suppose i want to demand job from mb.test.jcllib... its index no. is 99 so demand command would be like this.
DEMAND,JOB=ABXXXXC,JCLID=99,SCHD=199
Hope this will help you....
in order to run a job from user requested lib you can Fetch the job in DB.7 and type the job name in Member field and type the jcl ID from which you want to fetch the job... u can get the id by typing command /display,st=jcl(this command will show all lib no.). once u enter it will fetch in that library then u can run the job by replacing RUN in function field. Make sure this will only work if job is not in user lib but if job is in user lib all u need to do is to find the index no by typing /display,st=jcl and demand the job with same jcl index id.
suppose i want to demand job from mb.test.jcllib... its index no. is 99 so demand command would be like this.
DEMAND,JOB=ABXXXXC,JCLID=99,SCHD=199
Hope this will help you....
-
- Posts: 9
- Joined: Sat Dec 19, 2009 6:33 am
- Skillset: ca7,mvs,z/os ,db2,operation
- Referer: friend
Re: Need to run job from user lib rather than using ca7 lib.
hi,
Ask you programmer for index numbere of dsn where he saved the job or you can give below cmd
/display,st=jcl
************************
QUAL.EMER.JCLLIB 005
PROD.****.JCLLIB 000
VJ0.******.JCLLIB 001
C04.****.JCLLIB 009
EX: if his lib is C04.****.JCLLIB and it's index is 009
So u can either fetch the job or demand it
for fetch
issue JCL in ca7 below is the output
FUNCTION: (APPEND,CLEAR,DELETE,EDIT,FE,FETCH,
RENAME,REPL,RUN,RUNH,SAVE)
MEMBER: NEWNAME/OPTION:
DSN: JCL-ID:
VOLSER: JCLLIB:
Issue fetch and type the index number 009 before to JCL-ID -> enter (u can see ca7 msg as "job fetch")
Remove fetch before the FUCNTION and type as RUN -> enter ( u cans see ca7 msg as job submited)
Revert me if u have doubt , thanks katy
ACTIVE SIZE: 0000
Ask you programmer for index numbere of dsn where he saved the job or you can give below cmd
/display,st=jcl
************************
QUAL.EMER.JCLLIB 005
PROD.****.JCLLIB 000
VJ0.******.JCLLIB 001
C04.****.JCLLIB 009
EX: if his lib is C04.****.JCLLIB and it's index is 009
So u can either fetch the job or demand it
for fetch
issue JCL in ca7 below is the output
FUNCTION: (APPEND,CLEAR,DELETE,EDIT,FE,FETCH,
RENAME,REPL,RUN,RUNH,SAVE)
MEMBER: NEWNAME/OPTION:
DSN: JCL-ID:
VOLSER: JCLLIB:
Issue fetch and type the index number 009 before to JCL-ID -> enter (u can see ca7 msg as "job fetch")
Remove fetch before the FUCNTION and type as RUN -> enter ( u cans see ca7 msg as job submited)
Revert me if u have doubt , thanks katy

ACTIVE SIZE: 0000
-
- 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: Need to run job from user lib rather than using ca7 lib.
kchidambara2 , after 9 1/2 months you really think the answer is going to help? Besides, you're talking CA-7 stuff and the question was about running from a library outside CA-7. The answer, by the way, is to just do a TSO submit AS LONG AS the job has no CA-7 special things (such as using CARPROC or #SCC, etc) in the JCL. Of course, the job might not run depending upon the user id having the right authority for the job's data sets, but that's a different issue.
-
- Posts: 341
- Joined: Thu Feb 24, 2011 12:05 am
- Skillset: 30 years on IBM mainframes
- Referer: Searched for Frank Yeager
Re: Need to run job from user lib rather than using ca7 lib.
Balaji,
As you can see, there is still a question about exactly what you are trying to do.
Do you want to use CA-7 to run a job which is stored in a user library?
Or
Do you wish to run a job manually from a user library?
As you can see, there is still a question about exactly what you are trying to do.
Do you want to use CA-7 to run a job which is stored in a user library?
Or
Do you wish to run a job manually from a user library?
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Easy way to send PDS of source code to another user via inte
by mamustoe » Wed May 18, 2022 4:34 pm » in JCL - 4
- 1843
-
by willy jensen
View the latest post
Wed May 18, 2022 10:42 pm
-