please..could u give an example about USAGE IS
POINTER ..and explain why and when we use it ?
No Answer is Posted For this Question
Be the First to Post Answer
what are the steps to sort in a cobol program?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
Can we move X(7) to S9(7) COMP?
What is the local-storage section?
What compiler option would you use for dynamic linking?
How you can read the file from bottom?
what is mainframe? what is the mainframe software ? what is use in s/w field?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
what is subscript in cobol?give realtime example?
BY seeing a program how can we say that it is static call or dynamic call