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 20787How 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 21358I 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 11130Why we need to use redefine clause when we can define the variable seperately... what is actual need....
5 13386Why 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 6048Post New Accenture COBOL Interview Questions
Can we create a new User without Role and Profile?
What is the use of sequences? How do you do sequences?
Explain the structure of bug life cycle?
What is a transform?
What is the disease caused by borrelia burgdorferi?
Why efficiency of generator is higher than motor at a particular load?
Which code specifies the specification ofthe construction joints to be provided in the raft slab of a basement which is 6 m deep.what should bethe detail of such a joint?
Which is a common domesticated animal that is colour blind?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
What is the use of System Landscape directory SLD?
Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
What do you like about computers?
What are the different normalization forms?
How is account type connected to document type?
What is an event listener?