Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
14 24095How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
6 23235I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
4 12402Why we need to use redefine clause when we can define the variable seperately... what is actual need....
5 14995Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
1 6796Post New Accenture COBOL Interview Questions
Which laptop is good for deep learning?
What is database management definition?
How do u convert the columns to rows in datastage?
What is a synthesizer?
Tell me what does $("div") will select? : jquery mobile
If you see a pin hit ratio of less than 0.8 in the estat library cache report is this a problem? If so, how do you fix it?
Explain route configuration? And explain with code?
What is difference between string and new string?
What is the difference between the singular and plural keyword phrases? What should we target in seo?
What attracted you to McDonalds?
Show the use of sockets for the server and client side of a conversation?
What does chmod +x filenamedo?
Why is a server called a server?
What are the rules for global and local variables in python?
Write a logic to find the max sum of a list in another list?