Answer Posted / siri
CALL:-CALL statement is used to execute the SUB program from the MAIN program.....
EX:-CALL 'SUB1' USING BY REFERENCE WS-VAR1
BY CONTENT WS-VAR1
BY REFERENCE IS DEAFAULT ITS NO NEED TO CODE...BY CONTENT IS NEED TO CODE IT IS PASS THE LENGTH OF THE DATA ITEM TO THE CALLED PROGRAM....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I 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 ......
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different rules to perform a Search?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Difference between array and sub-script ?
What is the difference between perform … with test after and perform … with test before?
how do you reference the variable unblock file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
What is the use of intialize verb?
Differentiate between structured cobol programming and object-oriented cobol programming.
Write down the divisions of cobol program?