what are the working storage fields in BMS macro?
Answers were Sorted based on User's Feedback
Answer / praveen c
field+I -input
field+O -output
field+F -flag
field+A -attribute
field+L -length
| Is This Answer Correct ? | 0 Yes | 0 No |
field+I - input
field+o - output
field+f - flag
field+a - attribute
field+l - length
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the purpose of linkage section?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
What is the difference between a binary search and a sequential search?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
whats the disadvantage of search all over search?
Define cobol?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Define static linking and dynamic linking.
how will you define vsam file in select clause?
how can u redefine picx(10) with pic 9(6).
01 b pic +9(4) How many bytes it will take for storage???