1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
2 6299what is difference between accespath and datapath? what is the difference between accespath and open datapath?
2 97881.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file
ANZ,
3 14383what is multijoin logical file? what are the keywords available in joinlogical file? what are the mandatary keywords for joinlogical file? explai the keywords?
HCL,
2 11826If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
1 64371.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
5 88551.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
HCL,
1 31271..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?
4 101581.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?
TCS,
2 82711.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
IBM,
4 88611.The questions have given an array declaration and move operation then this statement is correct or not?
TCS,
3 66151.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword
1 47471.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
HSBC,
3 9706
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
difference between view and index ?
what is sflpag and sflsiz ?
what is match field indicator?
what are the basic features of seu?
What is difference between rename and prefix?
what are dds required for subfile?
why is the declare cursor statement is used for?
How do you check object lock
How to handle duplicate error handling in RPG?
What is program status data structure(psds) in as400?
which single rpg opcode performs both setll and reade?
what is the function of crtdupobj command?
what is an online rpg?
what do we can do with the embedded sql statements?