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

How include time & date in the report generation in cobol programing?

2 Answers  


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

2 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.

6 Answers   Accenture,






What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  


how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).

2 Answers   DELL, Mind Tree,


COMP field occupy ?

2 Answers  


how to display comp3 variables reply soon ?

4 Answers   Patni,


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


if someone is using my file,how can i find which user id is using?

4 Answers  


Categories