How do you create a temporary dataset?
No Answer is Posted For this Question
Be the First to Post Answer
What dd statement is used to supply the name of a dataset?
How to copy one PS file to multiple PS files with same data?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What all are the changes to be made in JCL so as to do testing?
What is the max blocksize for a Tape file?
If job is submitted with typerun = hold then how can we submit the same job?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
how to count the number of members in pds?
what is DD statement is used in JCL?