How IBM framework work?
No Answer is Posted For this Question
Be the First to Post Answer
Hi all, I have >200 members per Dataset, I need to delete 2 lines from all members of a Dataset. To do Manually it is difficult. So please tell me simple method. is there any Tool or........
what is use of linkage section?
can we use already existing access path?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
difference between wrkobj & dspobjd?
What is the importance of common attribute?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
What is the facility that allows mainframes to be partitioned into lapars?
What are the different types of table spaces?
What is mainframe application testing?
Can you define notcat 2?
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