Suppose i have array of 10 elements in it how to access 5 element from the array using sup script and index?
Latest Answer: No, while a single sending field can be sent to multiple targets such as MOVE A to C, Dthe only way to send mutiple sending fields to multiple target fields is via a MOVE CORRESPONDING. ...
I have a variable x(20), but i need the out as in two ways One is 1.12300000000000000000, other one is 2.123-----------------?
Latest Answer: Hi,The XSUM parameter cannot be given with the sort card. It should be given in the SUM FIELDS card. You should write as follows://SYSIN DD * SORT FIELDS=(40,6,PD,A) SUM FIELDS=NONE,XSUM/* ...
Latest Answer: Yes, it can be used at 01 level but cannot be used at 77 level. ...
Latest Answer: comp usage are1 comp12 comp23 comp4 comp3but comp usage can reserve max. 8 bytes for internal representation of variable like
pic 9(1) to 9(4) reserve 2 bytes (half word) pic 9(5) to 9(9) reserve 4 bytes (full word) ...
Latest Answer: For all of you out who have not heard about comp-4. Wake up. Comp-4 does exist and it is just like comp - ie. it is a half-word (2 bytes).This might help those of you who are confused about comp fields:COMP half word ...
Latest Answer: An explicit redefines can be used at any level number except 01. An implicit redefines can occur if multiple 01s are coded for the same file. ...
Latest Answer: It is 32767, irrespective of VSAM or non VSAM. In case of VSAM you will have to give no SPANNED while DELETE-Defining the cluster. IF any doubts you can verify creating in mainframes. ...
In the example below 05 WS-VAR1 PIC X(5),05 WS-VAR2 REDEFINES WA-VAR1 PIC 9(5),PROCEDURE DIVISION MOVE 'ABCDE' TO WS-VAR1.Now what is the value of WS-VAR1 and WS-VAR2 ?
View page << Previous 10 11 12 13 [14] 15 16 17 Next >>

Go Top