Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
how can we find total no of records in a file ....is there any utility......?
what is a load module ?
For rewrite, why is it mandatory that file needs to be opened?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
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...
how many divisions are there in cobol
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?