what happens if parmparameter passes zero bytes to the program
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
Explain what you understand by passing by value.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What do you do to resolve SOC-7 error?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
What is the difference between perform … with test after and perform … with test before?
if we have a 10 steps how to override the 4th step in jcl?
which is better either static call or dynamic call? and why?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue