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 difference between production library and test library ?
How can the user implicitly open and close the files in RPG program ?
what is the maximum number of records you can specify in a display file?
diffrence between rename and prefix
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
define subsystem?
how to pick up the changed records every time in a subfile after the first change made ?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... I want to transfer files(using GET COMMAND) that are retrieved by LS command ...FROM 1 SYSTEM TO ANOTHER... STEP 1:LS-list all files...from remote system STEP 2:GET-actually transfer the files(listed in step 1) from remote system to local system & get stored in some Physical file....Plz reply in detail...Thanx
Difference between NOPASS & OMIT?
What is acronym of RPG?
1.what is mean by compilation and runtime error? 2.How to define ALFA numeric value in pf? 3.what command is used to define a data in cl pgm? 4.What type of command is used in page at a time subfile and load all subfile?