how to compare two datasets without using superce because output is limited to 133 bytes
No Answer is Posted For this Question
Be the First to Post Answer
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?
Explain about LMFREE�free data set from its association with data ID
what is JCL?
What are the rules employed while naming the steps in a job?
How jcl work to handle various input output file operations?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
How would you understand error(execution phase)?
How do you create a temporary dataset?
How do you submit a JCL under CICS environment ?
How can the disposition of sysout datasets be set for an entire jobstream?