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
No Answer is Posted For this Question
Be the First to Post Answer
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
I need exexution process for JCL programs
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How do you create a temporary dataset? Where will you use them?
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
What is meant by S0C7 system abend code?
Passing a variable parm from JCL to a cobol/db2 program