how to handle duplicate records in rpg program?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of evaluate statements are available?
If DB2 query returns in null value, how do you work with it in PL/1?
how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?
Total no of bytes in the following 01 rec-1 02 first-group 03 a1 pic x(4). 03 a2 pic 99. 02 second-group redefines first-group. 03 A3 pic999. 03 A4 pic 999. 02 third-group. 03 A5 occurs 5 times pic 99. A)22 B)16 C)12 D)10
How do you pass some input from JCL to PL1?
Does qtp tool support mainframe application testing?
Which is the difference between delimited by size and delimited by space?
What is the difference between the mro & isc?
what are the present versions of all mainframe modules?can any body let me know pls
Can records be accessed randomly in esds?
In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?