how do you reference the esds vsam file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
01 A pic 9(100) find record length of it
I want ALL jcl ERROR cods
what is the purpose of linkage section?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
What are the different ways to run a COBOL DB2 program using JCL?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
where will u code file status ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
) How do u handle errors in BMS macro?
Explain how you can characterize tables in cobol?