Answer Posted / guest
3273
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
What are the difference between jcl and jes?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to override loadlib?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
i want to store 20 digits . how will u do it in cobol ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How does jcl act on a cobol code?
in ways data can be passed to a COBOL program from JCL?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is there any command to check wether the ps file is in sorted order?
How is a type of file defined in the jcl that executes the cobol program?
What does a disposition of (new,catlg,keep) for a dsn mean?
What are the rules employed while naming the steps in a job?
Is acct parameter mandatory?