What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
What is link edit in cobol?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
What is the difference between PIC 9.99 and 9v99?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
what is SYNCHRONIZATION?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is a load module ?
What is the linkage section?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.