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 are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


What type of SDLC u followed? Why?

0 Answers   IBM,


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


What is the linkage section?

4 Answers  


How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.

2 Answers  






Whats the use of Examine command? can someone help me?

1 Answers   IBM,


IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.

2 Answers   ADNA, CSC,


COMP field occupy ?

2 Answers  


I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


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,


Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?

7 Answers   Bank Of America, Mind Tree,


Categories