Interviewer And Interviewee Guide

CICS Interview Question:

What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

Submitted by: Administrator
First issue a STARTBR (start browse), which will position the browse at the desired record. Retrieve records by using subsequent READNEXT commands. Indicate the end of sequential processing with the ENDBR command. If the generic key is specified in the STARTBR command position in the file will be before the first record satisfying the generic key. For reading in descending order use the READPREV instead of READNEXT.
Submitted by: Administrator

Read Online CICS Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.