How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of 'TALLING' verb in cobol?
wht is the difference between goto and perform stmts
How do define dynamic array in cobol.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the maximum data length for Numeric DataType ?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
How to print 10 to 1 if the input have only 10 digit number?
What are the access modes of START statement?
How we copy a program from production region to development region.What is the process & syntax ?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is a scope terminator give example?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name