View previous topic :: View next topic
|
Author |
Message |
stargazer123
New User
Joined: 13 Feb 2004 Posts: 1
|
|
|
|
what kind of language jcl is ? whether it belongs to HLL or MLL ? |
|
Back to top |
|
|
bluebird
Active User
Joined: 03 Feb 2004 Posts: 127
|
|
|
|
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
New 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
Active User
Joined: 02 Dec 2003 Posts: 150 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: 1210 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 |
|
|
|