IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
3 15690Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
3 13515
what is the panel name of ispf primary option menu?
Can you define spufi?
how will you search an array?
What is meant by union and union all?
Name some of the examples of COBOl 11?
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
Explain difference between read(1) and read work file once?
What is check constraint. Explain with example.
what are necessary keywords to code message subfile?
what are the limitations of cl (compare to rpg) ?
what is the clp command to access a query/400?
What is dynamic transaction backout?
What is dbrm?
Mention the types of job control statements?
Define free space?