Share on Facebook Share on Twitter Email
Answers.com

CLIST

 
(′sē′list)

(computer science) A file containing a series of commands that are processed in the order given when the file is entered. Acronym for command list.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: CLIST
Top

CLIST (Command List) (pronounced "C-List") is a procedural programming language for MVS/TSO systems.

In its basic form a CLIST is just a simple list of commands to be executed in strict sequence (like a DOS batch file (*.bat) file).

CLIST also can read/write MVS files, read/write to a TSO terminal and has normal IF/ELSE DO/END block constructs. It can read parameters from the caller and there is also a function to hold global variables and pass them from one CLIST to another. A CLIST can also call an MVS application program (written in COBOL or PL/I, for example).

A CLIST can also be run as a batch program (by running JCL which executes the TSO control program (IKJEFT01)). TSO menus using ISPF dialog services can be written in CLIST. You should also compare the function of CLIST with that provided by REXX.

Example program:

PROC 0
WRITE HELLO WORLD!

CLIST is an interpreted language. That is, the computer must translate a CLIST program (or "CLIST" for short) every time the program is executed. CLISTs therefore tend to be on the average slower than programs written in compiled languages such as COBOL, FORTRAN, or PL/1. (A program written in a compiled language is translated once to create a "load module" or executable.)



 
 
Learn More
unicycle
motorcycle
Simon Clist

What is the singnificance of CLIST in mainframes? Read answer...

Help us answer these
What is clist?
How do you read a MVS file using clist?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "CLIST" Read more