IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

jcl questions


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthik1680
Warnings : 2

New User


Joined: 14 May 2005
Posts: 64
Location: chennai

PostPosted: Wed Jul 13, 2005 7:47 am
Reply with quote

hi to all
this are the questions

in my program expanding the customer-code,country-code from 4digits to 6 digits.need some sample programs?

what is jcllib?( i know the ans i want it clearly)

what is jes2 & jes3?

what is proclib?
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sun Jul 17, 2005 3:06 am
Reply with quote

JCLLIB is a JCL stmt that defines the proclib(s) and includelib(s) to be used in processing the JOB submitted.

JES2 & JES3 are Job Entry Subsystems. They control jobstream input and spooling functions and to some extent job scheduling and resource allocation.

JES2 provides those functions for systems running on a single "tightly coupled" mainframe.

JES3 provides those functions for systems running on a multiple "loosely coupled" mainframes or a combination of both.

"Loosely coupled" means that the mainframes communicate over high speed channels (they used to call them CTCs - channel to channel adapters); "tightly coupled" means the mainframes are directly connected under the covers.

Proclib contains cataloged procedures or PROCs. APROC is roughly analogous to a subpgm. They are "called" by JOB JCL and executed.

They exist for some of the same reasons that subpgms do. If you have JCL steps that may be executed in a variety of circumstances you can create a PROC of them and execute them from a variety of JOBS or multiple times in the same job.
Back to top
View user's profile Send private message
karthik1680
Warnings : 2

New User


Joined: 14 May 2005
Posts: 64
Location: chennai

PostPosted: Sun Jul 17, 2005 8:53 am
Reply with quote

thanks for your answers.
reply for this questions this are interview questions
where does the jcllib resides?
in notify parameter if u specify more than two parameters what happen?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Comp interview questions Mainframe Interview Questions 5
No new posts Interview Questions on Cobol DB2 program Mainframe Interview Questions 5
No new posts Mainframe Interview Questions CICS,CO... Mainframe Interview Questions 6
No new posts Viewing executing process in NDM .. q... IBM Tools 0
No new posts INCLUDE condition questions DFSORT/ICETOOL 1
Search our Forums:

Back to Top