MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need help with navigation

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
faqboos
Beginner


Joined: 15 Mar 2004
Posts: 4
Topics: 2

PostPosted: Mon Mar 15, 2004 12:38 pm    Post subject: Need help with navigation Reply with quote

Hi,

I am new to the MVS JCl environment and would appreciate if someone could clarify my basic questions.

1)How do you check for errors in your jcl code(compiling and debugging).
2)Can the JCl be used in an interactivce mode.
3)How do you browse/search for pds.
4) How do you make a copy of an existing pds and edit it.

Please suggest me some online documentation or a few good books where I could get information about the navigation and general utilities of MVS JCL environment.

Thnanks a lot,

Kalyan.
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Mon Mar 15, 2004 12:53 pm    Post subject: Reply with quote

1)How do you check for errors in your jcl code(compiling and debugging).

A)I use CA-JCLCheck. Don't know what you mean by "compiling and debuging".

2)Can the JCl be used in an interactive mode.

A)No.

What do these next two questions have to do with JCL?

3)How do you browse/search for pds.
4)How do you make a copy of an existing pds and edit it.

For a general reference, I recommend the book "zOS JCL, 5th Edition by Gary DeWard Brown". Also, IBM's own manuals are quite good.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Mon Mar 15, 2004 12:58 pm    Post subject: Reply with quote

Kalyan,

welcome to the world of mainframes.

Quote:

1)How do you check for errors in your jcl code(compiling and debugging).


Check the sysprint( for cobol error messages) and any displays in the programs can be seen in the sysout.

Quote:

2)Can the JCl be used in an interactivce mode.


JCL by itself cannot do any thing. JCL is used to run programs and it is your programs that can be run in interactive mode.

Quote:

3)How do you browse/search for pds.


Check this link Data Set List Utility (Option 3.4) which can be used for browsing/editing/deletion.. of datasets.

Check this link for Search-For Utility (Option 3.14)


Quote:

4) How do you make a copy of an existing pds and edit it.


Check this link for Processing a Partitioned Data Set (PDS)

I would suggest that you read the following manual

ISPF User's Guide

Hope this helps...

Cheers

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
faqboos
Beginner


Joined: 15 Mar 2004
Posts: 4
Topics: 2

PostPosted: Mon Mar 15, 2004 5:34 pm    Post subject: Reply with quote

Hi,
Thanks for your suggestions and useful hyperlinks.

By compiling and debugging I meat that, before scheduling the job for execution, how can it be checked for any syntatical or format errors.

If scheduling is the only way to check it, then what is the least amount of time before it can be scheduled?

Thanks again,
Back to top
View user's profile Send private message
Maton_Man
Beginner


Joined: 30 Jan 2004
Posts: 123
Topics: 0

PostPosted: Mon Mar 15, 2004 5:40 pm    Post subject: Reply with quote

You can submit JCL with a parm on the job statement of TYPRUN=SCAN which will alert you to syntax errors without actually running the programs EXEC'd in the job. It will not tell you if you are going to have DSN problems though.
_________________
My opinions are exactly that.
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 699
Topics: 63
Location: USA

PostPosted: Tue Mar 16, 2004 11:18 pm    Post subject: Reply with quote

Quote:

JCL by itself cannot do any thing. JCL is used to run programs and it is your programs that can be run in interactive mode.


Are CICS and TSO Logon examples of such programs. Are there any other such examples?

Thanks,
Diba.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group