What are the attribute values of Skipper and Stopper fields?
Answer Posted / guest
skipper is an unlabled 1-byte field with the autoskip
attribute .
DFHMDF POS=(XX , XX ) , ATTRB=ASKIP , LENGTH=1
u can place a skipper after an unprotected field , as in
the following screen layout ex:
&xxxxx&$ &xx
where &: atrrribute byte
x: unprotected field
$: skipper field
STOPPER is an unlabeled 1-byte field with the protect
attribute . therfore , u can define the stopper field as
follows :
DFHMDF POS=( XX , XX ) , ATTRB=PROT, LENGTH=1
u can place the stopeer field an unprotected field , as in
the following screen layout ex:
&xxxxxxxxxxxxxxxxxxxx&#&$
where
#: stopper field
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the difference between pct and fct?
What is the common systems area?
Can you explain exec cics handle condition command?
Sync points cannot be requested by the application programs? State true or false
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Explain the difference between using the read command with into option and set option?
Explain the difference between a package and a plan.
What are the some important fields in the eib block?
Give certain situations where NEWCOPY is obligatory?
Explain the maps in cics?
Specify cics transaction initiation process?
What is the tcp in the cisc?
How do you use altindxs in batch, cics programs?
What do you mean by the term fct?
Explain how do you access storage outside your cics program?