Mention the types of job control statements?
No Answer is Posted For this Question
Be the First to Post Answer
what are the ways of passing data to a cobol program from jcl?
Is there any command to check wether the ps file is in sorted order?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what's the significance of freespace(0 0) and freespace(100 100)
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Can you give the sort card to arrange the specific column in the version of GDG.
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
How to get the last but one duplicate record of the file using Sort?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
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.....