Brief description of inline procedure of jcl.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of symbol // in jcl?
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)
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how to create gdg with out using idcams utility
Can we use empty VSAM as input?
How to do automated restart when a job abend?
i want to store 20 digits . how will u do it in cobol ?
What is one line to pass PARM from JCL to COBOL?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
How do you submit a JCL under CICS environment ?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?