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 |
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
What is the difference between a binary search and a sequential search?
What is the maximum length of a field you can define using COMP-3 in COBOL?
What is difference between COBOL and VS COBOL II?.
What are the different types of condition in cobol and write their forms.
how you read control card into array?
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
can anyone explain me the concept of COMP-4 PLEASE??
What was removed from COBOL in the COBOL II implementation?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic