How can we make use of SETLL operation in CL?
Answers were Sorted based on User's Feedback
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
two attributes which govern the excecution of a job>>>>??
How can read PF in reverse order (end to start) in CL pgm..
Interviewer asked me write down DDS for load all subfile .can anybody write dds
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
What is a record lock error?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
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
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
2. Which of the following statement(s) explains the difference(s) between the /INCLUDE and ICOPY directives? a.) No difference, they function the same b.) ACOPY cannot be used as a conditional directive c.) IINCLUDE files cannot contain embedded SQL d.) Nesting /TNCLUDE directives is not allowed
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2