Syntax of AMS modal commands ?
Answer / guest
Note: these can be used only under IDCAMS and not from the
TSO prompt.
IF LASTCC(or MAXCC) >(or <,= etc..) value -
THEN -
DO -
command set (such as DELETE, DEFINE etc..)
ELSE -
DO -
command set
LASTCC - Condition code from the last function (such as
delete) executed
MAXCC - Max condition code that was returned by any of the
prev functions
SET is also a valid AMS command. SET LASTCC (or MAXCC) = value
The maximum condition code is 16. A cond code of 4 indicates
a warning. A cond code of 8 is usually encountered on a
DELETE of a dataset that is not present.
| Is This Answer Correct ? | 3 Yes | 2 No |
what are the different types of vsam files available? Explain them
What are the distinctive features of a ksds, key sequenced dataset?
explain in brief how you can create a vsam file?
What are the types of VSAM datasets?
to use the rewrite command, how should the vsam file be opened?
How to get the last record in vsam file in cluster?
Explain the process in which flat files are converted into vsam files?
What is the purpose of the FILE STATUS clause in the SELECT statement?
explain the differences between vsam and non-vsam files
if you wish to use the rewrite command how must the vsam file be opened?
why ci and ca splits are not possible in esds and rrds?
What is the difference between sequential files and ESDS files?