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
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is amode(31)
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Are you comfortable in cobol or jcl?
how to move the records from file to array table. give with code example
What are the pertinent COBOL commands?
example for sub strings ? and refernce modifications whit output pls
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Define cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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
What is amode(24)?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do you differentiate between cobol and cobol-ii?