What are the attribute values of Skipper and Stopper fields?



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

Post New Answer

More CICS Interview Questions

how i can enter into cics region in real time.

2 Answers   Cap Gemini,


What is interval control?

0 Answers  


What is an ASRA?

2 Answers   IBM,


what are transient data sets defined to cics?

0 Answers   IBM,


Can QSAM files be accessed from CICS?

0 Answers  






Explain the basic difference between Intra partition TDQ and Extra partition TDQ.

2 Answers   IBM,


What is meant by a ‘Transid’ ?

0 Answers  


What is the main function of the sign-on table?

0 Answers  


How can you accomplish breakpoint in intertest?

2 Answers   IBM,


What is the function of the EXEC CICS HANDLE CONDITION command?

3 Answers  


What is an AICA abend?

3 Answers   IBM, Xansa,


How do you use altindxs in batch, cics programs?

0 Answers  


Categories