1.what are the ARITHMETIC EXPRESSIONS IN CL PGM?
2.How to PASSING PARAMETER TO CL PGM?
Answer / syam
A1. +,-,*,/
A2.PGM
DCL &AAA TYPE(*CHAR) LEN(10)
CALL PRGNAME PARM(&AAA)
ENDPGM
| Is This Answer Correct ? | 14 Yes | 1 No |
In how many ways a session/device error occurs,,, and what is the remedy for it?
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
what are the array operations?
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
ESCAPE message sent by child program can be handled by parent program using which keyword?
When will DUMP & DEBUG be ignored?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
What is the difference between RPG/400 and RPG4
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?