Define static linking and dynamic linking.
No Answer is Posted For this Question
Be the First to Post Answer
How do you do in-line PERFORM?
Can JUSTIFIED be used for all the data types?
how can we get current dat and time thru cobol pgm
What is COMP SYNC?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
how do you reference the fixed unblock file formats from cobol programs
Can a Search can be done on a table with or without Index?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
describe 805 error