IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
2367i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
2 6093Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
4 11352How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
CTS,
1 10968If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
CTS,
8 26031In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
CTS,
5 20403What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
CTS,
6 10823
can oorexx run normal rexx programs?
using dfu, user will be able to ___________ from physical file?
What is a vsam dataset?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What are some jcl statements that are not allowed in procedures?
What is the use of base and index registers in the IBM 360/370 processor?
Can you define transid?
What is the purpose of idcams?
How the interaction between DB2, SQL, and QMF takes place?
what is a jcl?
how to convert the recors form vsam file to db2 table tru file aid
Explain the function of the steplib dd statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?