IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
3 25859Hi All I've got an appointment for my visa interview. I'm confused seeing all the postings I'm currently working in IBM Bangalore, i've got just 3+ years of realtime experience in this field. I've completed my Bachelore of Computer Applications and then Master of Information Systems....and with good percentages... I've seen many posting who's visa got rejected even for 4+years of IT experience VO's asking for 6+ years of exp. I'm afraid...is my exp and background sufficient to get throug the interview and get visa stamped. I'ld be more happy if you can help me in this reg. waiting for reply Smitha
2 5009A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
IBM,
3 12295A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
IBM,
4 14710Hi friends.. i want to be a IBM MainFrame Professional.. can any body tell me what is requirement for that... i m just BA, MA, and have simple diploma in Computers. what is pre-requisite.
3 6821I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
5 17095I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
CTS,
4 20072There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
8 42031
How to create 1 ddm that fetches 3 adabas files simultaneously?
what is the length of a variable in rpg?
Explain dfsort utility?
what are the differences between and exec cics xctl and an exec cics link command?
Explain how can an in-stream dataset be terminated?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
How do you round the addition or subtraction of two numbers in assembler?
why do we use readc? What is sflnxtchg?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is an instance in db2?
Explain mdt?
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
what is unit testing ? on which basis you will write test case ?
Explain difference between read work file 1 and read work file once? Why we are using work file once?