I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
1 5899Post New Accenture IMS Interview Questions
Define cursor.
Tell me what are some questions you'd ask prospects to evaluate if they're qualified or not? : insurance cold calling
How has your prior experience prepared you for a role in data science?
How do I find my mysql username and password?
What are the different inheritance styles in django?
What are different types of transaction isolation levels?
What is difference between dictionary and hashtable in c#?
How have you improved the capabilities of people in a team you have managed?
Explain basic structure of html5?
What is rdd partition?
Is dll a binary file?
Difference between facades vs. Dependency injection?
Define how can we find the actual size of an object on the heap?
What is the default alignment to text data?
Is it possible to compare various strings with the help of == operator? What are the risks involved?