What is the function of the dd mgmtclas keyword in sms datasets?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about CBL/PROCESS statement syntax
What is the DD statement for a output file?
how many max steps can we use in a job? pls answer to my question
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
Is it possible to code instream data in a PROC?
What is DISP= (NEW,PASS,DELETE)?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
What is timing concept in mainframe?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
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?.