pf7 and pf8 logic. first wnen i press pf7 first five
records has to be displayed .second time when i press pf7
next five records to be displayed. what was the logic. give
clear explination.
Answers were Sorted based on User's Feedback
Answer / mohamed farook
Can be do it in 2 way
1, By using the TSQ
2, By using array, define a variable ( occurs clause of 5 )
first read the first five records from the vsam files, when
its reaches the 5th records store the last record in the
variable( linkage section ) and throw the map and populate
the five records in the screen, handle the logic to start
reading the file with the last processed record this way
when pf7 is pressed it start reads from the last processed
record.
If you want i can give you the sample code
Farook
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / manish gupta
hi farook, please give me the sample code...
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / haripriya
Hi farook pls give the sample code of regarding this question.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / g.kalyani
if user presses pf7:
If already first 5TSQ records are displayed, then throw a
message 'Already at the top'
else
If recods (5-10) are displayed,
Then substract 1 from 10 and displayed from 1 till 10
end-if
end-if.
If user Presses pf
If already last 5 tsq records are displayed
Throw a msg 'Already at the bottom'
else
If records (5-10) are displayed
then add +1 to 10 and display from 11 to15
end-if
end-if.
| Is This Answer Correct ? | 0 Yes | 5 No |
what is mapfail and when we get this error? during send map or receive map?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
How do you enter into cics region and how many regions available?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Explain the cics command that is used for reading a record from the tdq?
How can you access qsam (seq) files from cics?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain what is a cursor in cics sql processing?
Sync points cannot be requested by the application programs (True or False).
What is the command that is used to add a new record to the file?
Why is it important not to execute a STOP RUN in CICS ?
Can you define cemt?