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 |
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the other way of terminating a transaction?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
what is an mdt (modified data tag)? Its menaing and use?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
If no exception handling is provided in the program, what will happen ?
What is DFHBMSCA?
Name the 3 common ways to create maps?
What are the parameters that you have to give when you are using the CSSN transaction?