how do you reference the variable unblock file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
How many types of sorts are there in cobol?
Define static linking and dynamic linking.
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
what is the advantage of sync class
which is better either static call or dynamic call? and why?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
What is the difference between SEARCH and SEARCH ALL?