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 |
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
check existence of one record without using chain or read?
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
can i use UPDDTA command in rpg program in which contains a file
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
what is ment by "MDT"
What is the difference between inner join @ outer join
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?
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
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?