How many bytes does a s9(7) sign trailing separate field occupy ?
No Answer is Posted For this Question
Be the First to Post Answer
what are the common errors that occured while programming in AS/400?
write a query to get RRN value from rpg?
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?
what is the use of overlay keyword
What is difference between static call and dynamic call?
what is Retro fitting ?
Explain database descriptor in brief?
What is the difference between the mro & isc?
Explain isolation level?
tell me about impact analysis ?
Name the versions of ibm mainframes have introduced in the market?
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