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 |
Difference between RESET and CLEAR
What is the difference Return and InLr?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
how do I declare a minor?
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
How do you do indexing in a physical file?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?