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

What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


What rules are to be followed while using the corresponding options?

0 Answers  


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,






What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


how can you identify wheather the program is using search or search all in the cobol program?

5 Answers   iGate,


) How do u handle errors in BMS macro?

0 Answers   IBM,


I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..

2 Answers   EDS,


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


What is the default value of DISP for temp datasets

5 Answers   IBM,


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


Categories