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 to display all the members records in a physical file without using ovrdbf?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
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
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
When a object will be locked & when a record will be locked? Plz explain.
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
what is estimation? and what is the level identifier parameter in PF?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
How can you delete a record from a file in RPG without using DELETE oppcode?
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?