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
How you can read the file from bottom?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do u write test cases?
What is the local-storage section?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is a SSRANGE and NOSSRANGE?
What are the different open modes available in cobol?
how do you reference the variable block file formats from cobol programs
What are the different rules for performing sort operation?
Which is not true about evaluate statement
how do you define single dimensional array and multidimensional array in your cobol?
Can you please let me know the centre name of INS certification in Kolkata.
Whats the difference between search & search ALL?
what happens if parmparameter passes zero bytes to the program
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps