Is it possible to left uncode disp? If yes, how?
No Answer is Posted For this Question
Be the First to Post Answer
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what are the technical terms for // /* in jcl
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How to print data of sequential file to Spool..?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
common jcl abends??
How can we see data in TEMPARARY DATA SET in JCL ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
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?
what is the function of spool command?
jcl is like a complier....?
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?