how do u link sub pgm to main pgm ?
Answers were Sorted based on User's Feedback
Answer / ankit
linking of pgm is done by 'call statements ' linking of pgm
is done by o/s we need to just use call statements in cobol
pgm, we cannot explicitly link pgms
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / muttaiah
By Call stmt and compiler option dynam or nodynam.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are 77 levels used for?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
) How do u handle errors in BMS macro
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what happens if parmparameter passes zero bytes to the program
How can you pass values from COBOL program to non-COBOL programs?
What is an explicit scope terminator?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
copy 100 records without using ibm utilities