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 do you reference the variable block file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are various search techniques in cobol? Explain.
IF I mention stop run in CICS what happens?
Can a Search can be done on a table with or without Index?
How arrays can be defined in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Name some of the examples of COBOl 11?
In which area will you utilize 88 level items in cobol?
) how do u code after getting data?
What is the difference between external and global variables in COBOL?
Which is not true about evaluate statement
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is length is cobol?
Write a program to explain size error.