How to pass the parameter in parm using linkage section ? (syntax)?
Can we change a FB file to VB file in JCL? Please help
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
which are the parameters mandatory in job card ?
using cursor how can you fetch more than one record into a variable
What is COND=EVEN ?
What is GDG?
What do you feel makes a good program?
what is a jcl?
How do you create a temporary dataset?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How to fetch even records from one file to another file by using ICETOOL in JCL?