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 24419How 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 23444I 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 12533Why we need to use redefine clause when we can define the variable seperately... what is actual need....
5 15154Why 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 6863Post New Accenture COBOL Interview Questions
What is scalar dashboard?
What do you mean by option strict on?
What are the advantages of tdma?
What is the difference between property and instance variable?
Does spark require hdfs?
Does the approach require a specialist development environment?
Q.After the campaign is executed? I want to track the following as a campaign manager 1) who clicked the link? 2) When (date and time)? 3) How many times? 4) Which link?
What is accumulator in spark?
How to rebuild an index in oracle?
what is the use of double ampersand (&&) in sql queries?
What do you understand by the “preserve” checkbox and when to use it?
how to convert MA in to measuring values..and how mwasuring values into MA ?..plz ansr.i have intervw
Hi my name is Binyam and I'm a 7th grader at Mayfield Woods Middle school. I decided to research civil engineering as my career and i need to know a few thing about your profession. What is your daily routine? What are some advantages and things you like about your job? What are some disadvantages What is the hardest thing you have done? What education have you gone through to become a civil engineer? How long is your work day? What is your work environment like? What is your salary? What made you want to become an engineer? What tools do you you use? Thank you for answering my questions
How do you make a picture transparent in powerpoint 2007?
What is a factory? What is the difference between service and factory?