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...


what is the difference between start and startbr?

Answers were Sorted based on User's Feedback



what is the difference between start and startbr?..

Answer / rookie

Start is used start(initiate) a transaction in CICS environment.
While coding in COBOL, it is used to set the pointer in a ksds
file based on a key value.

Startbr is used to set the pointer in a DB2 table(CICS
environment),although startbr sets the pointer but to browse
the table element you need to follow it with readnext or
readprev command.

Is This Answer Correct ?    4 Yes 0 No

what is the difference between start and startbr?..

Answer / ananta bajpai

start is used in cobole cics &cobol relative file concernts
& startbr is use in cobol cics program onle. in relative
files start is used as
start file-name{key{is equal or is=,is<,is not} key data-
name] invalid-key }end-start

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More COBOL Interview Questions

Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


Discuss about changing dataset name in proc.

0 Answers  


If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.

3 Answers   CTS,


What are declaratives and what are their uses in cobol?

0 Answers  


Name the sections present in data division.

0 Answers  


How can you get the ksds file records into your cobol program?

0 Answers  


01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


Categories