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 |
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
how can we can we the data decimal error?how can we open such file in support
What are the necessary keywords required to code a message subfile?
steps involved in debugging and types of debugging modes?
what is the use of sflnxtchg?
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
What is the OPEN and CLOSE accesspath?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
How can read PF in reverse order (end to start) in CL pgm..
How to declare the dynamic(run time) array in rpgle? can you please give example
how many variables can we declare in cl pgm?