how many levels are there in a physical file?
how many files, printer files you can describe in a rpg?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
how to toggle between single line and multi - line display of a particular record in a subfile?
What are the record format field mapping options in cpyf?
What is compiler directive in as400? Give example of compiler directive.?
what is the difference between udate and the system date?
what is join logical file?
difference between view and index ?
what is the function of rlu ?
how many specifications are there in rpg/400? What are they?
different type of cursor?
What is the difference between physical file and logical file?
How can we arrange duplicate records in a file?