Hi Friends, I need immediately answer for this:
Senario is that,I am selecting records from the display and
window subfile on the basis of Reason Code and some more
fields but spool file not showing the same records which i
have selected by display and window subfile.
Q.What could be the causes(resons)to not show records
properly (just selected in the display file and Window
subfile)according the selection criteria of the records.
Q.What would be the solutions to show records properly in
the spool file just as selected in in the display file and
window subfile according to the selection criteria.
Answer Posted / syam
1. Display Record to use "read" or "exfmt"opcode, then next
line should be "Write" opcode.
2. If it is subfile to use "Readc" opcode, then next line
should be "Write" opcode.
Once you read,immediatly write to spool then go for next
read. You can put it on loop.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how do you specify page overflow indicator for printer files in rpg?
Explain The Keywords Edtcde & Edtwrd?
what does check opcode is used?
What is %CHECK?
how to define global parameter in ile ?
which are the member types which seu supports?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
what are all the contents of subfile?
what is a primary file?
how can I predict the performance of my cgis?
why do we use readc? What is sflnxtchg?
how do you read changed records backward in subfile?
what is full form for dds?
when should I use method get, and when should I use method post in my cgis?
different type of cursor?