why subproc not run in dftactgrp?????/plz explain

Answers were Sorted based on User's Feedback



why subproc not run in dftactgrp?????/plz explain..

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

why subproc not run in dftactgrp?????/plz explain..

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

Post New Answer

More RPG400 Interview Questions

When it is desirable to describe files Internally?

0 Answers  


what are the key words you must use when using a subfile?

0 Answers   IBM,


purpose of pannel group??/

2 Answers   CTS,


Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?

6 Answers   HSBC,


1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.

2 Answers  






Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

0 Answers  


How to add 2 new fields in a file? How many ways are there in as400?

2 Answers  


how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .

2 Answers  


give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........

0 Answers   CTS,


How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 Answers  


What is the Record Address file. How can we use it in RPG program?

4 Answers  


I want to add 10 days in current date. how it is possible in CL program...?

11 Answers   CSC,


Categories