How do you reference the fixed block file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is Pic 9v99 Indicates in COBOL?
What is inspect in cobol ?
Name the sections present in data division.
Which Search verb is equivalent to PERFORM…VARYING?
How do we get current date from system with century in COBOL?
What is redefines clause in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Name some of the examples of COBOl 11?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?