State the uses of syspring, sysin, sort fields, sum fields and dummy.
No Answer is Posted For this Question
Be the First to Post Answer
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How to read records in reverse order in flat file?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
can we modify the code in copy book? if it possible how to submit ofter the modification.
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?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
What is one line to pass PARM from JCL to COBOL?
Explain about Cobol Subroutines
How to search strings in multiple dataset with conditions 'string1 & string2'?