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

What is static and dynamic call in cobol?

0 Answers  


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


Have you used comp and comp-3 in your project? And how?

0 Answers   IBM,


Explain about different table spaces.

0 Answers  


Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya

2 Answers   CSC,


i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?

6 Answers  


How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 Answers   CGI, TCS,


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


what is record label is empty or standard in file description of data division?

2 Answers   HCL,


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


How to read a 100 record from a file through cobol?

2 Answers  


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


Categories