How to print 10 to 1 if the input have only 10 digit number?
No Answer is Posted For this Question
Be the First to Post Answer
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
how will u pass dadta to cobol+db2 program...?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
What is the difference between next sentence and continue in cobol programing language?
Define static linking and dynamic linking.
period is missing in the cobol program which error we getting
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
if a file has 1000 recods how copy the records from 1 to 100 records using sort
how many maximum no of variables can be declared in linkage section ?