what are the working storage fields in BMS macro?
Answers were Sorted based on User's Feedback
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 |
field+I - input
field+o - output
field+f - flag
field+a - attribute
field+l - length
| Is This Answer Correct ? | 0 Yes | 0 No |
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
In which area will you utilize 88 level items in cobol?
The maximum number of dimensions that an array can have in COBOL-85 is ?
Can we move X(7) to S9(7) COMP?
Whats the use of Examine command? can someone help me?
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)
How can we know that cobol program is using report file or simple file....?
Write some characteristics of cobol as means of business language.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different types of condition in cobol and write their forms.
What is inspect in cobol ?