parameters cannot be passed in which one??
Answers were Sorted based on User's Feedback
Answer / vishnu
I want to Brief this answer!!
Difference between sub-procedure and subroutine is
1)we can pass parameter to sub-procedure but not to subroutine.
2)if we export the sub-procedure then it become as global , can be used by other programs also, subroutine is belonging to only particular program
| Is This Answer Correct ? | 0 Yes | 0 No |
Can someone tell me tell me what is meant by message wait...?
When will DUMP & DEBUG be ignored?
what is meant by record lock.how records are locked.what is the purpose of record lock.if records are locked what happens.how to find out which record is locked.
Why we cannot call a service program? If I add a PEP can i call the service program?
1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD
What is a record lock error?
what do you mean by SESSION/DEVOCE ERROR?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.