is this below syntax correct?
CALL 'subprg' using A,B
Please help
Answer Posted / billyboyo
Yes, your syntax is correct.
This is using the "call literal" option of IBM Cobol. If
you do need the call to be dynamic, specify the DYNAM
option on the compile.
If you were to have used "call data-name" then the call is
perforce dynamic and unaffected by DYNAM/NODYNAM compile
option.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
What are the different open modes available in cobol?
How do you differentiate between cobol and cobol-ii?
Define static linking and dynamic linking.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is amode(24)?
What is the utilization of copybook in cobol?
Explain how you can characterize tables in cobol?
What is the Purpose of Pointer in the string?
What are the pertinent COBOL commands?
what is difference between cobol and cobol/400
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
i need a small 3d program using inline and outline.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What the difference is between continue and next sentence?