IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) What is the use of the eibaid field?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
why ci and ca splits are not possible in esds and rrds?
Explain the difference between physical map and symbolic map?
What is the distinction amongst include and copy?
How do you concatenate the firstname and lastname from emp table to give a complete name?
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.
What is a ca split?
What language is db2 written in?
How can an in-stream dataset be terminated?
what is an mdt (modified data tag)? Its menaing and use?
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?
how do we prepare test data using file-aid tool?
How can values be passed from the job stream to an executable program?
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