How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
1 5749. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
1 4973What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
6 8416If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
IBM,
3 8128
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.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the function of the steplib dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to run cobol program using jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is the function of dd disp parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What do you know about jcl?
what is use of disp parameter in dd statement?
how can the same proc be re-used and called by many jobs?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC