how would you create a temporary dataset? And where will you use them?
No Answer is Posted For this Question
Be the First to Post Answer
what is a cataloged procedure ?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
can i sort packed decimal if i can tell the syntax
What is model dataset label(Model DSCB)?
what is the use of temporary files?
A dd statement consists of 4 fields. Name them?
In sms datasets, what is the function of the dd avgrec keyword?
which parameter is used to check the syntax of a jcl without executing it?
what is a steplib
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?
What is the difference between the positional and keyword parameters? Give examples.