Answer Posted / guest
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Are there any set of rules for the names of the steps used in a job? What are they?
How to pass data to a program that is coded in an exec statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the maximum length of a single line of jcl?
Is it possible to code instream data in a PROC?
When space is allocated for an output dataset, what units can be used?
How can a fb file convert to vb file using sort program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how do you code a null statement?
What are the jcl procedures?
what are the types of abends that occur on job failure? And explain the possible causes of these
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?