what if I need to have the same application running on multiple platforms, such as unix and the mainframe? Does that mean I have to maintain two separate sources?
what is utility for parm lib
10. Why mainframe testing is so important? Give any three advantages of Mainframe Testing?
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
What are the types of processes to create a map in cics?
Define pcb?
What is dl/i?
what happens in execution stage in job processing?
Can you explain function of dbctl?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is db2 catalog database?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
List down the data types in the db2 database.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is control interval?