Previous Topic: KEY, ENTER, HOME, and TABF StatementsNext Topic: KEY, ENTER, NL, TABF, and TABB Statements


KEY and ENTER Statements

The following KEY and ENTER statements enter the name of the data set member to which the screen data will be copied:

KEY '''TPX.USER.PANELS(SCREEN)''' 
ENTER

The extra single quotes are necessary because the string itself contains single quotes. The outermost pair of quotes identifies the string to ACL/E, while the two inner pairs of quotes represent the single quotes that TSO expects in the name of the data set member.