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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?

0 Answers  


How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,


WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?

4 Answers   iGate,


How you can characterize tables in cobol?

0 Answers  


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

0 Answers  






What is inspect in cobol ?

0 Answers   Infosys,


how can i see junk values in dclgen or in hostvariable of comp ?

0 Answers   DELL,


in how many mode we can open a file ?

4 Answers  


what are the control characters used in reports

1 Answers  


I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?

1 Answers  


What is report-item in COBOL?

0 Answers   Arigo Infotech,


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


Categories