TAW_10_2 chapter 15, subscreens Flashcards

1
Q

What can a subscreen area contain?

A

ONLY a SUBSCREEN. No other elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can a subscreen be reused by other programs?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It is possible to use CALL SUBSCREEN in a loop?

A

No!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The AT EXIT-COMMAND is useful when dealing with subscreens

A

The AT EXIT-COMMAND can not be used in a subscreen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The same field can exist on multiple subscreens displayed on one main screen

A

No, all subscreen object names must be unique

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

There are four additional commands that cannot be used in subscreen processing

A

LEAVE SCREEN, SET TITLEBAR, SET PF-STATUS, SET SCREEN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sub screens have an OK_CODE field

A

No they do not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is a subscreen called in PBO?

A

CALL SUBSCREEN INCLUDING ‘####’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is a subscreen called in a PAI

A

CALL SUBSCREEN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To use a subscreen in multiple programs what technique is used?

A

The screens are defined in function groups along with modules to move the data between the calling program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the sequence of calling a subscreen from a function group?

A

Call a FM that passes data to the Function group so the data can be stored in the function group global data
Call the subscreen PBO
Call the subscreen PAI
Call an FM that retrieves the data from from the global data of the Function module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly