How do you access the records randomly in TSQ ?
Answers were Sorted based on User's Feedback
Answer / joanna suresh
by giving the item number. below is the syntex of Reading
the record in TSQ
EXEC CICS READQ TS QUEUE (EXPW-TEMP-STORAGE-KEY)
ITEM (1)
LENGTH (EXPW-TEMP-STORAGE-LENGTH)
INTO (PASSWORD-FILE)
END-EXEC
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / ac
Using specific qid
code
Exec cics read
dsn(name)
qid(key)
exit exe.
| Is This Answer Correct ? | 4 Yes | 10 No |
The error code AEIV?
Explain the function of the load command?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Explain the difference between tsq and tdq
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
What is the difference between FSET and FRSET?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
What is ASRAABEND in CICS?
Explain how do you terminate an already issued delay command?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain the difference between using the read command with into option and set option?
What is Tclass in cics?what is its importance? How it is implemented?