How can we find out wether to declare the data items like
Integer, Char,Comp? If comp types how can we decide wether
it is Comp and Comp3.How it is?
Please Explain... Cheers.
Answer / shinoy sansilavose
if your variable always represents a value which is needed
for some mathematical calculations then you can define that
var as either a numeric one or as an alphanumeric one.
if your variable is specif for any city name or address you
can declare it as alphabetic or alphanumeric(alphanumeric
is suggested since address contain pin codes/door number)
Is This Answer Correct ? | 1 Yes | 1 No |
can we use full outer join with cursors declared in cobol program?
can we read records in a file from botom to top. if possible how can we read
How can you submit a job from COBOL programs?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
What is static and dynamic call in cobol?
01 b pic +9(4) How many bytes it will take for storage???
What are the various section in data division and briefly explain them.
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.."
Should I use STOP RUN in the sub program??why?
1.What is the default print format in cobol?
How to retain the Duplicates in the one records?