In COBOL programming, what is PERFORM? What is VARYING?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert vsam table into DB2 table?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
I got user abend U4038 while compiling my runjcl.. can anyone help me?
how to resolve the file status 47.......
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
how will you define vsam file in select clause?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
is it possible to rename 01 level?
What is the point of the REPLACING option of a copy statement?
Write down the divisions of cobol program?