What are the necessary keywords required to code a message
subfile?
Answers were Sorted based on User's Feedback
Answer / sakthi
subfile control (SFLCTL), subfile size (SFLSIZ), subfile
page (SFLPAG), subfile display (SFLDSP), subfile display
control (SFLDSPCTL)
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / surendra y mudliar
SFLMSGQ, SFLPGMQ are the keywords required for message
subfile.
| Is This Answer Correct ? | 1 Yes | 4 No |
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
When it is desirable to describe files Internally?
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
what is EXCEPT command in rpg and use
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
How to read alternative records in a pf by using rpg?
3 members in a databasefile .how to read records from all the members?????????
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
How to declare the more than one file in cl/400.