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 |
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
how do I declare a table or array in rpg iv?
How to create a key field for a logical file inside RPG?
what is the use of sflnxtchg?
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?
What is journalling and commitment control?
steps for debugging two rpg programs????
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)
How can we override a file during runtime in rpg?