Answer Posted / 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 |
Post New Answer View All Answers
Describe the cobol database components?
What is the difference between binary search and sequential search?
How do you define a variable of comp-1 and comp-2?
Explain how you can characterize tables in cobol?
how do you reference the esds vsam file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How do we get current date from system with century in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How you can read the file from bottom?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How you can characterize tables in cobol?
What is the LINKAGE SECTION used in COBOL?
Explain about different table spaces.
What rules are followed by the search verb.