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 |
01 a pic s9(5) value '-12345' how it will be stored
what is the difference between PA & PF keys?
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are the access modes of START statement?
What is link edit in cobol?
how the control comes back from subprogram to mainprogram
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
What is the difference between structured cobol programming and object alternativelyiented cobol?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
What is the difference between NEXT SENTENCE and CONTINUE?