|
|
| Author |
Message |
veena_nagesh2002 Warnings : 1 Active User
Joined: 07 May 2005 Posts: 60 Location: hyderabad
|
|
|
|
It has been observed that when we code steps like ICETOOL, or sort techniques steps if any typo errors or syntax erros are in toolin cards or control statements, the errors are thrown after the completion of job but not at the time of doing JEM or jobscan. why?
is there any way of identifying the errors before execution of jcl |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 29, 2008 3:37 pm Post subject: Re: |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6718 Location: 221 B Baker St
|
|
|
|
Hello,
JEM, JCK, and others are jcl checkers.
Control statements for SORT, ICEMAN, ICETOOL, etc are not jcl. . .
Hopefully, proper testing will catch these errors before some production run is attempted. . . Not only do the control statements need to pass the syntax check, they also need to provide the correct output (which should also be verified by proper testing). |
|
| Back to top |
|
 |
|
|