how do u define a file in cobol and jcl ?
Answers were Sorted based on User's Feedback
Answer / venkateswarlu
In cobol we define a file by using 'SELECT' statement.
In jcl we define it by using 'DD' statement.
| Is This Answer Correct ? | 7 Yes | 0 No |
decalre file in cobol- select filename assign to dd1
in jcl - dd1 will be the ddname for your jcl
| Is This Answer Correct ? | 2 Yes | 0 No |
what is JCLLIB and PROCLIB in jcl and their syntax
I have a File that has duplicate records. I need only those records that occur more than thrice.
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
Whats error code s222?
What is the motivation behind coding class parameter in job statement?
Hi, can any one tell about " How do u eliminate the duplicates "
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
what is a MODELDSCB?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
What is dummy parameter in JCL??
How many parameters are there to a DISP statement and what are their uses ?