what are the two record formats a subfile contain ?
Answer / avneesh kumar verma
Subfile record forma (SFL), and subfile control record forma (SFLCTL).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum number of times Multiple Occurrences DS can occur in a program?
not all command typed on command line are cl command? true r false
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
What is the maximum number of elements in an array?
What is FCFO, FIFO, LIFO in Database environment ?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
Write a logic program for knowing the repeated number of a vowels in a given program?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
What is a Library in AS/400?
what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?Pls give the answer 1,,,,,,,to 12.........ie how it will happened like...for eg if a file is not closiing ,,,like this error is happened... if sufficient data is not in a pf to write in a display file. or sfldsp is not "on"......sessional or device error occured...like this give details all 1 to 12 errors (syam..)....give details PLsssssssssss?
How to trap errors in CL?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error