why subproc not run in dftactgrp?????/plz explain
Answers were Sorted based on User's Feedback
Answer / nisha
Because if Dftactgrp will be used then it will then pgm
will be *pgm type which will behave like a rpg400 or cl pgm
which does not support procedure.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sachin s
Subprocedures are reusable components and by default these
will refer *CALLER activation gruops to support
files,veriable,system resources of activation gruop from
called progeram and advantage is to support multiple called
programs to seperate local variables.
Hope it clear now!
| Is This Answer Correct ? | 3 Yes | 1 No |
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
3 members in databasefile .how to read records from all the members??
How can we call CL program to RPG? How many number of parameter we can pass
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
how can we can we the data decimal error?how can we open such file in support
Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?
we are sending data of physical file to screen design and it is showing no record why?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
What is the RPG cycle?
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?