1.what are the ARITHMETIC EXPRESSIONS IN CL PGM?
2.How to PASSING PARAMETER TO CL PGM?
Answer / syam
A1. +,-,*,/
A2.PGM
DCL &AAA TYPE(*CHAR) LEN(10)
CALL PRGNAME PARM(&AAA)
ENDPGM
| Is This Answer Correct ? | 14 Yes | 1 No |
how can we can we the data decimal error?how can we open such file in support
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
we are sending data of physical file to screen design and it is showing no record why?
When will DUMP & DEBUG be ignored?
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
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?
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?
what was the robotech rpg?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
How can a screen field that has changed since the last output operation be detected?
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
two types of read performed in dataqueue?????