Anyone help me for the below question:-
If problem/error occur in *PSSR subroutine,how should I
handel it in RPG program.
Answer / samul
Control will again come to *PSSR subroutine,In such cases
switch needs to be handeled.
Using switch,if it is not a first time then control goes to
end suboutine (Need to specifiy *CANCL at the end of *PSSR
subroutine)
| Is This Answer Correct ? | 6 Yes | 0 No |
purpose of pannel group??/
How can a screen field that has changed since the last output operation be detected?
When it is desirable to describe files Internally?
two types of read performed in dataqueue?????
Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
How can we change element of compile time array?Can we do so
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
Can a indexed file be accessed in arrival sequence in RPG?