Monday 18 June 2012

Region, Notify parameters in jcl

Region parameter in JCl:


  jcl interview questions and answers for what is Region parameter in jcl, 
  how  Region  parameter give in job card in jcl
 
  Region parameter which is used to create space for the object code.
  Region parameter can be specify at both job level and step level.
  It will check for region parameter in job lib and then step lib and then
  in link lib and in sys lib then it is not found then it will give abend.

  The generally occurring in space problems are

  S80A--->this will occur if region parameter is not not specified.

  S804--->If give space in region parameter is not sufficient for that job.

  S806--->object program is not in load library

  The Default Region parameter is 0 k/m  


Notify parameter in jcl:
   
    The jcl job cart contain two types of parameters one are positional parameter and 
     another are key word parameter. in these positional parameters are mandatory and
    key word parameters are optional.

    Notify is an key word parameter in jcl. notify parameter is used to notify the job
    output. the Default notify parameter given as &sysuid. if we give this all
    the supporting team can see the output. if we use individual user id then
    only that user can see the output.

No comments:

Post a Comment