Sie sind auf Seite 1von 3

suppose u want to pageup and page down into the bms

Question screen , for that wat u wud do into the cics application
program?
Question Submitted By :: Guest
I also faced this Question!! Answer Posted
Rank
By

Re: suppose u want to pageup and page down into the bms screen , for
that wat u wud do into the cics application program?
Answer First of all store the entire 0 Sushree
# 1 set of data in a TSQ. now Sucharita
when the first time the Mohanty
screen is invoked, read the
first
set of lines that should
appear in the detail lines.
Send MAP with the data.

now, check the PF key of


attention identifier invoked,
DFHPF8 - page down, then
reneter the program by
issuing a
Exec CICS RETURN command
invoking the same
transaction, and
read the next set of data
from TSQ and sending accross
to
the screen.

You can define a variable in


the Working storage section
which holds the number of
data read from TSQ and this
can
be passed accross through
COMMAREA, which can form the
staring point for reading
next set of data from TSQ.

Regards,
Sushree
Is This Answer Correct ? 22 Yes 5 No

Re: Can a program change protected field ?


Answer yes it can be changed by dynamic
# 2 modification of attributes.
By moving required attributes to
the field suffixed with A.
eg:
if the name of the field is NUM
and we wish to change its
attributes to unprotected then
use
MOVE ATTR-U9BL TO NUMA the next
time you send the map.

different combinations are


available in copylib DFHATTR.

Is This Answer Correct ? 1 Yes 0 No

Re: How is the storage determined in the symbolic map, if you have multiple
maps?
Answer It Depends on the valude STORAGE
# 2 parm in DFHMSD.

if STORAGE=AUTO ( map1, map2,


map3 will get seperate
storage space, not redefined )

if STORAGE=BASE ( map1, map2,


map3 will share the storage
space, the space required for
largest map will be
allocated )

Is This Answer Correct ? 5 Yes 1 No

Das könnte Ihnen auch gefallen