JCL and JES

1.What is the difference between JCL and JES.?
2.What is the difference between VSAM and DB2?

Showing Answers 1 - 2 of 2 Answers

rasheeed17

  • Jan 19th, 2012
 

JCL:
JCL is a language,
We write JOBs in JCL laguage that is understood by Mainframe and job is executed, space allocations & other resource allocation is done according to the keywords specified by you in JCL.

JES:
JES is the MVS subsystem(part of your mainframe) that will handle/process/Schedule/allocates the JOBS/JCLs submitted by users

In short once you submit your JCL, JES will takes control of it, it will generates an JOB iD, validates your JCL for syntax errors , Shedule your job for execution, Allocates virtual memory for execution, allocates datasets specified iDD statementys etc ..... after completion of the execution it will deallocates the virtual memory of your JCL and finally purges the job from system

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.