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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain why do we use file-aid for seqential files?

1135


Can you explain control variable in online screens?

1034


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

1186


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

1023


Explain control variable in online screens?

1056


Define cobol coding sheet?

1060


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

1051


Explain the data storage?

1060


What is the quality process in development?

1149


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

1087


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?

1145


Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?

1171


How to receive data passed through jcl parm parameter in a natural program?

1046


Explain how many work file we can code in jcl?

1047


Tell me what type of files we can process thru file-aid?

994