|
|
| Author |
Message |
stargazer123
New User
Joined: 13 Feb 2004 Posts: 2
|
|
|
|
what kind of language jcl is ? whether it belongs to HLL or MLL ?  |
|
| Back to top |
|
 |
References
|
Posted: Thu Feb 26, 2004 10:13 pm Post subject: Re: JCL - whether it belongs to HLL or MLL |
 |
|
|
 |
bluebird
Specialist
Joined: 03 Feb 2004 Posts: 144
|
|
|
|
what is HLL ? what is MLL ?
JCL is not really a language, it is more a data definition script.
hence u define your files and call pgms that use thoses files.
does it answer your question ? |
|
| Back to top |
|
 |
krbabu
Active User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
Hi,
JCl is not a language like COBOl,PL/I -----. It is used to submit the group of comands together to be run. |
|
| Back to top |
|
 |
sandip_datta
EXPERT
Joined: 02 Dec 2003 Posts: 152 Location: Tokyo, Japan
|
|
|
|
HLL means I guess High Level Language. I think JCL can best be explained as a bridge between Application Programming Language like COBOL,EZ etc and OS like MVS.
Sandip. |
|
| Back to top |
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 866 Location: India
|
|
|
|
Hai stargazer123,
JCL is not a HLL or LLL, It's a MLL.
It's better known as an Interpreter and act as an interface b/w your OS and Application Programs.
It's interpreted by your Job entry subsystem. It's primary goals are sheduling the jobs, assigning priorities, Specifying required resources, introducing location, specifying time limits etc... |
|
| Back to top |
|
 |
|
|