BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / in.ameen
If the program name is moved to a WSS variable and then a call
is moved using this variable then its a dynamic call else if
the Call is made directly using the sub program name then its
a static call
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do define dynamic array in cobol.
What are the different types of condition in cobol and write their forms.
What is inspect in cobol ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Are you comfortable in cobol or jcl?
How do you define a variable of comp-1 and comp-2?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is a report item?
What are the rules of the move verb?