
- CICS Tutorial
- CICS - Home
- CICS - Overview
- CICS - Environment
- CICS - Basic Terms
- CICS - Nucleus
- CICS - Transactions
- CICS - COBOL Basics
- CICS - BMS
- CICS - MAP
- CICS - Interface Block
- CICS - Pseudo Programming
- CICS - Aid Keys
- CICS - File Handling
- CICS - Error Handling
- CICS - Control Operations
- CICS - Temporary Storage
- CICS - Intercommunication
- CICS - Status Codes
- CICS - Interview Questions
- CICS Useful Resources
- CICS - Quick Guide
- CICS - Useful Resources
- CICS - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
CICS - STARTBR
STARTBR is known as start browse. The STARTBR command gets the process started. It tells the CICS from where to start reading the file.
The FILE and RIDFLD parameters are the same as in a READ command.
The options allowed are GTEQ and EQUAL.
UPDATE is not allowed and file browsing is strictly a read-only operation.
Syntax
Following is the syntax of STARTBR command −
EXEC CICS STARTBR FILE ('name') RIDFLD (data-value) KEYLENGTH(data-value) GTEQ/EQUAL/GENERIC END-EXEC.
cics_file_handling.htm
Advertisements