what is the difference between start and startbr?
Answers were Sorted based on User's Feedback
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 |
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 |
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
What is the file organization clause ?
Name the divisions, which are available in a cobol program?
where will u code file status ?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
. How do we cast a variable in COBOL
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
How to concatenation one or more string?
Explain about Redefines cluse?
What is the difference between external and global variables in COBOL?
what is the use of keep and pass in disp
what is the minimum number of lines a Cobol program should have to successfully compile and run