how to check on which PF , the LF is dependant ?
Answer Posted / nag
DSPDBR will give all its logical depedent files
| Is This Answer Correct ? | 26 Yes | 13 No |
Post New Answer View All Answers
what is the necessary keyword needed to scroll subfile records?
what are the key words you must use when using a subfile?
are there any useful c runtime apis that I can call from rpg iv?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
what is *place and *auto keyword in prtf ?plz explain
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How would display prime numbers using CL program?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is the use of sflnxtchg?
how do I declare a minor?
How Chain operation copies the record's data to the input buffer for the program?
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...?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
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.