Answer Posted / sushant kumar mohanty
1) PARM (Receive in Linkage Section)
2) SYSIN DD* (Receive with ACCEPT statement)
3) Files ( Declare/Define/Open in the program)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
Can a Search can be done on a table with or without Index?
Give some examples of command terminators?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is difference between cobol and cobol/400
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write the code implementing the perform … varying.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
) how do u code after getting data?
Explain about different table spaces.
What is the difference between Call and a Link?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do we get current date from system with century in COBOL?
What the difference is between continue and next sentence?