What is the difference between structured cobol programming and object alternativelyiented cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
in how many mode we can open a file ?
sample code for read a 2nd record from last in flatfile how can do?
What are the different data types in cobol?
Give some examples of command terminators?
) What is the use of IGNORE?
in cobol perform stmt whether it first checks the condition or not
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
Can printer files (having 133 characters) be of variable length?
ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
What are the cobol coding sheets?