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 |
what is Reentrancy and Quasi-reentrancy?
i WANT ALL ERROR codes IN CICS and DB2
I have a File that has duplicate records. I need only those records that occur more than thrice.?
which is better either static call or dynamic call? and why?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
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?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
Can we redefine the field of x(200) to less than 200?
what are the working storage fields in BMS macro?
why do u need inspect verb?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?