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 |
Explain how do you terminate an already issued delay command?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
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?
Can you define multiple maps in a BMS mapset?
Name a few CICS programs which are generally used ?
What is the function of the LOAD command?
What are the steps you go through to a create a BMS executable?
what are the reserved words for cics?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
Explain the various ways data can be passed between CICS programs.
Highlight the points of differences between XCTL and START?
How do you use altindxs in batch, cics programs?