) what is the difference between AID and HANDLE AID?
Answer / Vicky Jaiswal
In COBOL, an Application Identifier (AID) and a Handle AID are used for managing resources. An AID is a unique identifier assigned to an application when it starts. On the other hand, a Handle AID is a dynamic identifier that represents an instance of an object in an application's address space. The main difference between them lies in their uniqueness and persistence: AID is static and only one exists per application, while Handle AID changes dynamically for each instance of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
How To move a value to an array using move verb?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
what is the difference between external and global variables?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What guidelines should be followed to write a structured cobol prgm?
how will u find out 3rd week's 2nd day using occurs ?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...
What is the utilization of copybook in cobol?