how to run sub programs using static and dynamic call ...
Answers were Sorted based on User's Feedback
Answer / vijay kumar
static:- its is identified by the CALL LITERAL.
Syntax:- CALL 'program name'.
Dynamic:- it is identified by the variable
Ex:- 01 ws-program pic x(8)
MOVE 'program name' to ws-program
CALL 'ws-program'.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / raj
Static Call or dynamic call depends upon how the program is
compiled.
Static call/Dynamic call can be called using literal or
variable name.
| Is This Answer Correct ? | 1 Yes | 0 No |
how can we fetch 3 records in cobol pgm any coding pls ?
What are the pertinent COBOL commands?
COMP field occupy ?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Write a program that uses move corresponding.
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
How you can characterize tables in cobol?
01 a pic s9(5) value '-12345' how it will be stored
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?