Answer Posted / nag
Plan is located in RCT(resource control table)
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
What is the difference between Call and a Link?
how to move the records from file to array table. give with code example
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between binary search and sequential search?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What guidelines should be followed to write a structured cobol prgm?
Which Search verb is equivalent to PERFORM…VARYING?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Can we redefine the field of x(200) to less than 200?
Why did you choose to work with ibm mainframe cobol programming?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you reference the fixed block file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?