How to get cursor position from system in CICS environment ?
Answer Posted / jerinjose
EXEC CICS SEND CONTROL CURSOR(23)
END-EXEC
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
how JCL works?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are the 2 types of parameters in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the jcl exec statement?
What is the purpose of disp parameter?
Where can program checkpoints be stored for use in a restart?
Is their any set of rules for dd? Explain.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the use of disp parameter?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Brief description of inline procedure of jcl.
When space is allocated for an output dataset, what units can be used?
A dd statement consists of 4 fields. Name them?