Search This Blog

COBOL-Tutorial


The word COBOL is an acronym that stands for COmmon Business Oriented Language. As the
the expanded acronym indicates, COBOL is designed for developing business, typically fileoriented,
applications. It is not designed for writing systems programs. For instance you would
not develop an operating system or a compiler using COBOL.


TSO COMMANDS


TSO Commands

· Panel-id show? = PANELID
Displays the name of the current panel.

· Message-id = MSGID
Displays the Message-id of the last message.

· Automatic REFLIST can be accessed by
o REFLISTD
o REFLISTL
o REFACTD
o REFACTL
These allow you to pull back datasets without seeing the intermediate lists.
Commands to quickly add names to your personal lists. These are REFOPEND,
REFOPENL, REFADDD, and REFADDL


· RETP - View the stack of your typed commands.

· RETF - Pull back commands in reverse order.

· RETRIEVE - Pop up the most recent typed commands from the stack.

· CRETRIEV - Pop up the most recent typed commands from the stack.

· ISRDDN - Shows the current data sets allocation for our ISPF session.

· XMIT
The TSO/E Interactive Data Transmission Facility TRANSMIT command allows you to
send data sets or messages to persons on other MVS systems via Network Job Entry or
directly to persons on your own system.

XMIT node.userid DA('your.pds') OUTDA('your.ps')

· RECEIVE
The TSO/E Interactive Data Transmission Facility RECEIVE command allows you to
obtain files transmitted to your userid. The RECEIVE command queries the Job Entry
Subsystem

RECEIVE INDS('your xmi.ps')

· DSLIST
· SAVE /VDL
Save the data set list in log data set
· QPRINT

Save the Quick Reference document in a PDS or PS