Answer Posted / akviswa
Ex for static linking-
Call "PGMNAME"
Dynamic linking-
01 ws-pgmname pic x(8) value "PGMNAME".
Call ws-pgmname
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
Explain how you can characterize tables in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is report-item in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the utilization of copybook in cobol?
Difference between cobol and cobol-ii?
What is the Purpose of Pointer in the string?
how do you reference the ksds vsam file formats from cobol programs
Define cobol?
What do you understand by psb and acb?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between goback, stop run and exit program in cobol?