What are the different types of PL/1 files?
No Answer is Posted For this Question
Be the First to Post Answer
1) What is ONCODE (Return code) in PL/1? 2) How to handle the ONCODE in PL/1? Please give me some examples?
Does qtp tool support mainframe application testing?
which is more efficient, level 77 or 01?
Which is the difference between delimited by size and delimited by space?
How will u give input data to cobol program apart from PARM & Instream data?
how could you write a program in a structured format?
Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines a. 03 c occurs 6 times pic 9. 02 d occurs 4 times. 03 e pic x(5). 03 f pic 999. a)38. b)44 c)14 d)32
How can we extract data from IMS DB and load it onto oracle database by converting it.Pls someone help me
have you ever know what is the meaning of Packed Decimal
How many bytes will a s9(8) comp field occupy ?
How to compare two files by using sort?
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?