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) ?
how to code instream data in procedure?
How to pass values in jcl to cobol?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
What are the 4 fields in dd statement?
Is Default for MSGCLASS = (1,1) ?
can we modify the code in copy book? if it possible how to submit ofter the modification.
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
How to delete generations of gdg without deleting gdg base?
At what stage, operator can change the class and priority of a submitted job?
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
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
what is static and dynamic call with examples?