Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to move cursor to a particular field when position is
not known?

Answers were Sorted based on User's Feedback



how to move cursor to a particular field when position is not known?..

Answer / kunti

If you wish to position the cursor to a specified field,
you can use the MARK option,
eg.
INPUT
MARK *#MAP.#ACTION
USING MAP 'IVCLNTM1'

and and to position to a
particular position within a specified field, you use the
MARK POSITION option.


DEFINE DATA LOCAL
1 #A (A10)
1 #B (N4)
1 #C (N4)
END-DEFINE
*
INPUT (AD=M) #A #B #C
IF #A = ’ ’
COMPUTE #B = #B + #C
RESET #C
REINPUT FULL ’Enter a value’ MARK POSITION 5 IN *#A
END-IF
END

Is This Answer Correct ?    9 Yes 1 No

how to move cursor to a particular field when position is not known?..

Answer / satya

You may use #MARK and pass value POS(field-name) to it.
Like below,

#MARK := POS(field-name)

POS(field-name) will give you current position of this
variable on the map

Is This Answer Correct ?    4 Yes 1 No

how to move cursor to a particular field when position is not known?..

Answer / dd

*#INOUTAC.. toposition cursor dynamically

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Natural Interview Questions

What is the difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


ADABAS basic concepts. Like inverted list, address converter ,data storage

2 Answers   IBM,


You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?

6 Answers   IBM, TCS,


What is data trace system 2.0 used for?

0 Answers  


What is STACK in Natural? How we can use it in Program? Give me Eg.?

2 Answers   IBM,


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?

0 Answers  


Explain adabas basic concepts. Like inverted list, address converter ,data storage?

0 Answers  


What is cobol coding sheet?

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  


difference between fetch , call and callnat

3 Answers   IBM,


what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


Categories