What is a report item?
No Answer is Posted For this Question
Be the First to Post Answer
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
What is static and dynamic call in cobol?
. How do we cast a variable in COBOL
What is report-item in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the use of EVALUATE statement?
What are various search techniques in cobol? Explain.
where do u use low-value and high value in cobol
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
what is ASRA, AEY9?
how to check whether the open command of a sequential file is successful? or not?
can i use multiple when statements in search & search all ? justify ur answer?