Hi all,
Can anyone let me know what is the exact advantage in using VSAM...? Some questions are
1)Why and how was VSAM developed by IBM?
2)In case of IMS, DLI is used to opearate between OS and application program. The DLI transfers info about the DB func to be performed from program to OS and...
Is there any function to convert alphanumeric to numeric values? I want to extract first 2 bytes frm an alphanumeric value and move that to numeric value..Sine this will cause S0C7 abend, is there any other way to do this?
Hi,
Can anybody help me out to write an excel macro that can change the color of a cell having a particular name. For eg in an excel sheet i want to change the color of all the cells to yellow that has the name "george" in it.
thanks
kurup
Hi everyone,
Does anyone know what are reentrant programs. If u know some site from where i can get more information please let me know that.......
thank you,
kurup
Hi,
I have an error in using COPY REPLACING statement. I have used COPY REPLACING as below.
01 GNCHDIOS-GROUP-1.
03 GRPROOT.
COPY GNCHDS1C.
03 GRP401A...
Hi can anyone help me out in understanding this...
FD EDI-FILE
RECORDING F
BLOCK CONTAINS 0 RECORDS
LABEL RECORD STANDARD
DATA RECORD IS FD-EDI-RECORD.
01 FD-EDI-RECORD PIC X(2322).
What does the...
hi friends,
how to read a KSDS VSAM dataset.
I gave READ VSAMFILE1 key is equal to empcode.
This statement gave error saying that "not allowed for sequential file"
can anyone suggest how to read a vsam file(KSDS)
regards
kurup
hi friends,
just get me this out....
01 ENTIRE-MESSAGE.
05 FILLER PIC X(4) VALUE "For ".
05 VALUE1 PIC ZZ9 VALUE 1.
05 PARTIAL-MESSAGE.
10 FILLER PIC X(14) VALUE " the total is ".
10 VALUE2 PIC...
hi friends,
Is it true that in ascii we represent using 7 digit binary and in ebcdic using 8 digit binary.How can we use 7 digit binary in ascii..please clarify.
Also can u highlight the significant difference between ascii and ebcdic
regards
kurup
HI FRIENDS,
CAN ANYBODY TELL ME HOW CAN WE PROGRAMATICALLY KNOW THE NUMBER OF DIGITS A NUMBER HAS...FOR EG IF THE USER ENTERS 234 THE OUTPUT SHOULD BE 3 DIGITS AND SO ON.....
REGARDS
KURUP
hi all,
what is the difference between
MOVE 123 TO NUMERIC-ITEM.
MOVE "123" TO NUMERIC-ITEM.
when the variable NUMERIC-ITEM is defined numeric.
Also whats the difference between
MOVE HIGH-VALUES TO .....
MOVE LOW-VALUES TO ......
Please clarify
hi friends,
can anyone help me out in getting the differnce between declaring a variable comp,comp3 and binary
ie if i declare a variable as
01 var1 pic 9(3) comp
01 var1 pic 9(3) comp-3
01 var1 pic 9(3) binary
pls help me out
bye
hi friends,
what is actually the meaning of declaring a variable as
01 var pic -(8)9.
what does this convention -(8)9 stand for...
help me out please..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.