How do you code Cobol to access a parameter that has been
defined in JCL?
Answer Posted / lynn ertell
Apparently you cannot use the ACCEPT verb against the
LINKAGE parameters if you are already using SYSIN.
It's either one or the other but not both.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What the difference is between continue and next sentence?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the use of intialize verb?
What are the different rules for performing sort operation?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Which mode is used to operate the sequential file?
Why did you choose to work with ibm mainframe cobol programming?
What is report-item in COBOL?
How do you get the data to code the BMS macro?
how to move the records from file to array table. give with code example