How to change size of Initial number of records to *NOMAX
for ALL PF files from perticular library, how can I do that
No Answer is Posted For this Question
Be the First to Post Answer
How do you define a table/array in COBOL?
Why we are using comp and comp-3 in real time projects?
What are different file OPEN modes available in COBOL?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
What is the difference between CALL BY VALUE and CALL BY CONTENT?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
Can anyone please give the example of Inline Perform.
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
How is sign stored in a comp-3 field?
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,
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
can we display comp-3 variables. if we want to display what we have to do . give me one example