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 |
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
wat is curser?? and its types???
ESCAPE message sent by child program can be handled by parent program using which keyword?
Can we have a Physical file without any member ? Please let me know
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
Can we possible to key with the date field?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
how to change the length of the field in a physicalfile?