what are the working storage fields in BMS macro?

Answers were Sorted based on User's Feedback



what are the working storage fields in BMS macro?..

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

what are the working storage fields in BMS macro?..

Answer / praveenchate

field+I - input
field+o - output
field+f - flag
field+a - attribute
field+l - length

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

1 Answers   Mind Tree,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,






why we are using set in searchall?

4 Answers   IBM,


How do you do in-line PERFORM?

4 Answers   Accenture,


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please

2 Answers  


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


How to recover a deleted source physical file from library?

1 Answers   HCL,


Categories