Answer Posted / lenin
max 255
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the purpose of dd dummy statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How gdg are concatenated?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How can unused space allocation be returned to the system when a dataset is closed?
How dummy is used in jcl?
What are some jcl statements that are not allowed in procedures?
What is the function of the dd avgrec keyword in sms datasets?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
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) ?
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
What is multithreading in jcl?