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

Explain how do you terminate an already issued delay command?

0 Answers  


What is the effect of including the TRANSID in the EXEC CICS RETURN command?

2 Answers  


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


Can you define multiple maps in a BMS mapset?

3 Answers   Cap Gemini, IBM,


Name a few CICS programs which are generally used ?

0 Answers  






What is the function of the LOAD command?

1 Answers   IBM,


What are the steps you go through to a create a BMS executable?

2 Answers   IBM,


what are the reserved words for cics?

0 Answers  


Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?

1 Answers  


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


Highlight the points of differences between XCTL and START?

0 Answers  


How do you use altindxs in batch, cics programs?

0 Answers  


Categories