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 |
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
why 02 level number can't be use as a separate level number like 01 or 77 ?
what is the difference between Plan & package
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
I want ALL jcl ERROR cods
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
why we are using set in searchall?
What is a scope terminator? Give examples.
Should I use STOP RUN in the sub program??why?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?