i have step1,step2,step3 from where can i start coding cond parameter ?
Answer Posted / srk
u can code cond parameter on any step but coding it on step1
results nothing because no return code verification for step1.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
How does jcl act on code(if you take a cobol program)?
Explain the function of job statement in jcl?
A dd statement consists of 4 fields. Name them?
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?
What parameter directs the output of the job log dataset?
What is notcat 2 - gs?
Explain dd statement in jcl?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Define concatenating?
Name what parameter directs the output of the job log dataset?
How gdg are concatenated?
How does the jcl specify the job to os?
How is a type of file defined in the jcl that executes the cobol program?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?