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 difference between PA & PF keys?

1 Answers   IBM,


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

0 Answers   iNautix,


How many divisions we have in Cobol ?

4 Answers   Wipro,


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,






how to submit a jcl by cobol program. clear me with an example.

3 Answers   HCL,


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

5 Answers   TCS,


Please let me know at which Scenarios we will go for STATIC call or DYNAMIC

3 Answers   IBM,


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


Categories