What are some jcl statements that are not allowed in procedures?
No Answer is Posted For this Question
Be the First to Post Answer
WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
how do you resolve for soc7 error
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
what r the types of job control statements?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
using cursor how can you fetch more than one record into a variable