If anyone has latest IBM Certification Dumps can you pls
forwards it to me
No Answer is Posted For this Question
Be the First to Post Answer
If JOBA is in MSGW due to data decimal error and DUMP is generated and I found that Decimal field formatted with some special char which is coming from Input file amd file has millions of records. How I can find out on which record the error is occur. Please share your experience.....
how do we describe cataloged procedure and an instream procedure?
Explain referential integrity?
Write about a ‘view’ in brief?
Is the order of the when clause important in an evaluate statement? Is the order of the when clause significant in an evaluate statement?
how to invoke subprogram in jcl?
Have you caused any huge mistakes for the bank?
IF a file has 10-members how do you process all of them? using CL& USING RPG?
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
what are the ARRAY operations in rpg/400?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B
bind by copy...bind by ref?