What are the attribute values of Skipper and Stopper fields?
Answer / 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 |
how i can enter into cics region in real time.
What is interval control?
What is an ASRA?
what are transient data sets defined to cics?
Can QSAM files be accessed from CICS?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What is meant by a ‘Transid’ ?
What is the main function of the sign-on table?
How can you accomplish breakpoint in intertest?
What is the function of the EXEC CICS HANDLE CONDITION command?
What is an AICA abend?
How do you use altindxs in batch, cics programs?