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 |
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
What is a scope terminator? Give examples.
How can we know that cobol program is using report file or simple file....?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
What are the cobol coding sheets?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
What are the different ways to run a COBOL DB2 program using JCL?
can we use COPY statement in w-s section? how?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
give the examples of strings in cobol
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad