What is one line to pass PARM from JCL to COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the last but one duplicate record of the file using Sort?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How do you submit a JCL under CICS environment ?
how JCL works?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
How to find out the number of records in a file using JCL
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
hi friends........if u know syntax of IEBEDIT IN JCL
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
How to submit jcl through a cobol program?